Changeset 220 for palm/trunk/SCRIPTS


Ignore:
Timestamp:
Dec 18, 2008 7:00:36 AM (15 years ago)
Author:
raasch
Message:

some small bugfixes in user_module, user_read_restart_data, read_3d_binary, flow_statistics and mrun

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r215 r220  
    18961896 then
    18971897
    1898     printf "\n  +++ no compiler specified for \"$localhost $cond1 $cond2\""
     1898    printf "\n  +++ no compiler specified for \"$host $cond1 $cond2\""
    18991899    locat=compiler_name; exit
    19001900
     
    23752375       elif [[ $localhost = lcsgih ]]
    23762376       then
    2377           printf "      compiler is called via ssh on \"hicegate\" \n"
     2377          printf "      compiler is called via ssh on \"hicegate2\" \n"
    23782378          ssh  130.75.4.103  -l $usern  ". /usr/share/modules/init/bash; module load mpt; cd $TEMPDIR; make -f Makefile PROG=a.out  F90=$compiler_name  COPT=\"$cpp_options\"  F90FLAGS=\"$fopts\"  LDFLAGS=\"$lopts\" 2>&1 "
    23792379#          ssh  130.75.4.102  -l $usern  ". /usr/share/modules/init/bash; module load mvapich2; cd $TEMPDIR; make -f Makefile PROG=a.out  F90=$compiler_name  COPT=\"$cpp_options\"  F90FLAGS=\"$fopts\"  LDFLAGS=\"$lopts\" 2>&1 "
Note: See TracChangeset for help on using the changeset viewer.