Changeset 591
- Timestamp:
- Oct 28, 2010 6:35:52 AM (14 years ago)
- Location:
- palm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r562 r591 2539 2539 elif [[ $localhost = lcsgih ]] 2540 2540 then 2541 printf " compiler is called via ssh on \"hicegate 0\" \n"2542 ssh hicegate 0-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 \"hicegate1\" \n" 2542 ssh hicegate1 -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
r588 r591 182 182 READ ( 13 ) variable_chr 183 183 DO WHILE ( TRIM( variable_chr ) /= '*** end ***' ) 184 185 IF(myid == 0)PRINT*,'read_var_list: variable_chr=',variable_chr186 184 187 185 SELECT CASE ( TRIM( variable_chr ) )
Note: See TracChangeset
for help on using the changeset viewer.