Changeset 1221 for palm/trunk/SCRIPTS/palm_simple_run
- Timestamp:
- Sep 10, 2013 8:59:13 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palm_simple_run
r1172 r1221 24 24 # ----------------- 25 25 # $Id$ 26 # 27 # 1172 2013-05-30 11:46:00Z raasch 28 # for performance reasons set PGI_ACC_SYNCHRONOUS=1 for pgi/openacc execution 26 29 # 27 30 # 1171 2013-05-30 11:27:45Z raasch … … 165 168 (sgi-mpt) mpiexec_mpt -np $mpi_procs ./palm < runfile_atmos;; 166 169 (hpc-flow) mpiexec -machinefile $TMPDIR/machines -n $mpi_procs -env I_MPI_FABRICS shm:ofa ./palm < runfile_atmos;; 167 (pgi-openacc) ./palm;;170 (pgi-openacc) export PGI_ACC_SYNCHRONOUS=1; ./palm;; 168 171 (*) echo "+++ -e option to define execution command is missing";; 169 172
Note: See TracChangeset
for help on using the changeset viewer.