Changeset 1272 for palm/trunk


Ignore:
Timestamp:
Jan 8, 2014 10:19:32 AM (10 years ago)
Author:
witha
Message:

small adjustment for lcflow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r1271 r1272  
    2222# Current revisions:
    2323# ------------------
    24 #
     24# small adjustment for lcflow
    2525#
    2626# Former revisions:
     
    29262926             printf "      compiler is called via ssh on \"flow\" \n"
    29272927             /usr/bin/ssh  $SSH_PORTOPT  flow02.hpc.uni-oldenburg.de -l $usern "$init_cmds $module_calls cd $TEMPDIR; make $mopts -f Makefile PROG=a.out F90=$compiler_name COPT=\"$cpp_options\" F90FLAGS=\"$fopts\" LDFLAGS=\"$lopts\" "
    2928              [[ ! -f a.out ]]  &&  compile_error=true
     2928             check_for_file=`/usr/bin/ssh $SSH_PORTOPT flow02.hpc.uni-oldenburg.de -l $usern "ls $TEMPDIR/a.out 2> /dev/null"`
     2929             [[ "$check_for_file" = "" ]]  &&  compile_error=true
    29292930             continue   # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN
    29302931          elif [[ $localhost = lccrayb  ||  $localhost = lccrayf ]]
Note: See TracChangeset for help on using the changeset viewer.