Changeset 172


Ignore:
Timestamp:
May 23, 2008 2:42:48 PM (16 years ago)
Author:
raasch
Message:

bugfix in mrun concerning the -env workaround

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r169 r172  
    144144     #                     by setting job_catalog in the configuration file
    145145     #                     (default is ~/job_queue),
    146      #                     workaround for mpixec with -env option,
     146     #                     workaround for mpiexec with -env option,
    147147     #                     adjustments for lcxt4 (Bergen Center for Computational
    148148     #                     Science)
     
    27802780                   aprun  -n $ii  -N $tasks_per_node  a.out  $ROPTS
    27812781                else
    2782                    mpiexec  -machinefile hostfile  -n $ii  a.out  $ROPTS
     2782                   echo "no_coupling"  >  runfile_atmos
     2783                   mpiexec  -machinefile hostfile  -n $ii  a.out < runfile_atmos  $ROPTS
    27832784                fi
    27842785             else
Note: See TracChangeset for help on using the changeset viewer.