Changeset 83 for palm/trunk/SOURCE
- Timestamp:
- Apr 19, 2007 4:27:07 PM (18 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/CURRENT_MODIFICATIONS
r82 r83 5 5 Changed: 6 6 ------- 7 All system relevant compile and link options as well as the host identifier (local_host) are specified in the configuration file.8 7 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 removed16 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_control18 19 new:20 local_flush21 22 mbuild, mrun23 8 24 9 Errors: -
palm/trunk/SOURCE/check_open.f90
r82 r83 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! Call of local_getenv removed, preprocessor directives for old systems removed6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 82 2007-04-16 15:40:52Z raasch 13 ! Call of local_getenv removed, preprocessor directives for old systems removed 11 14 ! 12 15 ! 46 2007-03-05 06:00:47Z raasch -
palm/trunk/SOURCE/cpu_log.f90
r82 r83 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! Preprocessor strings for different linux clusters changed to "lc", 7 ! preprocessor directives for old systems removed 6 ! 8 7 ! 9 8 ! Former revisions: 10 9 ! ----------------- 11 10 ! $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 ! 12 16 ! RCS Log replace by Id keyword, revision history cleaned up 13 17 ! -
palm/trunk/SOURCE/cpu_statistics.f90
r82 r83 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! Preprocessor directives for old systems removed6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 82 2007-04-16 15:40:52Z raasch 13 ! Preprocessor directives for old systems removed 14 ! 11 15 ! RCS Log replace by Id keyword, revision history cleaned up 12 16 ! -
palm/trunk/SOURCE/data_output_dvrp.f90
r82 r83 32 32 ! Actual revisions: 33 33 ! ----------------- 34 ! Preprocessor strings for different linux clusters changed to "lc",35 ! routine local_flush is used for buffer flushing36 34 ! TEST: write statements 37 35 ! … … 39 37 ! ----------------- 40 38 ! $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 41 43 ! 42 44 ! 75 2007-03-22 09:54:05Z raasch -
palm/trunk/SOURCE/flow_statistics.f90
r82 r83 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! Cpp-directive lcmuk changed to intel_openmp_bug6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 82 2007-04-16 15:40:52Z raasch 13 ! Cpp-directive lcmuk changed to intel_openmp_bug 11 14 ! 12 15 ! 75 2007-03-22 09:54:05Z raasch -
palm/trunk/SOURCE/header.f90
r82 r83 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! Preprocessor strings for different linux clusters changed to "lc", 7 ! routine local_flush is used for buffer flushing 6 ! 8 7 ! 9 8 ! Former revisions: 10 9 ! ----------------- 11 10 ! $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 12 15 ! 13 16 ! 76 2007-03-29 00:58:32Z raasch -
palm/trunk/SOURCE/init_1d_model.f90
r82 r83 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! Preprocessor strings for different linux clusters changed to "lc", 7 ! routine local_flush is used for buffer flushing 6 ! 8 7 ! 9 8 ! Former revisions: 10 9 ! ----------------- 11 10 ! $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 12 15 ! 13 16 ! 75 2007-03-22 09:54:05Z raasch -
palm/trunk/SOURCE/init_dvrp.f90
r82 r83 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! Preprocessor strings for different linux clusters changed to "lc",7 ! routine local_flush is used for buffer flushing8 6 ! Test output of isosurface on camera file 9 7 ! TEST: print* statements … … 13 11 ! ----------------- 14 12 ! $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 15 17 ! 16 18 ! 17 2007-02-19 01:57:39Z raasch -
palm/trunk/SOURCE/init_particles.f90
r82 r83 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! Preprocessor directives for old systems removed6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 82 2007-04-16 15:40:52Z raasch 13 ! Preprocessor directives for old systems removed 11 14 ! 12 15 ! 70 2007-03-18 23:46:30Z raasch -
palm/trunk/SOURCE/init_pegrid.f90
r82 r83 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! Cpp-directive lcmuk changed to intel_openmp_bug, setting of host on lcmuk by 7 ! cpp-directive removed 6 ! 8 7 ! 9 8 ! Former revisions: 10 9 ! ----------------- 11 10 ! $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 12 15 ! 13 16 ! 75 2007-03-22 09:54:05Z raasch -
palm/trunk/SOURCE/local_getenv.f90
r82 r83 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! Preprocessor directives for old systems removed6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 82 2007-04-16 15:40:52Z raasch 13 ! Preprocessor directives for old systems removed 14 ! 11 15 ! RCS Log replace by Id keyword, revision history cleaned up 12 16 ! -
palm/trunk/SOURCE/local_system.f90
r82 r83 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! Preprocessor directives for old systems removed6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 82 2007-04-16 15:40:52Z raasch 13 ! Preprocessor directives for old systems removed 14 ! 11 15 ! RCS Log replace by Id keyword, revision history cleaned up 12 16 ! -
palm/trunk/SOURCE/local_tremain.f90
r82 r83 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! Preprocessor strings for different linux clusters changed to "lc", 7 ! preprocessor directives for old systems removed 6 ! 8 7 ! 9 8 ! Former revisions: 10 9 ! ----------------- 11 10 ! $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 ! 12 16 ! RCS Log replace by Id keyword, revision history cleaned up 13 17 ! -
palm/trunk/SOURCE/local_tremain_ini.f90
r82 r83 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! Cpp-directive lctit renamed lc6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 82 2007-04-16 15:40:52Z raasch 13 ! Cpp-directive lctit renamed lc 14 ! 11 15 ! RCS Log replace by Id keyword, revision history cleaned up 12 16 ! -
palm/trunk/SOURCE/modules.f90
r82 r83 5 5 ! Actual revisions: 6 6 ! ----------------- 7 ! +return_addres, return_username 8 ! Cpp-directive lcmuk renamed lc 7 ! 9 8 ! 10 9 ! Former revisions: 11 10 ! ----------------- 12 11 ! $Id$ 12 ! 13 ! 82 2007-04-16 15:40:52Z raasch 14 ! +return_addres, return_username 15 ! Cpp-directive lcmuk renamed lc 13 16 ! 14 17 ! 75 2007-03-22 09:54:05Z raasch -
palm/trunk/SOURCE/palm.f90
r77 r83 63 63 INTEGER :: i, run_description_header_i(80) 64 64 65 version = 'PALM 3.2 '65 version = 'PALM 3.2a' 66 66 67 67 #if defined( __parallel ) -
palm/trunk/SOURCE/parin.f90
r82 r83 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! +return_addres, return_username, use_seperate_pe_for_dvrp_output in envpar6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 82 2007-04-16 15:40:52Z raasch 13 ! +return_addres, return_username in envpar 11 14 ! 12 15 ! 75 2007-03-22 09:54:05Z raasch … … 121 124 122 125 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 125 129 126 130 -
palm/trunk/SOURCE/run_control.f90
r82 r83 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! Preprocessor strings for different linux clusters changed to "lc", 7 ! routine local_flush is used for buffer flushing 6 ! 8 7 ! 9 8 ! Former revisions: 10 9 ! ----------------- 11 10 ! $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 ! 12 16 ! RCS Log replace by Id keyword, revision history cleaned up 13 17 !
Note: See TracChangeset
for help on using the changeset viewer.