Changeset 1090 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- Feb 2, 2013 7:06:13 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r1084 r1090 21 21 # 22 22 # Current revisions: 23 # ----------------- 23 # ------------------ 24 # adjustments for Kyushu-University computing center (lckyut) 24 25 # 25 26 # Former revisions: … … 40 41 # code put under GPL (PALM 3.9) 41 42 # 42 # 21/03/94 - Siggi - first version (1.0) 43 # 03/03/94 - Siggi - start with developing the script 43 # 21/03/94 - Siggi - first version finished 44 # 03/03/94 - Siggi - script development started 45 # 46 #--------------------------------------------------------------------------------# 47 # mrun - script for running PALM jobs 44 48 #--------------------------------------------------------------------------------# 45 49 … … 502 506 do_remote=true 503 507 case $host in 504 (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|nech|necriam|lckyoto|lcsgib|lcsgih|unics|lcxe6|lcxt5m|lck|lckiaps|lckordi|lc sb) true;;508 (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|nech|necriam|lckyoto|lcsgib|lcsgih|unics|lcxe6|lcxt5m|lck|lckiaps|lckordi|lckyut|lcsb) true;; 505 509 (*) printf "\n" 506 510 printf "\n +++ sorry: execution of batch jobs on remote host \"$host\"" … … 666 670 do_remote=true 667 671 case $host in 668 (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|lckyoto|lcsgib|lcsgih|nech|necriam|unics|lcxe6|lcxt5m|lck|lckiaps|lckordi|lc sb) true;;672 (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|lckyoto|lcsgib|lcsgih|nech|necriam|unics|lcxe6|lcxt5m|lck|lckiaps|lckordi|lckyut|lcsb) true;; 669 673 (*) printf "\n +++ sorry: execution of batch jobs on remote host \"$host\"" 670 674 printf "\n is not available" … … 950 954 do_remote=true 951 955 case $host in 952 (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|lckyoto|lcsgib|lcsgih|nech|necriam|unics|lcxe6|lcxt5m|lck|lckiaps|lckordi|lc sb) true;;956 (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|lckyoto|lcsgib|lcsgih|nech|necriam|unics|lcxe6|lcxt5m|lck|lckiaps|lckordi|lckyut|lcsb) true;; 953 957 (*) printf "\n" 954 958 printf "\n +++ sorry: execution of batch jobs on remote host \"$host\"" … … 1102 1106 (lckiaps) queue=normal;; 1103 1107 (lckyoto) queue=ph;; 1108 (lckyut) queue=cx-dbg;; 1104 1109 (lcsgib) queue=testq;; 1105 1110 (lcsgih) queue=testq;; … … 1849 1854 lopts="$lopts $netcdf_lib $dvr_lib" 1850 1855 ROPTS="$ropts" 1851 if [[ ( $(echo $host | cut -c1-3) = nec || $(echo $host | cut -c1-3) = ibm || $host = lckyoto || $host = lcsgih || $host = lcsgib || $host = lctit || $host = lcfimm || $host = lcxe6 || $host = lcxt5m || $host = lck || $host = lckiaps || $host = lckordi || $host = lcsb) && -n $numprocs ]]1852 then1856 # if [[ ( $(echo $host | cut -c1-3) = nec || $(echo $host | cut -c1-3) = ibm || $host = lckyoto || $host = lcsgih || $host = lcsgib || $host = lctit || $host = lcfimm || $host = lcxe6 || $host = lcxt5m || $host = lck || $host = lckiaps || $host = lckordi || $host = lcsb || $host ) && -n $numprocs ]] 1857 # then 1853 1858 XOPT="-X $numprocs" 1854 fi1859 # fi 1855 1860 1856 1861 … … 3610 3615 then 3611 3616 mpirun -np $ii -f $PBS_NODEFILE a.out < runfile_atmos $ROPTS 3617 elif [[ $host = lckyu* ]] 3618 then 3619 mpiexec -n $ii a.out < runfile_atmos $ROPTS 3612 3620 else 3613 3621 mpiexec -machinefile hostfile -n $ii a.out < runfile_atmos $ROPTS
Note: See TracChangeset
for help on using the changeset viewer.