Changeset 1229


Ignore:
Timestamp:
Sep 20, 2013 6:55:19 AM (11 years ago)
Author:
raasch
Message:

further adjustments for lccrayb

Location:
palm/trunk/SCRIPTS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mbuild

    r1217 r1229  
    2222# Current revisions:
    2323# ------------------
     24# adjustments for lccrayb
    2425# RCS renamed SOURCES
    2526#
     
    13001301
    13011302          # workaround for lcxe6
    1302        if [[ $remote_host = lcxe6  ||  $remote_host = lccrayf ]]
     1303       if [[ $remote_host = lcxe6  ||  $remote_host = lccrayb  ||  $remote_host = lccrayf ]]
    13031304       then
    13041305
  • palm/trunk/SCRIPTS/mrun

    r1225 r1229  
    2222# Current revisions:
    2323# ------------------
    24 #
     24# further adjustments for lccrayb
    2525#
    2626# Former revisions:
     
    28612861             [[ ! -f a.out ]]  &&  compile_error=true
    28622862             continue   # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN
    2863           elif [[ $localhost = lccrayb  ||  $localhost = lccrayf ]]
     2863          elif [[ $localhost = lccrayf ]]
    28642864          then
    28652865             make $mopts -f Makefile PROG=a.out  F90=$compiler_name  COPT="$cpp_options"  F90FLAGS="$fopts"  LDFLAGS="$lopts"
Note: See TracChangeset for help on using the changeset viewer.