Ignore:
Timestamp:
Apr 3, 2011 4:04:01 PM (13 years ago)
Author:
gryschka
Message:

added lckordi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/subjob

    r696 r717  
    129129     # 06/03/11 - Siggi - adjustments for ibmkisti
    130130     # 17/03/11 - Siggi - adjustments for openmp usage on ibmkisti
    131 
     131     # 03/04/11 - Micha - added lckordi
    132132
    133133
     
    193193    # HOSTSPEZIFISCHE VARIABLEN VEREINBAREN BZW. PRUEFEN, OB LOKALER HOST
    194194    # UEBERHAUPT ZULAESSIG IST
     195    # Note: One of the entries for "lck" or "lckordi" always has to be
     196    # comment out, because the hostname (node*) is same for both machines
    195197 case  $local_host  in
    196198     (atmos)                 local_addres=172.20.25.35;   local_host=lcide;;
     
    212214     (fimm.bccs.uib.no)      local_addres=172.20.4.2;     local_host=lcfimm;;
    213215     (node*)                 local_addres=165.132.26.61   local_host=lck;;
     216   #  (node*)                 local_addres=210.219.61.8    local_host=lckordi;;
    214217     (gaia*)                 local_addres=150.183.146.24; local_host=ibmkisti;;
    215218     (gallego)               local_addres=130.75.105.10;  local_host=lcmuk;;
     
    376379        (lcsgih)  queue=smallq; remote_addres=130.75.4.101; submcom=/opt/moab/bin/msub;;
    377380        (lck)     remote_addres=165.132.26.61; submcom=/usr/torque/bin/qsub;;
     381        (lckordi) remote_addres=210.219.61.8; submcom=/usr/torque/bin/qsub;;
    378382        (lctit)   queue=S; remote_addres=10.1.6.165; submcom=/opt/pbs/tools/bin/t2sub;;
    379383        (lcxt4)   remote_addres=129.177.20.113; submcom=/opt/torque/2.4.9-snap.201005191035/bin/qsub;;
     
    803807    fi
    804808
    805  elif [[ $remote_host = lck ]]
     809 elif [[ $remote_host = lck || $remote_host = lckordi ]]
    806810 then
    807811
     
    14211425       then
    14221426          eval  $submcom  $job_on_remhost
    1423        elif [[  $local_host = lcfimm  ||  $local_host = lctit  ||  $localhost = lcxt4  ||  $localhost = lck  || $localhost = lcyon ]]
     1427       elif [[  $local_host = lcfimm  ||  $local_host = lctit  ||  $localhost = lcxt4  ||  $localhost = lck  || $localhost = lckordi|| $localhost = lcyon ]]
    14241428       then
    14251429          chmod  u+x  $job_on_remhost
Note: See TracChangeset for help on using the changeset viewer.