Changeset 592 for palm


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

last commit documented

Location:
palm/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

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

    r591 r592  
    99! -----------------
    1010! $Id$
     11!
     12! 591 2010-10-28 06:35:52Z helmke
     13! remove print command
    1114!
    1215! 587 2010-10-27 08:36:51Z helmke
Note: See TracChangeset for help on using the changeset viewer.