- Timestamp:
- Mar 21, 2012 3:45:08 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r848 r858 253 253 # 09/03/12 - Siggi - -T option not obligatory for lcflow 254 254 # 12/03/12 - Siggi - tasks_per_node divisor check not for lcflow 255 # 21/03/12 - Matthias - default compiler on ibmh changed 255 256 256 257 … … 2882 2883 then 2883 2884 printf " compiler is called via ssh on \"plogin1\" \n" 2884 ssh plogin1 -l $usern "export PATH=/sw/ibm/xlf/1 2.1.0.3/usr/bin:$PATH; $module_calls cd $TEMPDIR; make $mopts -f Makefile PROG=a.out F90=$compiler_name COPT=\"$cpp_options\" F90FLAGS=\"$fopts\" LDFLAGS=\"$lopts\" "2885 ssh plogin1 -l $usern "export PATH=/sw/ibm/xlf/13.1.0.8/usr/bin:$PATH; $module_calls cd $TEMPDIR; make $mopts -f Makefile PROG=a.out F90=$compiler_name COPT=\"$cpp_options\" F90FLAGS=\"$fopts\" LDFLAGS=\"$lopts\" " 2885 2886 [[ ! -f a.out ]] && compile_error=true 2886 2887 continue # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN
Note: See TracChangeset
for help on using the changeset viewer.