Changeset 367 for palm/trunk/SCRIPTS/subjob
- Timestamp:
- Aug 25, 2009 8:35:52 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/subjob
r366 r367 103 103 # 20/07/09 - Siggi - On lcsgi, jobs for returning the job protocol are 104 104 # now run on the data nodes (feature=data) 105 105 # 25/08/09 - BjornM- adapted for lck 106 106 107 107 # VARIABLENVEREINBARUNGEN + DEFAULTWERTE … … 179 179 (elephanta) local_addres=130.75.105.6; local_host=lcmuk;; 180 180 (fimm.bccs.uib.no) local_addres=172.20.4.2; local_host=lcfimm;; 181 (node*) local_addres=165.132.26.61 local_host=lck;; 181 182 (gallego) local_addres=130.75.105.10; local_host=lcmuk;; 182 183 (gfdl5) local_addres=165.132.26.58; local_host=ibmy;; … … 330 331 (lcsgib) queue=smallq; remote_addres=130.73.232.103; submcom=/opt/moab/bin/msub;; 331 332 (lcsgih) queue=smallq; remote_addres=130.75.4.102; submcom=/opt/moab/bin/msub;; 333 (lck) remote_addres=165.132.26.61; submcom=/usr/torque/bin/qsub;; 332 334 (lctit) queue=lctit; remote_addres=172.17.75.161; submcom=/n1ge/TITECH_GRID/tools/bin/n1ge;; 333 335 (lcxt4) remote_addres=129.177.20.113; submcom=/opt/torque/2.3.0/bin/qsub;; … … 1199 1201 then 1200 1202 eval $submcom $job_on_remhost 1201 elif [[ $local_host = lcfimm || $local_host = lctit || $localhost = lcxt4 ]]1203 elif [[ $local_host = lcfimm || $local_host = lctit || $localhost = lcxt4 || $localhost = lck ]] 1202 1204 then 1203 1205 eval $submcom $job_on_remhost
Note: See TracChangeset
for help on using the changeset viewer.