Changeset 83 for palm/trunk/SOURCE


Ignore:
Timestamp:
Apr 19, 2007 4:27:07 PM (17 years ago)
Author:
raasch
Message:

New:
---

Changed:


PALM can be generally installed on any kind of Linux-, IBM-AIX-, or NEC-SX-system by adding appropriate settings to the configuration file.

Scripts are also running under the public domain ksh.

All system relevant compile and link options as well as the host identifier (local_host) are specified in the configuration file.

Filetransfer by ftp removed (options -f removed from mrun and mbuild).

Call of (system-)FLUSH routine moved to new routine local_flush.

return_addres and return_username are read from ENVPAR-NAMELIST-file instead of using local_getenv.

Preprocessor strings for different linux clusters changed to "lc", some preprocessor directives renamed (new: intel_openmp_bug), preprocessor directives for old systems removed

advec_particles, check_open, cpu_log, cpu_statistics, data_output_dvrp, flow_statistics, header, init_dvrp, init_particles, init_1d_model, init_dvrp, init_pegrid, local_getenv, local_system, local_tremain, local_tremain_ini, modules, palm, parin, run_control

new:
local_flush

mbuild, mrun

Errors:


Location:
palm/trunk/SOURCE
Files:
19 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/CURRENT_MODIFICATIONS

    r82 r83  
    55Changed:
    66-------
    7 All system relevant compile and link options as well as the host identifier (local_host) are specified in the configuration file.
    87
    9 Filetransfer by ftp removed (options -f removed from mrun and mbuild).
    10 
    11 Call of (system-)FLUSH routine moved to new routine local_flush.
    12 
    13 return_addres and return_username are read from ENVPAR-NAMELIST-file.
    14 
    15 Preprocessor strings for different linux clusters changed to "lc", some preprocessor directives renamed (new: __intel_openmp_bug), preprocessor directives for old systems removed
    16 
    17 advec_particles, check_open, cpu_log, cpu_statistics, data_output_dvrp, flow_statistics, header, init_dvrp, init_particles, init_1d_model, init_dvrp, init_pegrid, local_getenv, local_system, local_tremain, local_tremain_ini, modules, run_control
    18 
    19 new:
    20 local_flush
    21 
    22 mbuild, mrun
    238
    249Errors:
  • palm/trunk/SOURCE/check_open.f90

    r82 r83  
    44! Actual revisions:
    55! -----------------
    6 ! Call of local_getenv removed, preprocessor directives for old systems removed
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 82 2007-04-16 15:40:52Z raasch
     13! Call of local_getenv removed, preprocessor directives for old systems removed
    1114!
    1215! 46 2007-03-05 06:00:47Z raasch
  • palm/trunk/SOURCE/cpu_log.f90

    r82 r83  
    44! Actual revisions:
    55! -----------------
    6 ! Preprocessor strings for different linux clusters changed to "lc",
    7 ! preprocessor directives for old systems removed
     6!
    87!
    98! Former revisions:
    109! -----------------
    1110! $Id$
     11!
     12! 82 2007-04-16 15:40:52Z raasch
     13! Preprocessor strings for different linux clusters changed to "lc",
     14! preprocessor directives for old systems removed
     15!
    1216! RCS Log replace by Id keyword, revision history cleaned up
    1317!
  • palm/trunk/SOURCE/cpu_statistics.f90

    r82 r83  
    44! Actual revisions:
    55! -----------------
    6 ! Preprocessor directives for old systems removed
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 82 2007-04-16 15:40:52Z raasch
     13! Preprocessor directives for old systems removed
     14!
    1115! RCS Log replace by Id keyword, revision history cleaned up
    1216!
  • palm/trunk/SOURCE/data_output_dvrp.f90

    r82 r83  
    3232! Actual revisions:
    3333! -----------------
    34 ! Preprocessor strings for different linux clusters changed to "lc",
    35 ! routine local_flush is used for buffer flushing
    3634! TEST: write statements
    3735!
     
    3937! -----------------
    4038! $Id$
     39!
     40! 82 2007-04-16 15:40:52Z raasch
     41! Preprocessor strings for different linux clusters changed to "lc",
     42! routine local_flush is used for buffer flushing
    4143!
    4244! 75 2007-03-22 09:54:05Z raasch
  • palm/trunk/SOURCE/flow_statistics.f90

    r82 r83  
    44! Actual revisions:
    55! -----------------
    6 ! Cpp-directive lcmuk changed to intel_openmp_bug
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 82 2007-04-16 15:40:52Z raasch
     13! Cpp-directive lcmuk changed to intel_openmp_bug
    1114!
    1215! 75 2007-03-22 09:54:05Z raasch
  • palm/trunk/SOURCE/header.f90

    r82 r83  
    44! Actual revisions:
    55! -----------------
    6 ! Preprocessor strings for different linux clusters changed to "lc",
    7 ! routine local_flush is used for buffer flushing
     6!
    87!
    98! Former revisions:
    109! -----------------
    1110! $Id$
     11!
     12! 82 2007-04-16 15:40:52Z raasch
     13! Preprocessor strings for different linux clusters changed to "lc",
     14! routine local_flush is used for buffer flushing
    1215!
    1316! 76 2007-03-29 00:58:32Z raasch
  • palm/trunk/SOURCE/init_1d_model.f90

    r82 r83  
    44! Actual revisions:
    55! -----------------
    6 ! Preprocessor strings for different linux clusters changed to "lc",
    7 ! routine local_flush is used for buffer flushing
     6!
    87!
    98! Former revisions:
    109! -----------------
    1110! $Id$
     11!
     12! 82 2007-04-16 15:40:52Z raasch
     13! Preprocessor strings for different linux clusters changed to "lc",
     14! routine local_flush is used for buffer flushing
    1215!
    1316! 75 2007-03-22 09:54:05Z raasch
  • palm/trunk/SOURCE/init_dvrp.f90

    r82 r83  
    44! Actual revisions:
    55! -----------------
    6 ! Preprocessor strings for different linux clusters changed to "lc",
    7 ! routine local_flush is used for buffer flushing
    86! Test output of isosurface on camera file
    97! TEST: print* statements
     
    1311! -----------------
    1412! $Id$
     13!
     14! 82 2007-04-16 15:40:52Z raasch
     15! Preprocessor strings for different linux clusters changed to "lc",
     16! routine local_flush is used for buffer flushing
    1517!
    1618! 17 2007-02-19 01:57:39Z raasch
  • palm/trunk/SOURCE/init_particles.f90

    r82 r83  
    44! Actual revisions:
    55! -----------------
    6 ! Preprocessor directives for old systems removed
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 82 2007-04-16 15:40:52Z raasch
     13! Preprocessor directives for old systems removed
    1114!
    1215! 70 2007-03-18 23:46:30Z raasch
  • palm/trunk/SOURCE/init_pegrid.f90

    r82 r83  
    44! Actual revisions:
    55! -----------------
    6 ! Cpp-directive lcmuk changed to intel_openmp_bug, setting of host on lcmuk by
    7 ! cpp-directive removed
     6!
    87!
    98! Former revisions:
    109! -----------------
    1110! $Id$
     11!
     12! 82 2007-04-16 15:40:52Z raasch
     13! Cpp-directive lcmuk changed to intel_openmp_bug, setting of host on lcmuk by
     14! cpp-directive removed
    1215!
    1316! 75 2007-03-22 09:54:05Z raasch
  • palm/trunk/SOURCE/local_getenv.f90

    r82 r83  
    44! Actual revisions:
    55! -----------------
    6 ! Preprocessor directives for old systems removed
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 82 2007-04-16 15:40:52Z raasch
     13! Preprocessor directives for old systems removed
     14!
    1115! RCS Log replace by Id keyword, revision history cleaned up
    1216!
  • palm/trunk/SOURCE/local_system.f90

    r82 r83  
    44! Actual revisions:
    55! -----------------
    6 ! Preprocessor directives for old systems removed
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 82 2007-04-16 15:40:52Z raasch
     13! Preprocessor directives for old systems removed
     14!
    1115! RCS Log replace by Id keyword, revision history cleaned up
    1216!
  • palm/trunk/SOURCE/local_tremain.f90

    r82 r83  
    44! Actual revisions:
    55! -----------------
    6 ! Preprocessor strings for different linux clusters changed to "lc",
    7 ! preprocessor directives for old systems removed
     6!
    87!
    98! Former revisions:
    109! -----------------
    1110! $Id$
     11!
     12! 82 2007-04-16 15:40:52Z raasch
     13! Preprocessor strings for different linux clusters changed to "lc",
     14! preprocessor directives for old systems removed
     15!
    1216! RCS Log replace by Id keyword, revision history cleaned up
    1317!
  • palm/trunk/SOURCE/local_tremain_ini.f90

    r82 r83  
    44! Actual revisions:
    55! -----------------
    6 ! Cpp-directive lctit renamed lc
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 82 2007-04-16 15:40:52Z raasch
     13! Cpp-directive lctit renamed lc
     14!
    1115! RCS Log replace by Id keyword, revision history cleaned up
    1216!
  • palm/trunk/SOURCE/modules.f90

    r82 r83  
    55! Actual revisions:
    66! -----------------
    7 ! +return_addres, return_username
    8 ! Cpp-directive lcmuk renamed lc
     7!
    98!
    109! Former revisions:
    1110! -----------------
    1211! $Id$
     12!
     13! 82 2007-04-16 15:40:52Z raasch
     14! +return_addres, return_username
     15! Cpp-directive lcmuk renamed lc
    1316!
    1417! 75 2007-03-22 09:54:05Z raasch
  • palm/trunk/SOURCE/palm.f90

    r77 r83  
    6363    INTEGER           ::  i, run_description_header_i(80)
    6464
    65     version = 'PALM 3.2'
     65    version = 'PALM 3.2a'
    6666
    6767#if defined( __parallel )
  • palm/trunk/SOURCE/parin.f90

    r82 r83  
    44! Actual revisions:
    55! -----------------
    6 ! +return_addres, return_username, use_seperate_pe_for_dvrp_output in envpar
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 82 2007-04-16 15:40:52Z raasch
     13! +return_addres, return_username in envpar
    1114!
    1215! 75 2007-03-22 09:54:05Z raasch
     
    121124
    122125
    123     NAMELIST /envpar/  host, maximum_cpu_time_allowed, revision, return_addres, &
    124                        return_username, run_identifier, tasks_per_node, write_binary
     126    NAMELIST /envpar/  host, maximum_cpu_time_allowed, revision, return_addres,&
     127                       return_username, run_identifier, tasks_per_node, &
     128                       write_binary
    125129
    126130
  • palm/trunk/SOURCE/run_control.f90

    r82 r83  
    44! Actual revisions:
    55! -----------------
    6 ! Preprocessor strings for different linux clusters changed to "lc",
    7 ! routine local_flush is used for buffer flushing
     6!
    87!
    98! Former revisions:
    109! -----------------
    1110! $Id$
     11!
     12! 82 2007-04-16 15:40:52Z raasch
     13! Preprocessor strings for different linux clusters changed to "lc",
     14! routine local_flush is used for buffer flushing
     15!
    1216! RCS Log replace by Id keyword, revision history cleaned up
    1317!
Note: See TracChangeset for help on using the changeset viewer.