Ignore:
Timestamp:
Aug 25, 2009 8:35:52 AM (15 years ago)
Author:
maronga
Message:

adapted for machine lck

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r366 r367  
    187187     # 19/08/09 - Marcus - MPI debug option
    188188     # 21/08/09 - Marcus - totalview on hice/bice also available for mvapich2
     189     # 25/08/09 - BjornM - adpated for lck
    189190
    190191 
     
    634635    do_remote=true
    635636    case  $host  in
    636         (ibm|ibmb|ibmh|ibms|ibmy|nech|necriam|lcsgib|lcsgih|lctit|unics|lcxt4)  true;;
     637        (ibm|ibmb|ibmh|ibms|ibmy|nech|necriam|lcsgib|lcsgih|lctit|unics|lcxt4|lck)  true;;
    637638        (*)  printf "\n"
    638639             printf "\n  +++ sorry: execution of batch jobs on remote host \"$host\""
     
    809810                   do_remote=true
    810811                   case  $host  in
    811                        (ibm|ibms|ibmy|lcsgib|lcsgih|lctit|nech|necriam|unics|lcxt4)  true;;
     812                       (ibm|ibms|ibmy|lcsgib|lcsgih|lctit|nech|necriam|unics|lcxt4|lck)  true;;
    812813                       (*)  printf "\n  +++ sorry: execution of batch jobs on remote host \"$host\""
    813814                            printf "\n      is not available"
     
    10641065    do_remote=true
    10651066    case  $host  in
    1066         (ibm|ibmb|ibmh|ibms|ibmy|lcsgib|lcsgih|lctit|nech|necriam|unics|lcxt4)  true;;
     1067        (ibm|ibmb|ibmh|ibms|ibmy|lcsgib|lcsgih|lctit|nech|necriam|unics|lcxt4|lck)  true;;
    10671068        (*)  printf "\n"
    10681069             printf "\n  +++ sorry: execution of batch jobs on remote host \"$host\""
     
    19841985 lopts="$lopts $netcdf_lib $dvr_lib"
    19851986 ROPTS="$ropts"
    1986  if [[ ( $(echo $host | cut -c1-3) = nec  ||  $(echo $host | cut -c1-3) = ibm  ||  $host = lcsgih  ||  $host = lcsgib  ||  $host = lctit  ||  $host = lcfimm  ||  $host = lcxt4 )  &&  -n $numprocs ]]
     1987 if [[ ( $(echo $host | cut -c1-3) = nec  ||  $(echo $host | cut -c1-3) = ibm  ||  $host = lcsgih  ||  $host = lcsgib  ||  $host = lctit  ||  $host = lcfimm  ||  $host = lcxt4 || $host = lck )  &&  -n $numprocs ]]
    19871988 then
    19881989    XOPT="-X $numprocs"
     
    32523253                      aprun  -n $ii  -N $tasks_per_node  a.out < runfile_atmos  $ROPTS
    32533254
     3255                   elif [[ $host = lck ]]
     3256                   then
     3257                         mpiexec -n $ii  ./a.out  $ROPTS < runfile_atmos &
    32543258                   fi
    32553259                   wait
Note: See TracChangeset for help on using the changeset viewer.