Changeset 372 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- Aug 26, 2009 1:09:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r369 r372 189 189 # 25/08/09 - BjornM - adpated for lck 190 190 # 26/08/09 - Siggi - additional environment variables for mpt on ice2 191 # 26/08/09 - Marcus - adjustment for ice2 on lcsgib 191 192 192 193 … … 2422 2423 then 2423 2424 printf " compiler is called via ssh on \"bicegate\" using module \"$mpilib\" \n" 2424 ssh 130.73.232.103 -l $usern ". /usr/share/modules/init/bash; module load $mpilib; cd $TEMPDIR; make -f Makefile PROG=a.out F90=$compiler_name COPT=\"$cpp_options\" F90FLAGS=\"$fopts\" LDFLAGS=\"$lopts\" "2425 ssh 130.73.232.103 -l $usern ". /usr/share/modules/init/bash; module load ifort/11.0.069; module load $mpilib; cd $TEMPDIR; make -f Makefile PROG=a.out F90=$compiler_name COPT=\"$cpp_options\" F90FLAGS=\"$fopts\" LDFLAGS=\"$lopts\" " 2425 2426 [[ ! -f a.out ]] && compile_error=true 2426 2427 continue # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN
Note: See TracChangeset
for help on using the changeset viewer.