Changeset 210 for palm/trunk/SCRIPTS/subjob
- Timestamp:
- Nov 6, 2008 8:54:02 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/subjob
r206 r210 161 161 (autan) local_addres=130.75.105.57; local_host=lcmuk;; 162 162 (bora) local_addres=130.75.105.103; local_host=lcmuk;; 163 (bicegate1) local_addres=130.73.232.102; local_host=lcsgib;; 163 164 (breg*-en0|berni*-en0) local_addres=130.73.230.10; local_host=ibmb;; 164 165 (breva) local_addres=130.75.105.98; local_host=lcmuk;; … … 175 176 (hababai) local_addres=130.75.105.108; local_host=lcmuk;; 176 177 (hexagon.bccs.uib.no) local_addres=129.177.20.113; local_host=lcxt4;; 178 (hicegate1) local_addres=130.75.4.102; local_host=lcsgih;; 179 (hicegate2) local_addres=130.75.4.103; local_host=lcsgih;; 177 180 (hreg*-en0|hanni*-en0) local_addres=130.75.4.10; local_host=ibmh;; 178 181 (h01*) local_addres=130.75.4.102; local_host=lcsgih;; … … 187 190 (quanero) local_addres=130.75.105.107; local_host=lcmuk;; 188 191 (scirocco) local_addres=172.20.25.41; local_host=lcmuk;; 189 (service100) local_addres=130.75.4.102; local_host=lcsgih;;190 192 (sun1|sun2) local_addres=130.75.6.1; local_host=unics;; 191 193 (r1*) local_addres=130.75.4.102; local_host=lcsgih;; … … 317 319 (lcfimm) remote_addres=172.20.4.2; submcom=/opt/torque/bin/qsub;; 318 320 (lcsgib) queue=smallq; remote_addres=130.73.232.102; submcom=/opt/moab/bin/msub;; 319 (lcsgih) queue=smallq; remote_addres=130.75.4.10 2; submcom=/opt/moab/bin/msub;;321 (lcsgih) queue=smallq; remote_addres=130.75.4.103; submcom=/opt/moab/bin/msub;; 320 322 (lctit) queue=lctit; remote_addres=172.17.75.161; submcom=/n1ge/TITECH_GRID/tools/bin/n1ge;; 321 323 (lcxt4) remote_addres=129.177.20.113; submcom=/opt/torque/2.3.0/bin/qsub;; … … 701 703 702 704 . /usr/share/modules/init/bash 703 module load mpt 705 module load mpt/1.21 704 706 # module load mvapich2/1.2rc1-intel 705 707 # module load mvapich2 … … 1145 1147 else 1146 1148 cd $job_catalog 1147 if [[ $(echo $local_host | cut -c1- 3) = ibm ]]1149 if [[ $(echo $local_host | cut -c1-5) = lcsgi || $(echo $local_host | cut -c1-3) = ibm ]] 1148 1150 then 1149 1151 eval $submcom $job_on_remhost
Note: See TracChangeset
for help on using the changeset viewer.