Changeset 540


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
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/DOC/tec/technical_documentation.html

    r532 r540  
    11<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
    22<html><head>
     3
    34
    45
     
    9596   
    9697    <tr>
     98      <td style="vertical-align: top;">15/06/10<br>
     99      </td>
     100      <td style="vertical-align: top;">RH<br>
     101      </td>
     102      <td style="vertical-align: top;">540<br>
     103      </td>
     104      <td style="vertical-align: top;">3.7a<br>
     105      </td>
     106      <td style="vertical-align: top;">C<br>
     107      </td>
     108      <td style="vertical-align: top;">ssh from compute nodes to login
     109nodes on hosts lcsgih/lcsgib is done using the names
     110hicegate0/bicegate0 instead of the IP addresses<br>
     111      </td>
     112      <td style="vertical-align: top;">mrun<br>
     113      </td>
     114    </tr>
     115<tr>
    97116      <td style="vertical-align: top;">21/04/10<br>
    98117      </td>
     
    101120      <td style="vertical-align: top;">532<br>
    102121      </td>
    103       <td style="vertical-align: top;">3.71<br>
     122      <td style="vertical-align: top;">3.7a<br>
    104123      </td>
    105124      <td style="vertical-align: top;">C<br>
  • 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.