Changeset 5 for palm/trunk/SCRIPTS/subjob
- Timestamp:
- Feb 14, 2007 1:53:31 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/subjob
r1 r5 1 1 #!/bin/ksh 2 # subjob - Plot-Shellskript Version: @(#)SUBJOB 1.0 28/11/062 # subjob - Plot-Shellskript Version: @(#)SUBJOB 1.0 13/02/07 3 3 4 4 # Prozedur zum automatischen Generieren von Batch-Jobs, die unter NQS … … 78 78 # 25/10/06 - Siggi - data_limit set to 1.76 GByte on hanni and berni 79 79 # 28/11/06 - Siggi - levanto admitted 80 # 13/02/07 - Siggi - hpmuk releated code removed 80 81 81 82 … … 141 142 case $local_host in 142 143 (atmos) local_addres=172.20.25.35; local_host=lcide;; 143 (bora) local_addres=130.75.105.103; local_host= hpmuk;;144 (bora) local_addres=130.75.105.103; local_host=lcmuk;; 144 145 (breg*-en0|berni*-en0) local_addres=130.73.230.10; local_host=ibmb;; 145 (breva) local_addres=130.75.105.98; local_host=hpmuk;;146 (caurus) local_addres=130.75.105.19; local_host=hpmuk;;147 (chinook) local_addres=130.75.105.100; local_host=hpmuk;;148 146 (cs*) local_addres=136.172.44.131; local_host=nech;; 149 (elephanta) local_addres=130.75.105.6; local_host= hpmuk;;147 (elephanta) local_addres=130.75.105.6; local_host=lcmuk;; 150 148 (gfdl5) local_addres=165.132.26.58; local_host=ibmy;; 151 149 (gfdl3.yonsei.ac.kr) local_addres=165.132.26.56; local_host=decalpha;; 152 (gregale) local_addres=130.75.105.109; local_host= hpmuk;;153 (hababai) local_addres=130.75.105.108; local_host= hpmuk;;150 (gregale) local_addres=130.75.105.109; local_host=lcmuk;; 151 (hababai) local_addres=130.75.105.108; local_host=lcmuk;; 154 152 (hreg*-en0|hanni*-en0) local_addres=130.75.4.10; local_host=ibmh;; 155 (irifi) local_addres=130.75.105.104; local_host= hpmuk;;156 (levanto) local_addres=130.75.105.45; local_host= hpmuk;;157 (maestro) local_addres=130.75.105.2; local_host= hpmuk;;153 (irifi) local_addres=130.75.105.104; local_host=lcmuk;; 154 (levanto) local_addres=130.75.105.45; local_host=lcmuk;; 155 (maestro) local_addres=130.75.105.2; local_host=lcmuk;; 158 156 (nobel*) local_addres=150.183.5.101; local_host=ibms;; 159 (orkan) local_addres=130.75.105.3; local_host= hpmuk;;160 (ostria) local_addres=130.75.105.106; local_host= hpmuk;;161 (quanero) local_addres=130.75.105.107; local_host= hpmuk;;157 (orkan) local_addres=130.75.105.3; local_host=lcmuk;; 158 (ostria) local_addres=130.75.105.106; local_host=lcmuk;; 159 (quanero) local_addres=130.75.105.107; local_host=lcmuk;; 162 160 (scirocco) local_addres=172.20.25.41; local_host=lcmuk;; 163 161 (sun1|sun2) local_addres=130.75.6.1; local_host=unics;; … … 218 216 printf "\n -f filetransfer protocol scp" 219 217 printf "\n -h execution host, available hosts: $remote_host" 220 printf "\n hpmuk, ibm, ibmb, ibmh, ibms, ibmy,"218 printf "\n ibm, ibmb, ibmh, ibms, ibmy, lcmuk," 221 219 printf "\n unics" 222 220 printf "\n -m memory demand per process in MByte ---" … … 282 280 else 283 281 case $remote_host in 284 (hpmuk) qsubmem=d; qsubtime=t; queue=hpmuk; remote_addres=130.75.105.19; submcom=/opt/nqs/bin/qsub;;285 282 (ibm) queue=p690_standard; remote_addres=134.76.99.81; submcom=/usr/lpp/LoadL/full/bin/llsubmit;; 286 283 (ibmb) queue=cpar; remote_addres=130.73.230.10; submcom=/usr/lpp/LoadL/full/bin/llsubmit;; … … 304 301 ndq=$no_default_queue 305 302 case $remote_host in 306 (hpmuk) case $ndq in307 (hpmuk) error=false;;308 (*) error=true;;309 esac;;310 303 (ibm) case $ndq in 311 304 (p690_express|p690_standard|p690_long) error=false;;
Note: See TracChangeset
for help on using the changeset viewer.