Changeset 400 for palm/trunk
- Timestamp:
- Oct 20, 2009 1:34:43 PM (15 years ago)
- Location:
- palm/trunk/SCRIPTS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r399 r400 494 494 printf "\n Option Description Default-Value" 495 495 printf "\n -a base name of input files equiv. -d" 496 printf "\n -A noarchiving when using file-attribute fl"496 printf "\n -A archiving when using file-attribute fl" 497 497 printf "\n -b batch-job on local machine ---" 498 498 printf "\n -B do not delete temporary directory at end ---" -
palm/trunk/SCRIPTS/subjob
r399 r400 174 174 (autan) local_addres=130.75.105.57; local_host=lcmuk;; 175 175 (bora) local_addres=130.75.105.103; local_host=lcmuk;; 176 (bicegate1) local_addres=130.73.232.102; local_host=lcsgib;; 176 (bd1) local_addres=130.73.232.64; local_host=lcsgib;; 177 (bd2) local_addres=130.73.232.65; local_host=lcsgib;; 178 (bd3) local_addres=130.73.232.66; local_host=lcsgib;; 179 (bd4) local_addres=130.73.232.67; local_host=lcsgib;; 180 (b01*|bicegate1) local_addres=130.73.232.102; local_host=lcsgib;; 177 181 (bicegate2) local_addres=130.73.232.103; local_host=lcsgib;; 178 182 (breg*-en0|berni*-en0) local_addres=130.73.230.10; local_host=ibmb;; 179 183 (breva) local_addres=130.75.105.98; local_host=lcmuk;; 180 (b01*|bicegate1) local_addres=130.73.232.102; local_host=lcsgib;;181 184 (bicegate2) local_addres=130.73.232.103; local_host=lcsgib;; 182 185 (caurus) local_addres=130.75.105.19; local_host=lcmuk;; … … 192 195 (hababai) local_addres=130.75.105.108; local_host=lcmuk;; 193 196 (hexagon.bccs.uib.no) local_addres=129.177.20.113; local_host=lcxt4;; 197 (hd1) local_addres=130.75.4.104; local_host=lcsgih;; 198 (hd2) local_addres=130.75.4.105; local_host=lcsgih;; 199 (hd3) local_addres=130.75.4.106; local_host=lcsgih;; 200 (hd4) local_addres=130.75.4.107; local_host=lcsgih;; 194 201 (h01*|hicegate1) local_addres=130.75.4.102; local_host=lcsgih;; 195 202 (hicegate2) local_addres=130.75.4.103; local_host=lcsgih;; … … 377 384 esac;; 378 385 (lcsgib|lcsgih) case $ndq in 379 (testq|serialq|smallq| bigq|workq|dataq|special1q) error=false;;386 (testq|serialq|smallq|mediumq|bigq|workq|dataq|special1q) error=false;; 380 387 (*) error=true;; 381 388 esac;; … … 765 772 fi 766 773 767 if [[ $queue = testq || $queue = workq || $queue = dataq ||$queue = special1q ]]774 if [[ $queue = testq || $queue = workq || $queue = dataq || $queue = serialq || $queue = special1q ]] 768 775 then 769 776 queue_directive="#PBS -q $queue" … … 810 817 #PBS -o $remote_dayfile 811 818 #PBS -e $remote_dayfile 819 $queue_directive 820 $email_directive 812 821 813 822 %%END%%
Note: See TracChangeset
for help on using the changeset viewer.