Changeset 592 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- Oct 28, 2010 6:39:22 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r591 r592 2539 2539 elif [[ $localhost = lcsgih ]] 2540 2540 then 2541 printf " compiler is called via ssh on \"hicegate 1\" \n"2542 ssh hicegate 1-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 "2541 printf " compiler is called via ssh on \"hicegate0\" \n" 2542 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 " 2543 2543 [[ ! -f a.out ]] && compile_error=true 2544 2544 continue # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN
Note: See TracChangeset
for help on using the changeset viewer.