Changeset 1040 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- Nov 6, 2012 2:14:27 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r1039 r1040 271 271 # 31/10/12 - Siggi - -T option not obligatory for lcxt5m, 272 272 # tasks_per_node not checked for this machine 273 # 01/11/12 - Siggi - adjusted for lckiaps 273 274 274 275 … … 730 731 do_remote=true 731 732 case $host in 732 (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|nech|necriam|lckyoto|lcsgib|lcsgih|unics|lcxe6|lcxt5m|lck|lck ordi|lcsb) true;;733 (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|nech|necriam|lckyoto|lcsgib|lcsgih|unics|lcxe6|lcxt5m|lck|lckiaps|lckordi|lcsb) true;; 733 734 (*) printf "\n" 734 735 printf "\n +++ sorry: execution of batch jobs on remote host \"$host\"" … … 894 895 do_remote=true 895 896 case $host in 896 (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|lckyoto|lcsgib|lcsgih|nech|necriam|unics|lcxe6|lcxt5m|lck|lck ordi|lcsb) true;;897 (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|lckyoto|lcsgib|lcsgih|nech|necriam|unics|lcxe6|lcxt5m|lck|lckiaps|lckordi|lcsb) true;; 897 898 (*) printf "\n +++ sorry: execution of batch jobs on remote host \"$host\"" 898 899 printf "\n is not available" … … 1178 1179 do_remote=true 1179 1180 case $host in 1180 (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|lckyoto|lcsgib|lcsgih|nech|necriam|unics|lcxe6|lcxt5m|lck|lck ordi|lcsb) true;;1181 (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|lckyoto|lcsgib|lcsgih|nech|necriam|unics|lcxe6|lcxt5m|lck|lckiaps|lckordi|lcsb) true;; 1181 1182 (*) printf "\n" 1182 1183 printf "\n +++ sorry: execution of batch jobs on remote host \"$host\"" … … 1328 1329 (ibmkisti) queue=class.32plus;; 1329 1330 (ibmy) queue=parallel;; 1331 (lckiaps) queue=normal;; 1330 1332 (lckyoto) queue=ph;; 1331 1333 (lcsgib) queue=testq;; … … 2076 2078 lopts="$lopts $netcdf_lib $dvr_lib" 2077 2079 ROPTS="$ropts" 2078 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 = lck ordi || $host = lcsb ) && -n $numprocs ]]2080 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 ]] 2079 2081 then 2080 2082 XOPT="-X $numprocs" … … 3802 3804 then 3803 3805 mpirun_rsh -hostfile $PBS_NODEFILE -np `cat $PBS_NODEFILE | wc -l` a.out < runfile_atmos $ROPTS 3806 elif [[ $host = lckiaps ]] 3807 then 3808 mpirun -np $ii -f $PBS_NODEFILE a.out < runfile_atmos $ROPTS 3804 3809 else 3805 3810 mpiexec -machinefile hostfile -n $ii a.out < runfile_atmos $ROPTS … … 4841 4846 jobfile=jobfile.$RANDOM 4842 4847 4848 # initialize the environment and load modules 4849 if [[ "$init_cmds" != "" ]] 4850 then 4851 echo "$init_cmds" >> $jobfile 4852 fi 4853 if [[ "$module_calls" != "" ]] 4854 then 4855 echo "$module_calls" >> $jobfile 4856 fi 4843 4857 4844 4858 # TEMPORAERES VERZEICHNIS GENERIEREN UND NACH DORT WECHSELN
Note: See TracChangeset
for help on using the changeset viewer.