Changeset 1039


Ignore:
Timestamp:
Oct 31, 2012 7:01:14 AM (11 years ago)
Author:
raasch
Message:

-T option not obligatory for lcxt5m, tasks_per_node not checked for this machine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r1021 r1039  
    269269     # 06/09/12 - Bjoern  - typo removed: "-D_parallel" -> "-D__parallel"
    270270     # 02/10/12 - Siggi   - adjusted for lcsb (urban00)
     271     # 31/10/12 - Siggi   - -T option not obligatory for lcxt5m,
     272     #                      tasks_per_node not checked for this machine
    271273
    272274
     
    12051207       # DEFAULT-WERT SETZEN) UND OB SIE EIN GANZZAHLIGER TEILER DER
    12061208       # GESAMTPROZESSORANZAHL IST
    1207     if [[ "$tasks_per_node" = ""  &&  $host != lcflow ]]
     1209    if [[ "$tasks_per_node" = ""  &&  $host != lcflow  &&  $host != lcxt5m ]]
    12081210    then
    12091211       printf "\n"
     
    12121214       locat=tasks_per_node; (( iec = 0 )); exit
    12131215    fi
    1214     if [[ $host != lcflow ]]
     1216    if [[ $host != lcflow  &&  $host != lcxt5m ]]
    12151217    then
    12161218       (( ival = $tasks_per_node ))
Note: See TracChangeset for help on using the changeset viewer.