- Timestamp:
- Jun 15, 2010 1:51:16 PM (14 years ago)
- Location:
- palm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/DOC/tec/technical_documentation.html
r532 r540 1 1 <!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en"> 2 2 <html><head> 3 3 4 4 5 … … 95 96 96 97 <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 109 nodes on hosts lcsgih/lcsgib is done using the names 110 hicegate0/bicegate0 instead of the IP addresses<br> 111 </td> 112 <td style="vertical-align: top;">mrun<br> 113 </td> 114 </tr> 115 <tr> 97 116 <td style="vertical-align: top;">21/04/10<br> 98 117 </td> … … 101 120 <td style="vertical-align: top;">532<br> 102 121 </td> 103 <td style="vertical-align: top;">3.7 1<br>122 <td style="vertical-align: top;">3.7a<br> 104 123 </td> 105 124 <td style="vertical-align: top;">C<br> -
palm/trunk/SCRIPTS/mrun
r505 r540 205 205 # directly called and must not be given by an output 206 206 # 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 207 210 208 211 … … 2519 2522 elif [[ $localhost = lcsgib ]] 2520 2523 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\" " 2523 2526 [[ ! -f a.out ]] && compile_error=true 2524 2527 continue # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN 2525 2528 elif [[ $localhost = lcsgih ]] 2526 2529 then 2527 printf " compiler is called via ssh on \"hicegate 2\" \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 " 2529 2532 [[ ! -f a.out ]] && compile_error=true 2530 2533 continue # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN -
palm/trunk/SCRIPTS/subjob
r493 r540 356 356 (lcfimm) remote_addres=172.20.4.2; submcom=/opt/torque/bin/qsub;; 357 357 (lckyoto) remote_addres=133.3.51.11; submcom=/thin/local/bin/qsub;; 358 (lcsgib) queue=smallq; remote_addres=130.73.232.10 2; submcom=/opt/moab/bin/msub;;359 (lcsgih) queue=smallq; remote_addres=130.75.4.10 3; 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;; 360 360 (lck) remote_addres=165.132.26.61; submcom=/usr/torque/bin/qsub;; 361 361 (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.