Changeset 367 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- Aug 25, 2009 8:35:52 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r366 r367 187 187 # 19/08/09 - Marcus - MPI debug option 188 188 # 21/08/09 - Marcus - totalview on hice/bice also available for mvapich2 189 # 25/08/09 - BjornM - adpated for lck 189 190 190 191 … … 634 635 do_remote=true 635 636 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;; 637 638 (*) printf "\n" 638 639 printf "\n +++ sorry: execution of batch jobs on remote host \"$host\"" … … 809 810 do_remote=true 810 811 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;; 812 813 (*) printf "\n +++ sorry: execution of batch jobs on remote host \"$host\"" 813 814 printf "\n is not available" … … 1064 1065 do_remote=true 1065 1066 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;; 1067 1068 (*) printf "\n" 1068 1069 printf "\n +++ sorry: execution of batch jobs on remote host \"$host\"" … … 1984 1985 lopts="$lopts $netcdf_lib $dvr_lib" 1985 1986 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 ]] 1987 1988 then 1988 1989 XOPT="-X $numprocs" … … 3252 3253 aprun -n $ii -N $tasks_per_node a.out < runfile_atmos $ROPTS 3253 3254 3255 elif [[ $host = lck ]] 3256 then 3257 mpiexec -n $ii ./a.out $ROPTS < runfile_atmos & 3254 3258 fi 3255 3259 wait
Note: See TracChangeset
for help on using the changeset viewer.