Changeset 1304 for palm/trunk/SCRIPTS


Ignore:
Timestamp:
Mar 12, 2014 10:29:42 AM (10 years ago)
Author:
raasch
Message:

openmp bugfix + bugfix for single core MPI runs
ulimit option in mrun changed from -Ss to -s

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r1295 r1304  
    2222# Current revisions:
    2323# ------------------
     24# ulimit option changed from -Ss to -s
    2425# bugfix: missing "fi" in r1289
    2526#
     
    438439    printf "\n        -n    node usage (shared/not_shared)           depending on -h"
    439440    printf "\n        -o    OUTPUT control list                      \"\" "
    440     printf "\n        -O    use OpenMP                               ---"
     441    printf "\n        -O    threads per openMP task                  ---"
    441442    printf "\n        -p    software package list                    \"\" "
    442443    printf "\n        -q    queue                                    \"$queue\" "
     
    34333434                   # INCREASE STACK SIZE TO UNLIMITED, BECAUSE OTHERWISE LARGE RUNS
    34343435                   # MAY ABORT
    3435                 ulimit -Ss unlimited
     3436                ulimit -s unlimited
    34363437                printf "\n      threads per task: $threads_per_task  stacksize: unlimited"
    34373438             fi
Note: See TracChangeset for help on using the changeset viewer.