Changeset 592 for palm/trunk
- Timestamp:
- Oct 28, 2010 6:39:22 AM (14 years ago)
- Location:
- palm/trunk
- Files:
-
- 2 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 -
palm/trunk/SOURCE/read_var_list.f90
r591 r592 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 591 2010-10-28 06:35:52Z helmke 13 ! remove print command 11 14 ! 12 15 ! 587 2010-10-27 08:36:51Z helmke
Note: See TracChangeset
for help on using the changeset viewer.