Changeset 407 for palm/trunk/SCRIPTS


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

Location:
palm/trunk/SCRIPTS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mbuild

    r367 r407  
    107107     # 21/04/09 - Siggi - adjustments for new IBM at DKRZ, which is now ibmh
    108108     # 25/08/09 - BjornM- adapted for lck
     109     # 01/12/09 - BjornM- re-adjustments for lcxt4
    109110
    110111
     
    11101111             then
    11111112
    1112                 print "cd ${remote_md}; echo $make_call_string > LAST_MAKE_CALL; chmod u+x LAST_MAKE_CALL; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" | ssh  ${remote_username}@${remote_addres} 2>&1 | tee ${remote_host}_last_make_protokoll
     1113                print ". /opt/modules/default/init/ksh; module load Base-opts/2.1.56HDA; module load modules/3.1.6; module load pgi/9.0.4; module load PrgEnv-pgi/2.1.56HDA; cd ${remote_md}; echo $make_call_string > LAST_MAKE_CALL; chmod u+x LAST_MAKE_CALL; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" | ssh  ${remote_username}@${remote_addres} 2>&1 | tee ${remote_host}_last_make_protokoll
    11131114
    11141115             else
     
    12441245                done
    12451246
     1247             elif [[ $remote_host = lcxt4 ]]
     1248             then
     1249
     1250                print ". /opt/modules/default/init/ksh; module load Base-opts/2.1.56HDA; module load modules/3.1.6; module load pgi/9.0.4; module load PrgEnv-pgi/2.1.56HDA; cd ${remote_ud}; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" | ssh  ${remote_username}@${remote_addres} 2>&1 | tee ${remote_host}_last_make_protokoll
     1251
    12461252             else
    12471253
  • 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.