Changeset 717 for palm/trunk
- Timestamp:
- Apr 3, 2011 4:04:01 PM (14 years ago)
- Location:
- palm/trunk/SCRIPTS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r693 r717 119 119 # 04/03/11 - BjornM- re-adjustments for lcxt4 120 120 # 06/03/11 - Siggi - adjustments for ibmkisti 121 # 03/04/11 - Micha - added lckordi 121 122 122 123 … … 470 471 # IP-ADRESSE DES REMOTE-RECHNERS BESTIMMEN 471 472 case $remote_host in 473 (lckordi) remote_adress=210.219.61.8;; 472 474 (lcmuk) remote_addres=130.75.105.2;; 473 475 (lcrte) remote_addres=133.5.185.60;; -
palm/trunk/SCRIPTS/mrun
r696 r717 222 222 # usage, totalview usage extended 223 223 # 17/03/11 - Siggi - adjustments for openmp usage on ibmkisti 224 224 # 03/04/11 - Micha - added lckordi 225 225 226 226 … … 676 676 do_remote=true 677 677 case $host in 678 (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|nech|necriam|lckyoto|lcsgib|lcsgih|unics|lcxt4|lcxt5m|lck ) true;;678 (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|nech|necriam|lckyoto|lcsgib|lcsgih|unics|lcxt4|lcxt5m|lck|lckordi) true;; 679 679 (*) printf "\n" 680 680 printf "\n +++ sorry: execution of batch jobs on remote host \"$host\"" … … 840 840 do_remote=true 841 841 case $host in 842 (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|lckyoto|lcsgib|lcsgih|nech|necriam|unics|lcxt4|lcxt5m|lck ) true;;842 (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|lckyoto|lcsgib|lcsgih|nech|necriam|unics|lcxt4|lcxt5m|lck|lckordi) true;; 843 843 (*) printf "\n +++ sorry: execution of batch jobs on remote host \"$host\"" 844 844 printf "\n is not available" … … 1122 1122 do_remote=true 1123 1123 case $host in 1124 (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|lckyoto|lcsgib|lcsgih|nech|necriam|unics|lcxt4|lcxt5m|lck ) true;;1124 (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|lckyoto|lcsgib|lcsgih|nech|necriam|unics|lcxt4|lcxt5m|lck|lckordi) true;; 1125 1125 (*) printf "\n" 1126 1126 printf "\n +++ sorry: execution of batch jobs on remote host \"$host\"" … … 2043 2043 lopts="$lopts $netcdf_lib $dvr_lib" 2044 2044 ROPTS="$ropts" 2045 if [[ ( $(echo $host | cut -c1-3) = nec || $(echo $host | cut -c1-3) = ibm || $host = lckyoto || $host = lcsgih || $host = lcsgib || $host = lctit || $host = lcfimm || $host = lcxt4 || $host = lcxt5m || $host = lck ) && -n $numprocs ]]2045 if [[ ( $(echo $host | cut -c1-3) = nec || $(echo $host | cut -c1-3) = ibm || $host = lckyoto || $host = lcsgih || $host = lcsgib || $host = lctit || $host = lcfimm || $host = lcxt4 || $host = lcxt5m || $host = lck || $host = lckordi) && -n $numprocs ]] 2046 2046 then 2047 2047 XOPT="-X $numprocs" … … 3454 3454 aprun -n $ii -N $tasks_per_node a.out < runfile_atmos $ROPTS 3455 3455 3456 elif [[ $host = lck ]]3456 elif [[ $host = lck || $host = lcordi ]] 3457 3457 then 3458 3458 mpiexec -n $ii ./a.out $ROPTS < runfile_atmos & -
palm/trunk/SCRIPTS/subjob
r696 r717 129 129 # 06/03/11 - Siggi - adjustments for ibmkisti 130 130 # 17/03/11 - Siggi - adjustments for openmp usage on ibmkisti 131 131 # 03/04/11 - Micha - added lckordi 132 132 133 133 … … 193 193 # HOSTSPEZIFISCHE VARIABLEN VEREINBAREN BZW. PRUEFEN, OB LOKALER HOST 194 194 # UEBERHAUPT ZULAESSIG IST 195 # Note: One of the entries for "lck" or "lckordi" always has to be 196 # comment out, because the hostname (node*) is same for both machines 195 197 case $local_host in 196 198 (atmos) local_addres=172.20.25.35; local_host=lcide;; … … 212 214 (fimm.bccs.uib.no) local_addres=172.20.4.2; local_host=lcfimm;; 213 215 (node*) local_addres=165.132.26.61 local_host=lck;; 216 # (node*) local_addres=210.219.61.8 local_host=lckordi;; 214 217 (gaia*) local_addres=150.183.146.24; local_host=ibmkisti;; 215 218 (gallego) local_addres=130.75.105.10; local_host=lcmuk;; … … 376 379 (lcsgih) queue=smallq; remote_addres=130.75.4.101; submcom=/opt/moab/bin/msub;; 377 380 (lck) remote_addres=165.132.26.61; submcom=/usr/torque/bin/qsub;; 381 (lckordi) remote_addres=210.219.61.8; submcom=/usr/torque/bin/qsub;; 378 382 (lctit) queue=S; remote_addres=10.1.6.165; submcom=/opt/pbs/tools/bin/t2sub;; 379 383 (lcxt4) remote_addres=129.177.20.113; submcom=/opt/torque/2.4.9-snap.201005191035/bin/qsub;; … … 803 807 fi 804 808 805 elif [[ $remote_host = lck ]]809 elif [[ $remote_host = lck || $remote_host = lckordi ]] 806 810 then 807 811 … … 1421 1425 then 1422 1426 eval $submcom $job_on_remhost 1423 elif [[ $local_host = lcfimm || $local_host = lctit || $localhost = lcxt4 || $localhost = lck || $localhost = lcyon ]]1427 elif [[ $local_host = lcfimm || $local_host = lctit || $localhost = lcxt4 || $localhost = lck || $localhost = lckordi|| $localhost = lcyon ]] 1424 1428 then 1425 1429 chmod u+x $job_on_remhost
Note: See TracChangeset
for help on using the changeset viewer.