Changeset 400


Ignore:
Timestamp:
Oct 20, 2009 1:34:43 PM (15 years ago)
Author:
letzel
Message:
  • Add lcsgih|b dataservers as local hosts, queue adjustments (subjob)
Location:
palm/trunk/SCRIPTS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r399 r400  
    494494    printf "\n      Option  Description                              Default-Value"
    495495    printf "\n        -a    base name of input files                 equiv. -d"
    496     printf "\n        -A    no archiving when using file-attribute fl"
     496    printf "\n        -A    archiving when using file-attribute fl"
    497497    printf "\n        -b    batch-job on local machine               ---"
    498498    printf "\n        -B    do not delete temporary directory at end ---"
  • palm/trunk/SCRIPTS/subjob

    r399 r400  
    174174     (autan)                 local_addres=130.75.105.57;  local_host=lcmuk;;
    175175     (bora)                  local_addres=130.75.105.103; local_host=lcmuk;;
    176      (bicegate1)             local_addres=130.73.232.102; local_host=lcsgib;;
     176     (bd1)                   local_addres=130.73.232.64;  local_host=lcsgib;;
     177     (bd2)                   local_addres=130.73.232.65;  local_host=lcsgib;;
     178     (bd3)                   local_addres=130.73.232.66;  local_host=lcsgib;;
     179     (bd4)                   local_addres=130.73.232.67;  local_host=lcsgib;;
     180     (b01*|bicegate1)        local_addres=130.73.232.102; local_host=lcsgib;;
    177181     (bicegate2)             local_addres=130.73.232.103; local_host=lcsgib;;
    178182     (breg*-en0|berni*-en0)  local_addres=130.73.230.10;  local_host=ibmb;;
    179183     (breva)                 local_addres=130.75.105.98;  local_host=lcmuk;;
    180      (b01*|bicegate1)        local_addres=130.73.232.102; local_host=lcsgib;;
    181184     (bicegate2)             local_addres=130.73.232.103; local_host=lcsgib;;
    182185     (caurus)                local_addres=130.75.105.19;  local_host=lcmuk;;
     
    192195     (hababai)               local_addres=130.75.105.108; local_host=lcmuk;;
    193196     (hexagon.bccs.uib.no)   local_addres=129.177.20.113; local_host=lcxt4;;
     197     (hd1)                   local_addres=130.75.4.104;   local_host=lcsgih;;
     198     (hd2)                   local_addres=130.75.4.105;   local_host=lcsgih;;
     199     (hd3)                   local_addres=130.75.4.106;   local_host=lcsgih;;
     200     (hd4)                   local_addres=130.75.4.107;   local_host=lcsgih;;
    194201     (h01*|hicegate1)        local_addres=130.75.4.102;   local_host=lcsgih;;
    195202     (hicegate2)             local_addres=130.75.4.103;   local_host=lcsgih;;
     
    377384                 esac;;
    378385        (lcsgib|lcsgih)   case  $ndq  in
    379                      (testq|serialq|smallq|bigq|workq|dataq|special1q)       error=false;;
     386                     (testq|serialq|smallq|mediumq|bigq|workq|dataq|special1q)       error=false;;
    380387                     (*)                                     error=true;;
    381388                 esac;;
     
    765772    fi
    766773
    767     if [[ $queue = testq  || $queue = workq || $queue = dataq || $queue = special1q ]]
     774    if [[ $queue = testq  ||  $queue = workq  ||  $queue = dataq  ||  $queue = serialq  || $queue = special1q ]]
    768775    then
    769776       queue_directive="#PBS -q $queue"
     
    810817#PBS -o $remote_dayfile
    811818#PBS -e $remote_dayfile
     819$queue_directive
     820$email_directive
    812821
    813822%%END%%
Note: See TracChangeset for help on using the changeset viewer.