Changeset 1304 for palm/trunk/SCRIPTS
- Timestamp:
- Mar 12, 2014 10:29:42 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r1295 r1304 22 22 # Current revisions: 23 23 # ------------------ 24 # ulimit option changed from -Ss to -s 24 25 # bugfix: missing "fi" in r1289 25 26 # … … 438 439 printf "\n -n node usage (shared/not_shared) depending on -h" 439 440 printf "\n -o OUTPUT control list \"\" " 440 printf "\n -O use OpenMP---"441 printf "\n -O threads per openMP task ---" 441 442 printf "\n -p software package list \"\" " 442 443 printf "\n -q queue \"$queue\" " … … 3433 3434 # INCREASE STACK SIZE TO UNLIMITED, BECAUSE OTHERWISE LARGE RUNS 3434 3435 # MAY ABORT 3435 ulimit - Ss unlimited3436 ulimit -s unlimited 3436 3437 printf "\n threads per task: $threads_per_task stacksize: unlimited" 3437 3438 fi
Note: See TracChangeset
for help on using the changeset viewer.