Changeset 591


Ignore:
Timestamp:
Oct 28, 2010 6:35:52 AM (13 years ago)
Author:
helmke
Message:

remove print command in read_var_list

Location:
palm/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r562 r591  
    25392539       elif [[ $localhost = lcsgih ]]
    25402540       then
    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 "
     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 "
    25432543          [[ ! -f a.out ]]  &&  compile_error=true
    25442544          continue   # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN
  • palm/trunk/SOURCE/read_var_list.f90

    r588 r591  
    182182    READ ( 13 )  variable_chr
    183183    DO  WHILE ( TRIM( variable_chr ) /= '*** end ***' )
    184    
    185        IF(myid == 0)PRINT*,'read_var_list: variable_chr=',variable_chr
    186184
    187185       SELECT CASE ( TRIM( variable_chr ) )
Note: See TracChangeset for help on using the changeset viewer.