- Timestamp:
- May 23, 2008 2:42:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r169 r172 144 144 # by setting job_catalog in the configuration file 145 145 # (default is ~/job_queue), 146 # workaround for mpi xec with -env option,146 # workaround for mpiexec with -env option, 147 147 # adjustments for lcxt4 (Bergen Center for Computational 148 148 # Science) … … 2780 2780 aprun -n $ii -N $tasks_per_node a.out $ROPTS 2781 2781 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 2783 2784 fi 2784 2785 else
Note: See TracChangeset
for help on using the changeset viewer.