Changeset 1108
- Timestamp:
- Mar 5, 2013 7:03:32 AM (12 years ago)
- Location:
- palm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r1107 r1108 22 22 # Current revisions: 23 23 # ------------------ 24 # 24 # bugfix for coupled runs on lckyut/lckyuh 25 25 # 26 26 # Former revisions: … … 3543 3543 # COPY HOSTFILE FROM SOURCE DIRECTORY OR CREATE IT, IF IT 3544 3544 # DOES NOT EXIST 3545 if [[ $host != lcsgih && $host != lcsgib && $host != lckyu *]]3545 if [[ $host != lcsgih && $host != lcsgib && $host != lckyuh && $host != lckyut ]] 3546 3546 then 3547 3547 if [[ -f $hostfile ]] … … 3738 3738 elif [[ $host = lck || $host = lckordi ]] 3739 3739 then 3740 mpiexec -n $ii ./a.out $ROPTS < runfile_atmos & 3740 3741 mpiexec -n $ii ./a.out $ROPTS < runfile_atmos & 3742 3743 elif [[ $host = lckyu* ]] 3744 then 3745 3746 mpiexec -n $ii --stdin runfile_atmos ./a.out $ROPTS 3747 3741 3748 fi 3742 3749 wait -
palm/trunk/SOURCE/header.f90
r1107 r1108 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 22 ! bugfix for r1106 23 23 ! 24 24 ! Former revisions: … … 261 261 WRITE ( io, 101 ) mpi_type, coupling_mode 262 262 ENDIF 263 #if defined( __parallel ) 263 264 IF ( coupling_start_time /= 0.0 ) THEN 264 265 IF ( coupling_start_time > simulated_time_at_begin ) THEN … … 268 269 ENDIF 269 270 ENDIF 271 #endif 270 272 WRITE ( io, 102 ) run_date, run_identifier, run_time, runnr, & 271 273 ADJUSTR( host_chr )
Note: See TracChangeset
for help on using the changeset viewer.