Ignore:
Timestamp:
Dec 1, 2009 3:01:15 PM (14 years ago)
Author:
maronga
Message:

humidity for non-flat topography implemented, re-adjustments for lcxt4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/subjob

    r400 r407  
    107107     # 03/09/09 - Siggi - PBS sgi feature directive only used if explicitly
    108108     #                    set in the config file by the user
    109      # 16/10/09 - Carolin - adjustments for archiving on SGI-ICE of binary files;
     109     # 16/10/09 - Carolin adjustments for archiving on SGI-ICE of binary files;
    110110     #                      adding special1q
     111     # 01/12/09 - BjornM- re-adjustments for lcxt4, added sno (130.75.105.113)
    111112
    112113    # VARIABLENVEREINBARUNGEN + DEFAULTWERTE
     
    203204     (blizzard1)             local_addres=136.172.40.15;  local_host=ibmh;;
    204205     (irifi)                 local_addres=130.75.105.104; local_host=lcmuk;;
     206     (sno)                   local_addres=130.75.105.113; local_host=lcmuk;;
    205207     (levanto)               local_addres=130.75.105.45;  local_host=lcmuk;;
    206208     (maestro)               local_addres=130.75.105.2;   local_host=lcmuk;;
     
    342344        (ibmy)    queue=parallel; remote_addres=165.132.26.58; submcom=/usr/lpp/LoadL/full/bin/llsubmit;;
    343345        (lcfimm)  remote_addres=172.20.4.2; submcom=/opt/torque/bin/qsub;;
    344         (lcsgib)  queue=smallq; remote_addres=130.73.232.103; submcom=/opt/moab/bin/msub;;
    345         (lcsgih)  queue=smallq; remote_addres=130.75.4.102; submcom=/opt/moab/bin/msub;;
     346        (lcsgib)  queue=smallq; remote_addres=130.73.232.102; submcom=/opt/moab/bin/msub;;
     347        (lcsgih)  queue=smallq; remote_addres=130.75.4.103; submcom=/opt/moab/bin/msub;;
    346348        (lck)     remote_addres=165.132.26.61; submcom=/usr/torque/bin/qsub;;
    347349        (lctit)   queue=lctit; remote_addres=172.17.75.161; submcom=/n1ge/TITECH_GRID/tools/bin/n1ge;;
     
    844846. /opt/modules/default/init/ksh
    845847module load modules/3.1.6
    846 module load PrgEnv-pgi/2.1.56HD
    847 module load Base-opts/2.1.56HD
    848 module load moab/5.2.5-s13441
     848module load PrgEnv-pgi/2.1.56HDA
     849module load Base-opts/2.1.56HDA
     850module load moab/5.2.5-s13570
    849851module load torque/2.3.4-snap.200809221601
     852
    850853
    851854%%END%%
     
    12741277          echo "$submcom  $job_on_remhost"
    12751278          chmod  u+x  $job_on_remhost
     1279
    12761280       elif [[ $(echo $local_host | cut -c1-5) = lcsgi ]]
    12771281       then
Note: See TracChangeset for help on using the changeset viewer.