Changeset 2147 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- Feb 9, 2017 4:52:29 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r2142 r2147 387 387 if [[ $tmpcreate = true ]] 388 388 then 389 printf "\n *** Contents of \"$TEMPDIR\":\n"390 ls -al; cd389 # printf "\n *** Contents of \"$TEMPDIR\":\n" 390 # ls -al; cd 391 391 [[ $delete_temporary_catalog = true ]] && rm -rf $TEMPDIR 392 392 fi … … 451 451 (C) restart_run=true; mc="$mc -C";; 452 452 (d) fname=$OPTARG; mc="$mc -d$OPTARG";; 453 (D) cpp_opts="$cpp_opts $OPTARG"; mc="$mc -D'$OPTARG'";;453 # (D) cpp_opts="$cpp_opts $OPTARG"; mc="$mc -D'$OPTARG'";; 454 454 (F) job_on_file="-D"; mc="$mc -F";; 455 455 (g) group_number=$OPTARG; mc="$mc -g$OPTARG";; … … 3154 3154 export KMP_STACKSIZE=64m 3155 3155 3156 srun - -nodes=$nodes--ntasks-per-node=$tasks_per_node ./a.out < runfile_atmos3156 srun -n $ii --ntasks-per-node=$tasks_per_node ./a.out < runfile_atmos 3157 3157 3158 3158 elif [[ $host = lccrayf ]]
Note: See TracChangeset
for help on using the changeset viewer.