Changeset 789 for palm/trunk
- Timestamp:
- Nov 29, 2011 12:42:26 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/subjob
r749 r789 134 134 # last_job_transfer_protocol 135 135 # 21/08/11 - Siggi - inferno admitted 136 # 29/11/11 - Siggi - adjustments for lcsgih/lcsgib queues, pingui admitted 136 137 137 138 … … 245 246 (ostria) local_addres=130.75.105.106; local_host=lcmuk;; 246 247 (paesano) local_addres=130.75.105.46; local_host=lcmuk;; 248 (pingui) local_addres=134.106.74.118; local_host=lcfor;; 247 249 (quanero) local_addres=130.75.105.107; local_host=lcmuk;; 248 250 (rte*) local_addres=133.5.185.60; local_host=lcrte;; … … 889 891 fi 890 892 891 if [[ $queue = testq || $queue = workq || $queue = dataq || $queue = permq || $queue = serialq || $queue = special1q ]]893 if [[ $queue = testq || $queue = mediumq || $queue = bigq || $queue = workq || $queue = dataq || $queue = permq || $queue = serialq || $queue = special1q ]] 892 894 then 893 895 queue_directive="#PBS -q $queue"
Note: See TracChangeset
for help on using the changeset viewer.