Changeset 540 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- Jun 15, 2010 1:51:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.