Ignore:
Timestamp:
Sep 16, 2013 7:27:23 AM (11 years ago)
Author:
raasch
Message:

First adjustments for HLRN-III system (lccrayb).
Dummy interface added to avoid compiler warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r1211 r1224  
    2222# Current revisions:
    2323# ------------------
    24 #
     24# first adjustments for lccrayb
    2525#
    2626# Former revisions:
     
    569569    do_remote=true
    570570    case  $host  in
    571         (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|nech|necriam|lccrayf|lcflow|lckyoto|lcsgib|lcsgih|unics|lcxe6|lcxt5m|lck|lckiaps|lckordi|lckyuh|lckyut|lcsb)  true;;
     571        (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|nech|necriam|lccrayb|lccrayf|lcflow|lckyoto|lcsgib|lcsgih|unics|lcxe6|lcxt5m|lck|lckiaps|lckordi|lckyuh|lckyut|lcsb)  true;;
    572572        (*)  printf "\n"
    573573             printf "\n  +++ sorry: execution of batch jobs on remote host \"$host\""
     
    740740                   do_remote=true
    741741                   case  $host  in
    742                        (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|lccrayf|lcflow|lckyoto|lcsgib|lcsgih|nech|necriam|unics|lcxe6|lcxt5m|lck|lckiaps|lckordi|lckyuh|lckyut|lcsb)  true;;
     742                       (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|lccrayb|lccrayf|lcflow|lckyoto|lcsgib|lcsgih|nech|necriam|unics|lcxe6|lcxt5m|lck|lckiaps|lckordi|lckyuh|lckyut|lcsb)  true;;
    743743                       (*)  printf "\n  +++ sorry: execution of batch jobs on remote host \"$host\""
    744744                            printf "\n      is not available"
     
    10171017    do_remote=true
    10181018    case  $host  in
    1019         (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|lccrayf|lcflow|lckyoto|lcsgib|lcsgih|nech|necriam|unics|lcxe6|lcxt5m|lck|lckiaps|lckordi|lckyuh|lckyut|lcsb)  true;;
     1019        (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|lccrayb|lccrayf|lcflow|lckyoto|lcsgib|lcsgih|nech|necriam|unics|lcxe6|lcxt5m|lck|lckiaps|lckordi|lckyuh|lckyut|lcsb)  true;;
    10201020        (*)  printf "\n"
    10211021             printf "\n  +++ sorry: execution of batch jobs on remote host \"$host\""
     
    28582858             [[ ! -f a.out ]]  &&  compile_error=true
    28592859             continue   # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN
    2860           elif [[ $localhost = lccrayf ]]
     2860          elif [[ $localhost = lccrayb  ||  $localhost = lccrayf ]]
    28612861          then
    28622862             make $mopts -f Makefile PROG=a.out  F90=$compiler_name  COPT="$cpp_options"  F90FLAGS="$fopts"  LDFLAGS="$lopts"
     
    35843584                # COPY HOSTFILE FROM SOURCE DIRECTORY OR CREATE IT, IF IT
    35853585                # DOES NOT EXIST
    3586              if [[ $host != lccrayf  &&  $host != lcsgih  &&  $host != lcsgib  &&  $host != lckyuh  &&  $host != lckyut ]]
     3586             if [[  $host != lccrayb  &&$host != lccrayf  &&  $host != lcsgih  &&  $host != lcsgib  &&  $host != lckyuh  &&  $host != lckyut ]]
    35873587             then
    35883588                if [[ -f $hostfile ]]
     
    36913691                      mpirun -np $ii inspxe-cl -r result -collect mi3 -- ./a.out  <  runfile_atmos
    36923692                   fi
     3693                elif [[ $host = lccrayb ]]
     3694                then
     3695                    echo "--- aprun  -n $ii  -N $tasks_per_node  a.out  $ROPTS  < runfile_atmos"
     3696                    aprun  -n $ii  -N $tasks_per_node  a.out  $ROPTS  < runfile_atmos
     3697#                    aprun  -n $ii  -ss  -r2  -j1  a.out  $ROPTS  < runfile_atmos
    36933698                elif [[ $host = lccrayf ]]
    36943699                then
     
    48394844       # BEREITSTELLUNG VON QUELLTEXTEN, MRUN-SCRIPTS UND KONFIGURATIONS-
    48404845       # DATEI FUER DEN JOB
    4841     if [[ $( echo $host | cut -c1-5 ) = lcsgi  ||  $host = ibmkisti  ||  $host = lccrayf ]]
     4846    if [[ $( echo $host | cut -c1-5 ) = lcsgi  ||  $host = ibmkisti  ||  $host = lccrayb  ||  $host = lccrayf ]]
    48424847    then
    48434848
Note: See TracChangeset for help on using the changeset viewer.