Changeset 799 for palm/trunk/SCRIPTS/subjob
- Timestamp:
- Dec 21, 2011 5:48:03 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/subjob
r789 r799 140 140 # VARIABLENVEREINBARUNGEN + DEFAULTWERTE 141 141 delete_dayfile=false 142 email_notification=none 142 email_notification=none 143 143 group_number=none 144 144 locat=normal … … 250 250 (rte*) local_addres=133.5.185.60; local_host=lcrte;; 251 251 (scirocco) local_addres=172.20.25.41; local_host=lcmuk;; 252 (solano) local_addres=130.75.105.110; local_host=lcmuk;; 252 253 (sun1|sun2) local_addres=130.75.6.1; local_host=unics;; 253 254 (sx-*) local_addres=172.16.1.131; local_host=necriam;; … … 885 886 feature_directive="" 886 887 fi 887 888 888 889 if [[ $queue = dataq || $queue = permq ]] 889 890 then … … 952 953 then 953 954 cat > $job_to_send << %%END%% 954 #!/bin/ksh 955 #!/bin/ksh 955 956 #PBS -S /bin/ksh 956 957 #PBS -N $job_name … … 994 995 995 996 cat > $job_to_send << %%END%% 996 #!/bin/ksh 997 #!/bin/ksh 997 998 # @\$-o $remote_dayfile 998 999 # @\$-eo -oi 999 1000 # @\$-lP 16 1000 # @\$-lp 1 1001 # @\$-lp 1 1001 1002 # @\$-lm 28gb -llm unlimited -ls unlimited 1002 1003 # @\$-q $queue … … 1021 1022 then 1022 1023 cat > $job_to_send << %%END%% 1023 #!/bin/ksh 1024 #!/bin/ksh 1024 1025 #PBS -S /bin/ksh 1025 1026 #PBS -N $job_name … … 1442 1443 if [[ $queue = default ]] 1443 1444 then 1444 eval $submcom $job_on_remhost 1445 eval $submcom $job_on_remhost 1445 1446 else 1446 eval $submcom -q $queue $job_on_remhost 1447 eval $submcom -q $queue $job_on_remhost 1447 1448 fi 1448 1449 else
Note: See TracChangeset
for help on using the changeset viewer.