Changeset 1420
- Timestamp:
- Jun 10, 2014 6:24:14 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r1403 r1420 22 22 # Current revisions: 23 23 # ------------------ 24 # 24 # -j1 option added to aprung command for lccrayf (CSC) 25 25 # 26 26 # Former revisions: … … 3471 3471 elif [[ $host = lccrayf ]] 3472 3472 then 3473 aprun - n $ii -N $tasks_per_node -m ${memory}M a.out $ROPTS < runfile_atmos3473 aprun -j1 -n $ii -N $tasks_per_node -m ${memory}M a.out $ROPTS < runfile_atmos 3474 3474 elif [[ $host = lcxe6 || $host = lcxt5m ]] 3475 3475 then
Note: See TracChangeset
for help on using the changeset viewer.