- Timestamp:
- Jan 27, 2010 3:39:24 PM (15 years ago)
- Location:
- palm/trunk
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palm_simple_run
r421 r424 125 125 echo "*** palm will be run: MPI tasks: $mpi_procs OpenMP thread: $OMP_NUM_THREADS" 126 126 127 mpiexec -machinefile hostfile -n $mpi_procs ./palm < runfile_atmos 127 # mpiexec -machinefile hostfile -n $mpi_procs ./palm < runfile_atmos 128 mpiexec_mpt -np $mpi_procs ./palm < runfile_atmos 128 129 129 130
Note: See TracChangeset
for help on using the changeset viewer.