Ignore:
Timestamp:
Mar 5, 2013 7:03:32 AM (12 years ago)
Author:
raasch
Message:

bugfix for r1106 + coupled runs on lckyut/lckyuh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r1107 r1108  
    2222# Current revisions:
    2323# ------------------
    24 #
     24# bugfix for coupled runs on lckyut/lckyuh
    2525#
    2626# Former revisions:
     
    35433543                # COPY HOSTFILE FROM SOURCE DIRECTORY OR CREATE IT, IF IT
    35443544                # DOES NOT EXIST
    3545              if [[ $host != lcsgih  &&  $host != lcsgib  &&  $host != lckyu* ]]
     3545             if [[ $host != lcsgih  &&  $host != lcsgib  &&  $host != lckyuh  &&  $host != lckyut ]]
    35463546             then
    35473547                if [[ -f $hostfile ]]
     
    37383738                   elif [[ $host = lck || $host = lckordi ]]
    37393739                   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
    37413748                   fi
    37423749                   wait
Note: See TracChangeset for help on using the changeset viewer.