Changeset 424


Ignore:
Timestamp:
Jan 27, 2010 3:39:24 PM (14 years ago)
Author:
raasch
Message:

updates for simple install process

Location:
palm/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palm_simple_run

    r421 r424  
    125125 echo "*** palm will be run:  MPI tasks: $mpi_procs   OpenMP thread: $OMP_NUM_THREADS"
    126126
    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
    128129
    129130
Note: See TracChangeset for help on using the changeset viewer.