Changeset 540 for palm/trunk/SCRIPTS


Ignore:
Timestamp:
Jun 15, 2010 1:51:16 PM (14 years ago)
Author:
heinze
Message:

changing IP-adresses to names hicegate0/bicegate0 for lcsgih/lcsgib

Location:
palm/trunk/SCRIPTS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r505 r540  
    205205     #                     directly called and must not be given by an output
    206206     #                     command in the configuration file any more
     207     # 15/06/10 - Rieke  - ssh from compute nodes to login nodes on hosts
     208     #                     lcsgih/lcsgib is done using the names
     209     #                     hicegate0/bicegate0 instead of the IP addresses
    207210
    208211
     
    25192522       elif [[ $localhost = lcsgib ]]
    25202523       then
    2521           printf "      compiler is called via ssh on \"bicegate\" \n"
    2522           ssh  130.73.232.103  -l $usern  ". /usr/share/modules/init/bash; $module_calls cd $TEMPDIR; make $mopts -f Makefile PROG=a.out  F90=$compiler_name  COPT=\"$cpp_options\"  F90FLAGS=\"$fopts\"  LDFLAGS=\"$lopts\" "
     2524          printf "      compiler is called via ssh on \"bicegate0\" \n"
     2525          ssh  bicegate0  -l $usern  ". /usr/share/modules/init/bash; $module_calls cd $TEMPDIR; make $mopts -f Makefile PROG=a.out  F90=$compiler_name  COPT=\"$cpp_options\"  F90FLAGS=\"$fopts\"  LDFLAGS=\"$lopts\" "
    25232526          [[ ! -f a.out ]]  &&  compile_error=true
    25242527          continue   # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN
    25252528       elif [[ $localhost = lcsgih ]]
    25262529       then
    2527           printf "      compiler is called via ssh on \"hicegate2\" \n"
    2528           ssh  130.75.4.103    -l $usern  ". /usr/share/modules/init/bash; $module_calls cd $TEMPDIR; make $mopts -f Makefile PROG=a.out  F90=$compiler_name  COPT=\"$cpp_options\"  F90FLAGS=\"$fopts\"  LDFLAGS=\"$lopts\" 2>&1 "
     2530          printf "      compiler is called via ssh on \"hicegate0\" \n"
     2531          ssh  hicegate0    -l $usern  ". /usr/share/modules/init/bash; $module_calls cd $TEMPDIR; make $mopts -f Makefile PROG=a.out  F90=$compiler_name  COPT=\"$cpp_options\"  F90FLAGS=\"$fopts\"  LDFLAGS=\"$lopts\" 2>&1 "
    25292532          [[ ! -f a.out ]]  &&  compile_error=true
    25302533          continue   # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN
  • palm/trunk/SCRIPTS/subjob

    r493 r540  
    356356        (lcfimm)  remote_addres=172.20.4.2; submcom=/opt/torque/bin/qsub;;
    357357        (lckyoto) remote_addres=133.3.51.11; submcom=/thin/local/bin/qsub;;
    358         (lcsgib)  queue=smallq; remote_addres=130.73.232.102; submcom=/opt/moab/bin/msub;;
    359         (lcsgih)  queue=smallq; remote_addres=130.75.4.103; submcom=/opt/moab/bin/msub;;
     358        (lcsgib)  queue=smallq; remote_addres=130.73.232.104; submcom=/opt/moab/bin/msub;;
     359        (lcsgih)  queue=smallq; remote_addres=130.75.4.101; submcom=/opt/moab/bin/msub;;
    360360        (lck)     remote_addres=165.132.26.61; submcom=/usr/torque/bin/qsub;;
    361361        (lctit)   queue=lctit; remote_addres=172.17.75.161; submcom=/n1ge/TITECH_GRID/tools/bin/n1ge;;
Note: See TracChangeset for help on using the changeset viewer.