Changeset 210 for palm/trunk/SCRIPTS


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

updates in dvr routines for new dvr version

Location:
palm/trunk/SCRIPTS
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mbuild

    r206 r210  
    728728        (lcmuk)          remote_addres=130.75.105.2;;
    729729        (lcsgib)         remote_addres=130.73.232.102;;
    730         (lcsgih)         remote_addres=130.75.4.102;;
     730        (lcsgih)         remote_addres=130.75.4.103;;
    731731        (lctit)          remote_addres=172.17.75.161;;
    732732        (lcxt4)          remote_addres=129.177.20.113;;
     
    13091309             then
    13101310
    1311                 print ". /usr/share/modules/init/bash; module load mpt; 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
     1311                print ". /usr/share/modules/init/bash; module load mpt/1.21; 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
    13121312#                print ". /usr/share/modules/init/bash; module load mvapich2/1.2rc1-intel; 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
    13131313#                print ". /usr/share/modules/init/bash; module load mvapich2; 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
  • palm/trunk/SCRIPTS/mrun

    r206 r210  
    154154     # 08/08/08 - Marcus - typo removed in lcxt4 branch
    155155     # 17/09/08 - Siggi  - restart mechanism adjusted for lcsgi
    156      # 02/10/09 - BjornM - argument "-Y" modified, adjustments for coupled runs
     156     # 02/10/08 - BjornM - argument "-Y" modified, adjustments for coupled runs
     157     # 21/10/08 - Siggi  - bugfix for the case that -K has more than one
     158     #                     argument
    157159 
    158160    # VARIABLENVEREINBARUNGEN + DEFAULTWERTE
     
    396398       (C)   restart_run=true; mc="$mc -C";;
    397399       (d)   fname=$OPTARG; mc="$mc -d$OPTARG";;
    398        (D)   cpp_opts="$cpp_opts $OPTARG"; mc="$mc -D$OPTARG";;
     400       (D)   cpp_opts="$cpp_opts $OPTARG"; mc="$mc -D'$OPTARG'";;
    399401       (F)   job_on_file="-D"; mc="$mc -F";;
    400402       (g)   group_number=$OPTARG; mc="$mc -g$OPTARG";;
     
    405407       (I)   ignore_archive_error=true; mc="$mc -I";;
    406408       (k)   keep_data_from_previous_run=true; mc="$mc -k";;
    407        (K)   additional_conditions="$OPTARG"; mc="$mc -K$OPTARG";;
     409       (K)   additional_conditions="$OPTARG"; mc="$mc -K'$OPTARG'";;
    408410       (m)   memory=$OPTARG; mc="$mc -m$OPTARG";;
    409411       (M)   makefile=$OPTARG; mc="$mc -M$OPTARG";;
     
    23202322       then
    23212323          printf "      compiler is called via ssh on \"hicegate\" \n"
    2322           ssh  130.75.4.102  -l $usern  ". /usr/share/modules/init/bash; module load mpt; cd $TEMPDIR; make -f Makefile PROG=a.out  F90=$compiler_name  COPT=\"$cpp_options\"  F90FLAGS=\"$fopts\"  LDFLAGS=\"$lopts\" 2>&1 "
     2324          ssh  130.75.4.103  -l $usern  ". /usr/share/modules/init/bash; module load mpt; cd $TEMPDIR; make -f Makefile PROG=a.out  F90=$compiler_name  COPT=\"$cpp_options\"  F90FLAGS=\"$fopts\"  LDFLAGS=\"$lopts\" 2>&1 "
    23232325#          ssh  130.75.4.102  -l $usern  ". /usr/share/modules/init/bash; module load mvapich2; cd $TEMPDIR; make -f Makefile PROG=a.out  F90=$compiler_name  COPT=\"$cpp_options\"  F90FLAGS=\"$fopts\"  LDFLAGS=\"$lopts\" 2>&1 "
    23242326#          print  ". /usr/share/modules/init/bash; module load mpt; cd $TEMPDIR; make -f Makefile PROG=a.out  F90=$compiler_name  COPT=\"$cpp_options\"  F90FLAGS=\"$fopts\"  LDFLAGS=\"$lopts\" " | ssh  ${usern}@130.75.4.102  2>&1
     
    29192921#                   export MV2_CPU_MAPPING=0:1:2:3
    29202922#                   mpiexec    ./a.out  $ROPTS
     2923#                   export MPI_LAUNCH_TIMEOUT=360
    29212924                   mpiexec_mpt -np $ii   ./a.out  $ROPTS
    29222925                elif [[ $host = lcxt4 ]]
  • 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.