Changeset 407 for palm/trunk/SCRIPTS/subjob
- Timestamp:
- Dec 1, 2009 3:01:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/subjob
r400 r407 107 107 # 03/09/09 - Siggi - PBS sgi feature directive only used if explicitly 108 108 # set in the config file by the user 109 # 16/10/09 - Carolin -adjustments for archiving on SGI-ICE of binary files;109 # 16/10/09 - Carolin adjustments for archiving on SGI-ICE of binary files; 110 110 # adding special1q 111 # 01/12/09 - BjornM- re-adjustments for lcxt4, added sno (130.75.105.113) 111 112 112 113 # VARIABLENVEREINBARUNGEN + DEFAULTWERTE … … 203 204 (blizzard1) local_addres=136.172.40.15; local_host=ibmh;; 204 205 (irifi) local_addres=130.75.105.104; local_host=lcmuk;; 206 (sno) local_addres=130.75.105.113; local_host=lcmuk;; 205 207 (levanto) local_addres=130.75.105.45; local_host=lcmuk;; 206 208 (maestro) local_addres=130.75.105.2; local_host=lcmuk;; … … 342 344 (ibmy) queue=parallel; remote_addres=165.132.26.58; submcom=/usr/lpp/LoadL/full/bin/llsubmit;; 343 345 (lcfimm) remote_addres=172.20.4.2; submcom=/opt/torque/bin/qsub;; 344 (lcsgib) queue=smallq; remote_addres=130.73.232.10 3; submcom=/opt/moab/bin/msub;;345 (lcsgih) queue=smallq; remote_addres=130.75.4.10 2; submcom=/opt/moab/bin/msub;;346 (lcsgib) queue=smallq; remote_addres=130.73.232.102; submcom=/opt/moab/bin/msub;; 347 (lcsgih) queue=smallq; remote_addres=130.75.4.103; submcom=/opt/moab/bin/msub;; 346 348 (lck) remote_addres=165.132.26.61; submcom=/usr/torque/bin/qsub;; 347 349 (lctit) queue=lctit; remote_addres=172.17.75.161; submcom=/n1ge/TITECH_GRID/tools/bin/n1ge;; … … 844 846 . /opt/modules/default/init/ksh 845 847 module load modules/3.1.6 846 module load PrgEnv-pgi/2.1.56HD 847 module load Base-opts/2.1.56HD 848 module load moab/5.2.5-s13 441848 module load PrgEnv-pgi/2.1.56HDA 849 module load Base-opts/2.1.56HDA 850 module load moab/5.2.5-s13570 849 851 module load torque/2.3.4-snap.200809221601 852 850 853 851 854 %%END%% … … 1274 1277 echo "$submcom $job_on_remhost" 1275 1278 chmod u+x $job_on_remhost 1279 1276 1280 elif [[ $(echo $local_host | cut -c1-5) = lcsgi ]] 1277 1281 then
Note: See TracChangeset
for help on using the changeset viewer.