Changeset 1108 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- Mar 5, 2013 7:03:32 AM (12 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.