Ignore:
Timestamp:
Nov 6, 2008 8:54:02 AM (16 years ago)
Author:
raasch
Message:

updates in dvr routines for new dvr version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/subjob

    r206 r210  
    161161     (autan)                 local_addres=130.75.105.57;  local_host=lcmuk;;
    162162     (bora)                  local_addres=130.75.105.103; local_host=lcmuk;;
     163     (bicegate1)             local_addres=130.73.232.102; local_host=lcsgib;;
    163164     (breg*-en0|berni*-en0)  local_addres=130.73.230.10;  local_host=ibmb;;
    164165     (breva)                 local_addres=130.75.105.98;  local_host=lcmuk;;
     
    175176     (hababai)               local_addres=130.75.105.108; local_host=lcmuk;;
    176177     (hexagon.bccs.uib.no)   local_addres=129.177.20.113; local_host=lcxt4;;
     178     (hicegate1)             local_addres=130.75.4.102;   local_host=lcsgih;;
     179     (hicegate2)             local_addres=130.75.4.103;   local_host=lcsgih;;
    177180     (hreg*-en0|hanni*-en0)  local_addres=130.75.4.10;    local_host=ibmh;;
    178181     (h01*)                  local_addres=130.75.4.102;   local_host=lcsgih;;
     
    187190     (quanero)               local_addres=130.75.105.107; local_host=lcmuk;;
    188191     (scirocco)              local_addres=172.20.25.41;   local_host=lcmuk;;
    189      (service100)            local_addres=130.75.4.102;   local_host=lcsgih;;
    190192     (sun1|sun2)             local_addres=130.75.6.1;     local_host=unics;;
    191193     (r1*)                   local_addres=130.75.4.102;   local_host=lcsgih;;
     
    317319        (lcfimm) remote_addres=172.20.4.2; submcom=/opt/torque/bin/qsub;;
    318320        (lcsgib) queue=smallq; remote_addres=130.73.232.102; submcom=/opt/moab/bin/msub;;
    319         (lcsgih) queue=smallq; remote_addres=130.75.4.102; submcom=/opt/moab/bin/msub;;
     321        (lcsgih) queue=smallq; remote_addres=130.75.4.103; submcom=/opt/moab/bin/msub;;
    320322        (lctit)  queue=lctit; remote_addres=172.17.75.161; submcom=/n1ge/TITECH_GRID/tools/bin/n1ge;;
    321323        (lcxt4)  remote_addres=129.177.20.113; submcom=/opt/torque/2.3.0/bin/qsub;;
     
    701703
    702704. /usr/share/modules/init/bash
    703 module load mpt
     705module load mpt/1.21
    704706# module load mvapich2/1.2rc1-intel
    705707# module load mvapich2
     
    11451147    else
    11461148       cd  $job_catalog
    1147        if [[ $(echo $local_host | cut -c1-3) = ibm ]]
     1149       if [[ $(echo $local_host | cut -c1-5) = lcsgi  ||  $(echo $local_host | cut -c1-3) = ibm ]]
    11481150       then
    11491151          eval  $submcom  $job_on_remhost
Note: See TracChangeset for help on using the changeset viewer.