Changeset 717 for palm/trunk/SCRIPTS/subjob
- Timestamp:
- Apr 3, 2011 4:04:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.