Changeset 1272 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- Jan 8, 2014 10:19:32 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r1271 r1272 22 22 # Current revisions: 23 23 # ------------------ 24 # 24 # small adjustment for lcflow 25 25 # 26 26 # Former revisions: … … 2926 2926 printf " compiler is called via ssh on \"flow\" \n" 2927 2927 /usr/bin/ssh $SSH_PORTOPT flow02.hpc.uni-oldenburg.de -l $usern "$init_cmds $module_calls cd $TEMPDIR; make $mopts -f Makefile PROG=a.out F90=$compiler_name COPT=\"$cpp_options\" F90FLAGS=\"$fopts\" LDFLAGS=\"$lopts\" " 2928 [[ ! -f a.out ]] && compile_error=true 2928 check_for_file=`/usr/bin/ssh $SSH_PORTOPT flow02.hpc.uni-oldenburg.de -l $usern "ls $TEMPDIR/a.out 2> /dev/null"` 2929 [[ "$check_for_file" = "" ]] && compile_error=true 2929 2930 continue # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN 2930 2931 elif [[ $localhost = lccrayb || $localhost = lccrayf ]]
Note: See TracChangeset
for help on using the changeset viewer.