Changeset 847


Ignore:
Timestamp:
Mar 9, 2012 8:51:55 AM (12 years ago)
Author:
raasch
Message:

mrun -T option not obligatory for lcflow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r841 r847  
    251251     # 22/02/12 - Siggi  - case "-s WP" removed
    252252     # 28/02/12 - BjornM - further adjustments for namelist file check
     253     # 09/03/12 - Siggi  - -T option not obligatory for lcflow
    253254
    254255
     
    11801181       # DEFAULT-WERT SETZEN) UND OB SIE EIN GANZZAHLIGER TEILER DER
    11811182       # GESAMTPROZESSORANZAHL IST
    1182     if [[ "$tasks_per_node" = ""  ]]
     1183    if [[ "$tasks_per_node" = ""  &&  $host != lcflow ]]
    11831184    then
    11841185       printf "\n"
Note: See TracChangeset for help on using the changeset viewer.