Changeset 717 for palm/trunk/SCRIPTS


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

added lckordi

Location:
palm/trunk/SCRIPTS
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mbuild

    r693 r717  
    119119     # 04/03/11 - BjornM- re-adjustments for lcxt4
    120120     # 06/03/11 - Siggi - adjustments for ibmkisti
     121     # 03/04/11 - Micha - added lckordi
    121122
    122123
     
    470471       # IP-ADRESSE DES REMOTE-RECHNERS BESTIMMEN
    471472    case  $remote_host  in
     473        (lckordi)          remote_adress=210.219.61.8;;
    472474        (lcmuk)          remote_addres=130.75.105.2;;
    473475        (lcrte)          remote_addres=133.5.185.60;;
  • palm/trunk/SCRIPTS/mrun

    r696 r717  
    222222     #                     usage, totalview usage extended
    223223     # 17/03/11 - Siggi -  adjustments for openmp usage on ibmkisti
    224 
     224     # 03/04/11 - Micha -  added lckordi
    225225
    226226
     
    676676    do_remote=true
    677677    case  $host  in
    678         (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|nech|necriam|lckyoto|lcsgib|lcsgih|unics|lcxt4|lcxt5m|lck)  true;;
     678        (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|nech|necriam|lckyoto|lcsgib|lcsgih|unics|lcxt4|lcxt5m|lck|lckordi)  true;;
    679679        (*)  printf "\n"
    680680             printf "\n  +++ sorry: execution of batch jobs on remote host \"$host\""
     
    840840                   do_remote=true
    841841                   case  $host  in
    842                        (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|lckyoto|lcsgib|lcsgih|nech|necriam|unics|lcxt4|lcxt5m|lck)  true;;
     842                       (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|lckyoto|lcsgib|lcsgih|nech|necriam|unics|lcxt4|lcxt5m|lck|lckordi)  true;;
    843843                       (*)  printf "\n  +++ sorry: execution of batch jobs on remote host \"$host\""
    844844                            printf "\n      is not available"
     
    11221122    do_remote=true
    11231123    case  $host  in
    1124         (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|lckyoto|lcsgib|lcsgih|nech|necriam|unics|lcxt4|lcxt5m|lck)  true;;
     1124        (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|lckyoto|lcsgib|lcsgih|nech|necriam|unics|lcxt4|lcxt5m|lck|lckordi)  true;;
    11251125        (*)  printf "\n"
    11261126             printf "\n  +++ sorry: execution of batch jobs on remote host \"$host\""
     
    20432043 lopts="$lopts $netcdf_lib $dvr_lib"
    20442044 ROPTS="$ropts"
    2045  if [[ ( $(echo $host | cut -c1-3) = nec  ||  $(echo $host | cut -c1-3) = ibm  ||  $host = lckyoto  ||  $host = lcsgih  ||  $host = lcsgib  ||  $host = lctit  ||  $host = lcfimm  ||  $host = lcxt4 ||  $host = lcxt5m || $host = lck )  &&  -n $numprocs ]]
     2045 if [[ ( $(echo $host | cut -c1-3) = nec  ||  $(echo $host | cut -c1-3) = ibm  ||  $host = lckyoto  ||  $host = lcsgih  ||  $host = lcsgib  ||  $host = lctit  ||  $host = lcfimm  ||  $host = lcxt4 ||  $host = lcxt5m || $host = lck || $host = lckordi)  &&  -n $numprocs ]]
    20462046 then
    20472047    XOPT="-X $numprocs"
     
    34543454                      aprun  -n $ii  -N $tasks_per_node  a.out < runfile_atmos  $ROPTS
    34553455
    3456                    elif [[ $host = lck ]]
     3456                   elif [[ $host = lck || $host = lcordi ]]
    34573457                   then
    34583458                         mpiexec -n $ii  ./a.out  $ROPTS < runfile_atmos &
  • 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.