source: palm/trunk/SCRIPTS/subjob @ 368

Last change on this file since 368 was 368, checked in by maronga, 15 years ago

combined o/e output for lck added

  • Property svn:keywords set to Id Rev
File size: 43.7 KB
Line 
1#!/bin/ksh
2# subjob - Plot-Shellskript         Version:  @(#)SUBJOB 1.0
3# $Id: subjob 368 2009-08-25 08:52:00Z maronga $
4
5     # Prozedur zum automatischen Generieren von Batch-Jobs, die unter NQS
6     # laufen sollen und deren Ergebnis (Dayfile) zum Job-generierenden
7     # Host zurueckgeschickt werden sollen
8
9
10     # letzte Aenderung:
11     # 29/06/94 - Siggi - Beginn mit Erstellung der Originalversion
12     # 08/07/94 - Siggi - Originalversion abgeschlossen (Version 1.0)
13     # 06/02/98 - Siggi - berte validiert
14     # 27/01/01 - Siggi - ground.yonsei.ac.kr validiert, Jobs zur T3E in Korea
15     #                    moeglich
16     # 08/02/01 - Siggi - alle subjob-Meldungen ins englische uebersetzt
17     # 25/05/02 - Siggi - Unterstuetzung des LoadLeveler
18     # 30/05/02 - Siggi - Validierung fuer ibm-Rechner in Seoul (nobel) sowie
19     #                    allgemeine Anpassungen fuer ibm-Rechner
20     # 15/10/02 - Siggi - Neue Default-Jobklasse (p_normal) fuer IBM in Seoul
21     #                    Ruecktransfer des Jobprotokolls fuer diese
22     #                    Maschine abgeschaltet
23     # 31/10/02 - Siggi - berni validiert
24     # 06/11/02 - Siggi - Neue Jobklassen auf ibmb und ibmh
25     # 08/11/02 - Siggi - quanero validiert
26     # 11/12/02 - Siggi - Notification fuer Transfer-Jobs abgeschaltet
27     # 23/01/03 - Siggi - hostname nobel changed to nobela
28     # 06/02/03 - Siggi - gregale validated
29     # 12/02/03 - Siggi - orkan and maestro validated
30     # 21/02/03 - Siggi - all nobel nodes in Seoul validated
31     # 12/03/03 - Siggi - nec at DKRZ validated
32     # 13/03/03 - Siggi - new nqs resource variable Memory
33     # 07/04/03 - Siggi - processor request option -c on nech needs tasks per
34     #                    node
35     # 11/04/03 - Siggi - network on ibms has attribute "shared"
36     # 31/07/03 - Siggi - nqs2 on nech implemented (provisional: -h nech2)
37     #                    cxxl added to ibmh
38     # 29/08/03 - Siggi - changes in job queues and communication system on
39     #                    ibms
40     # 24/10/03 - Siggi - using alternate hanni address 130.75.4.2
41     # 30/10/03 - Siggi - nech is not supported any more
42     # 10/11/03 - Siggi - nech2 renamed to nech
43     # 20/11/03 - Siggi - submit command on nech changed from qsub.test to qsub
44     # 29/03/04 - Siggi - ground not supported any more, gfdl3 validated
45     # 31/03/04 - Siggi - new option -N for node usage
46     # 12/04/04 - Siggi - scp2 instead of scp used for transfer from decalpha
47     #                    due to error in ssh installation (otherwise a prompt
48     #                    for the password appears)
49     # 23/07/04 - Siggi - changes due to the new berni configuration
50     #                    (federation switch)
51     # 01/09/04 - Gerald  new job-classes on hanni
52     # 08/09/04 - Siggi - hanni IP address changed to 130.75.4.10
53     # 23/11/04 - Siggi - new job class cdata on hanni and berni
54     # 03/12/04 - Siggi - notification on ibm switched of in case of
55     #                    delete_dayfile = true, node usage in cdev set to
56     #                    shared
57     # 16/02/05 - Gerald  hababai validated
58     # 29/03/05 - Micha - new job class channi on hanni
59     # 11/05/05 - Siggi - ConsumableMemory is now required as resource keyword
60     #                    on ibms
61     # 24/05/05 - Siggi - Default queue on ibms changed from p_normal_1.3 to
62     #                    p_normal
63     # 30/06/05 - Siggi - network changed for queue cdev from "us" to "ip"
64     # 12/07/05 - Siggi - in network.mpi on ibmh/ibmb "csss" changed to
65     #                    "sn_all", new job class cexp
66     # 08/09/05 - Siggi - IP-address of gfdl3 changed
67     # 31/10/05 - Siggi - new job class pp on hurricane, serial jobs on
68     #                    hurricane (with -X0)
69     # 01/11/05 - Siggi - missing queue for jobs submitted on nech (for nech)
70     #                    added
71     # 30/12/05 - Siggi - change of IP adresses in subnet 130.75.105
72     # 09/02/06 - Siggi - ibmy admitted
73     # 10/02/06 - Siggi - scp2 changed to /bin/scp on decalpha
74     # 13/04/06 - Siggi - ostria admitted
75     # 18/04/06 - Siggi - new option -O for OpenMP usage
76     # 24/05/06 - Siggi - lctit admitted, ftpjob renamed scpjob
77     # 25/07/06 - Siggi - gfdl5 (ibmy) admitted for submitting jobs
78     # 27/09/06 - Siggi - breg/hreg extended with berni/hanni
79     # 25/10/06 - Siggi - data_limit set to 1.76 GByte on hanni and berni
80     # 28/11/06 - Siggi - levanto admitted
81     # 13/02/07 - Siggi - hpmuk releated code removed
82     # 01/03/07 - Siggi - adjustments for RIAM machines gate and NEC-SX8 (n-sx)
83     # 12/04/07 - Siggi - option -f (filetransfer protocol) removed, scp only
84     # 27/07/07 - Siggi - autan admitted
85     # 03/08/07 - Marcus- lcfimm admitted
86     # 08/10/07 - Siggi - further job classes added for hanni (csoloh...)
87     # 15/10/07 - Siggi - preliminary adjustments for lctit based on Jin's
88     #                    suggestions
89     # 19/10/07 - Marcus- add new optional argument -g group_number
90     # 19/10/07 - Siggi - a ";" was missing in the last change done by Marcus
91     # 30/10/07 - Marcus- further adjustments for queues on lctit
92     # 15/05/08 - Siggi - adjustments for lcxt4 (Bergen Center for Computational
93     #                    Science)
94     # 14/07/08 - Siggi - adjustments for lcsgih
95     # 23/09/08 - Gerald- paesano admitted
96     # 02/10/08 - Siggi - PBS adjustments for lcxt4
97     # 02/03/09 - Siggi - Adjustments for new NEC-SX9 at RIAM
98     # 16/04/09 - Marcus- Adjustments for lcsgib and lcsgih
99     # 21/04/09 - Siggi - adjustments for new IBM at DKRZ, which is now ibmh
100     # 18/05/09 - Siggi - Settings for serial jobs on lcsgi changed
101     # 24/06/09 - BjornM- adjustments for lcxt4 (loading modules manually)
102     # 08/07/09 - Siggi - option -e added (email notification on lcsgih/b)
103     # 20/07/09 - Siggi - On lcsgi, jobs for returning the job protocol are
104     #                    now run on the data nodes (feature=data)
105     # 25/08/09 - BjornM- adapted for lck
106
107    # VARIABLENVEREINBARUNGEN + DEFAULTWERTE
108 delete_dayfile=false
109 email_notification=none
110 group_number=none
111 locat=normal
112 no_default_queue=none
113 no_submit=false
114 job_catalog="~/job_queue"
115 job_name=none
116 local_user=$LOGNAME
117 node_usage=shared
118 numprocs=1
119 punkte="..........................................................."
120 submcom=qsub
121 queue=default
122 remote_host=none
123 remote_user=""
124 verify=true
125
126 typeset  -i   cputime=memory=Memory=0  minuten  resttime  sekunden  stunden
127 typeset  -i   inumprocs  nodes=tasks_per_node=threads_per_task=1
128 typeset  -L20 spalte1
129 typeset  -R40 spalte2
130 typeset  -L60 spalte3
131
132
133
134    # FEHLERBEHANDLUNG
135    # BEI EXIT:
136 trap 'if [[ $locat != normal ]]
137       then
138          case  $locat  in
139             (option)  printf "\n  --> available optios can be displayed"
140                       printf " by typing:"
141                       printf "\n      \"subjob ?\" \n";;
142             (ftpcopy|parameter|scp|verify)  printf "\n";;
143             (*)       printf "\n  +++ unknown error"
144                       printf "\n      please inform S. Raasch!\n"
145          esac
146          [[ -f $job_to_send ]]  &&  rm  $job_to_send
147          printf "\n\n+++ SUBJOB killed \n\n"
148       fi' exit
149
150
151    # BEI TERMINAL-BREAK:
152 trap '[[ -f $job_to_send ]]  &&  rm  $job_to_send
153       printf "\n\n+++ SUBJOB killed \n\n"
154       exit
155      ' 2
156
157
158
159
160    # LOKALEN HOSTNAMEN FESTSTELLEN
161 local_host=$(hostname)
162
163
164
165    # HOSTSPEZIFISCHE VARIABLEN VEREINBAREN BZW. PRUEFEN, OB LOKALER HOST
166    # UEBERHAUPT ZULAESSIG IST
167 case  $local_host  in
168     (atmos)                 local_addres=172.20.25.35;   local_host=lcide;;
169     (autan)                 local_addres=130.75.105.57;  local_host=lcmuk;;
170     (bora)                  local_addres=130.75.105.103; local_host=lcmuk;;
171     (bicegate1)             local_addres=130.73.232.102; local_host=lcsgib;;
172     (bicegate2)             local_addres=130.73.232.103; local_host=lcsgib;;
173     (breg*-en0|berni*-en0)  local_addres=130.73.230.10;  local_host=ibmb;;
174     (breva)                 local_addres=130.75.105.98;  local_host=lcmuk;;
175     (b01*|bicegate1)        local_addres=130.73.232.102; local_host=lcsgib;;
176     (bicegate2)             local_addres=130.73.232.103; local_host=lcsgib;;
177     (compute-*.local)       local_addres=172.20.4.2;     local_host=lcfimm;;
178     (cs*)                   local_addres=136.172.44.131; local_host=nech;;
179     (elephanta)             local_addres=130.75.105.6;   local_host=lcmuk;;
180     (fimm.bccs.uib.no)      local_addres=172.20.4.2;     local_host=lcfimm;;
181     (node*)                 local_addres=165.132.26.61   local_host=lck;;
182     (gallego)               local_addres=130.75.105.10;  local_host=lcmuk;;
183     (gfdl5)                 local_addres=165.132.26.58;  local_host=ibmy;;
184     (gfdl3.yonsei.ac.kr)    local_addres=165.132.26.56;  local_host=decalpha;;
185     (gregale)               local_addres=130.75.105.109; local_host=lcmuk;;
186     (hababai)               local_addres=130.75.105.108; local_host=lcmuk;;
187     (hexagon.bccs.uib.no)   local_addres=129.177.20.113; local_host=lcxt4;;
188     (h01*|hicegate1)        local_addres=130.75.4.102;   local_host=lcsgih;;
189     (hicegate2)             local_addres=130.75.4.103;   local_host=lcsgih;;
190     (blizzard1)             local_addres=136.172.40.15;  local_host=ibmh;;
191     (irifi)                 local_addres=130.75.105.104; local_host=lcmuk;;
192     (levanto)               local_addres=130.75.105.45;  local_host=lcmuk;;
193     (maestro)               local_addres=130.75.105.2;   local_host=lcmuk;;
194     (nid*)                  local_addres=129.177.20.113; local_host=lcxt4;;
195     (nobel*)                local_addres=150.183.5.101;  local_host=ibms;;
196     (orkan)                 local_addres=130.75.105.3;   local_host=lcmuk;;
197     (ostria)                local_addres=130.75.105.106; local_host=lcmuk;;
198     (paesano)               local_addres=130.75.105.46;  local_host=lcmuk;;
199     (quanero)               local_addres=130.75.105.107; local_host=lcmuk;;
200     (scirocco)              local_addres=172.20.25.41;   local_host=lcmuk;;
201     (sun1|sun2)             local_addres=130.75.6.1;     local_host=unics;;
202     (sx-*)                  local_addres=172.16.1.131;   local_host=necriam;;
203     (r1*)                   local_addres=130.75.4.102;   local_host=lcsgih;;
204     (r2*)                   local_addres=130.73.232.102; local_host=lcsgib;;
205     (tgg*)                  local_addres=172.17.75.161;  local_host=lctit;;
206     (vorias)                local_addres=172.20.25.43;   local_host=lcmuk;;
207     (*)                     printf "\n  +++ \"$local_host\" unknown";
208                             printf "\n      please inform S. Raasch!";
209                             locat=parameter; exit;;
210 esac
211
212
213
214    # REMOTE HOST DEFAULTMAESSIG = LOCAL HOST SETZEN
215 remote_host=$local_host
216
217
218
219
220    # PROZEDUROPTIONEN EINLESEN
221 while  getopts  :c:dDe:g:h:m:n:N:O:q:t:T:u:vX:  option
222 do
223   case  $option  in
224       (c)   job_catalog=$OPTARG;;
225       (d)   delete_dayfile=true;;
226       (D)   no_submit=true;;
227       (e)   email_notification=$OPTARG;;
228       (g)   group_number=$OPTARG;;
229       (h)   remote_host=$OPTARG;;
230       (m)   memory=$OPTARG;;
231       (n)   job_name=$OPTARG;;
232       (N)   node_usage=$OPTARG;;
233       (O)   threads_per_task=$OPTARG;;
234       (q)   no_default_queue=$OPTARG;;
235       (t)   cputime=$OPTARG;;
236       (T)   tasks_per_node=$OPTARG;;
237       (u)   remote_user=$OPTARG;;
238       (v)   verify=false;;
239       (X)   numprocs=$OPTARG;;
240       (\?)  printf "\n  +++ Option $OPTARG unknown \n";
241             locat=option; exit;;
242   esac
243 done
244
245
246    # JOBDATEINAMEN ALS NAECHSTES ARGUMENT HOLEN
247 shift OPTIND-1; file_to_send=$1
248
249
250    # KURZE AUFRUFBESCHREIBUNG WIRD HIER AUSGEGEBEN
251 if [ "$1" = "?" ]
252 then
253   (printf "\n  *** subjob can be called as follows:\n"
254    printf "\n      subjob -c.. -d -D -h.. -m.. -q.. -t.. -u.. -v  <jobfile>\n"
255    printf "\n      Description of available options:\n"
256    printf "\n      Option  Description                         Default-Value"
257    printf "\n        -c    job-input- and output-catalog       ~/job_queue"
258    printf "\n        -d    no job-protocol will be created     ---"
259    printf "\n        -D    only the job-file will be created   ---"
260    printf "\n        -h    execution host, available hosts:    $remote_host"
261    printf "\n              ibm, ibmb, ibmh, ibms, ibmy, lcmuk,"
262    printf "\n              lctit, nech, necriam, unics"
263    printf "\n        -m    memory demand per process in MByte  ---"
264    printf "\n        -n    jobname                             <jobdatei>"
265    printf "\n        -O    threads per task (for OpenMP usage) 1"
266    printf "\n        -q    job-queue to be used                default"
267    printf "\n        -t    allowed cpu-time in seconds         ---"
268    printf "\n        -T    tasks per node (on parallel hosts)  ---"
269    printf "\n        -u    username on execution host          from .netrc"
270    printf "\n        -v    no prompt for confirmation          ---"
271    printf "\n        -X    # of processors (on parallel hosts) 1"
272    printf "\n "
273    printf "\n      The only possible positional parameter is <jobfile>:"
274    printf "\n      The complete NQS-job must be provided here."
275    printf "\n      <jobfile>=? creates this outline\n\n") | more
276    exit
277 fi
278
279
280
281    # PRUEFEN, OB JOBDATEI ANGEGEBEN WURDE UND OB SIE AUCH EXISTIERT
282 if [[ "$file_to_send" = "" ]]
283 then
284    printf "\n  +++ job-file missing"
285    locat=parameter; exit
286 else
287    if [[ -f $file_to_send ]]
288    then
289       true
290    else
291       printf "\n  +++ job-file: "
292       printf "\n           $file_to_send"
293       printf "\n      does not exist"
294       locat=parameter; exit
295    fi
296 fi
297
298
299
300    # FALLS KEIN JOBNAME ANGEGEBEN WURDE, WIRD JOBNAME = JOBDATEINAME
301    # GESETZT. VORAUSSETZUNG: JOBDATEINAME BEINHALTET KEINE PFADE
302 if [[ $job_name = none ]]
303 then
304    job_name=$file_to_send
305 fi
306 if [[ $(echo $job_name | grep -c "/") != 0 ]]
307 then
308    printf "\n  +++ job-file name: "
309    printf "\n           $job_name"
310    printf "\n      must not contain \"/\"-characters"
311    locat=parameter; exit
312 fi
313
314
315
316
317    # HOSTSPEZIFISCHE GROESSEN VEREINBAREN BZW. ABBRUCH BEI UNZULAESSIGEM HOST
318    # ODER WENN HOST NICHT ANGEGEBEN WURDE
319 if [[ $remote_host = none ]]
320 then
321    printf "\n  +++ host missing"
322    locat=option; exit
323 else
324    case  $remote_host  in
325        (ibm)     queue=p690_standard; remote_addres=134.76.99.81; submcom=/usr/lpp/LoadL/full/bin/llsubmit;;
326        (ibmb)    queue=cpar; remote_addres=130.73.230.10; submcom=/usr/lpp/LoadL/full/bin/llsubmit;;
327        (ibmh)    queue=no_class; remote_addres=136.172.40.15; submcom=/usr/lpp/LoadL/full/bin/llsubmit;;
328        (ibms)    queue=p_normal; remote_addres=150.183.5.101; submcom=/usr/lpp/LoadL/full/bin/llsubmit;;
329        (ibmy)    queue=parallel; remote_addres=165.132.26.58; submcom=/usr/lpp/LoadL/full/bin/llsubmit;;
330        (lcfimm)  remote_addres=172.20.4.2; submcom=/opt/torque/bin/qsub;;
331        (lcsgib)  queue=smallq; remote_addres=130.73.232.103; submcom=/opt/moab/bin/msub;;
332        (lcsgih)  queue=smallq; remote_addres=130.75.4.102; submcom=/opt/moab/bin/msub;;
333        (lck)     remote_addres=165.132.26.61; submcom=/usr/torque/bin/qsub;;
334        (lctit)   queue=lctit; remote_addres=172.17.75.161; submcom=/n1ge/TITECH_GRID/tools/bin/n1ge;;
335        (lcxt4)   remote_addres=129.177.20.113; submcom=/opt/torque/2.3.0/bin/qsub;;
336        (nech)    qsubmem=memsz_job; qsubtime=cputim_job; remote_addres=136.172.44.147; submcom="/usr/local/bin/qsub";;
337        (necriam) qsubmem=memsz_job; qsubtime=cputim_job; remote_addres=172.16.1.131; submcom="/usr/bin/nqsII/qsub";;
338        (vpp)     qsubmem=m; qsubtime=t; queue=vpp; remote_addres=130.75.4.130;;
339        (unics)   qsubmem=d; qsubtime=t; queue=unics; remote_addres=130.75.6.1;;
340        (*)       printf "\n  +++ hostname \"$remote_host\" not allowed";
341                  locat=parameter; exit;;
342    esac
343 fi
344
345
346    # EVTL. PRUEFEN, OB ANGEGEBENE QUEUE ZULAESSIG IST
347 if [[ $no_default_queue != none ]]
348 then
349    error=false
350    ndq=$no_default_queue
351    case  $remote_host  in
352        (ibm)    case  $ndq  in
353                     (p690_express|p690_standard|p690_long)  error=false;;
354                     (*)                                     error=true;;
355                 esac;;
356        (ibmb)   case  $ndq  in
357                     (cdata|cdev|cexp|c1|cshare|csolo|cspec) error=false;;
358                     (*)                                     error=true;;
359                 esac;;
360        (ibmh)   case  $ndq  in
361                     (no_class)  error=false;;
362                     (*)                                     error=true;;
363                 esac;;
364        (ibms)   case  $ndq  in
365                     (express|normal|p_express|p_normal|p_normal_1.3|p_normal_1.7|grand)     error=false;;
366                     (*)                                     error=true;;
367                 esac;;
368        (ibmy)   case  $ndq  in
369                     (parallel)                              error=false;;
370                     (*)                                     error=true;;
371                 esac;;
372        (lcsgib|lcsgih)   case  $ndq  in
373                     (testq|serialq|smallq|bigq|workq)       error=false;;
374                     (*)                                     error=true;;
375                 esac;;
376        (lctit)  case  $ndq  in
377                     (novice|sla1|sla2|sla3|RAM64GB|RAM128GB)    error=false;;
378                     (*)                                     error=true;;
379                 esac;;
380        (t3eb)   case  $ndq  in
381                     (berte|p50|p100|p392|forfree|p25himem)  error=false;;
382                     (*)    error=true;;
383                 esac;;
384        (necriam) case  $ndq  in
385                     (SP|SS|P6)  error=false;;
386                     (*)    error=true;;
387                 esac;;
388        (t3eh)   case  $ndq  in
389                     (para_t3e|em|k|l|lm|comp_t3e|c|p|ht)  error=false;;
390                     (*)    error=true;;
391                 esac;;
392        (t3ej2|t3ej5)  case  $ndq  in
393                     (low|normal|high)  error=false;;
394                     (*)    error=true;;
395                 esac;;
396        (t3es)  case  $ndq  in
397                     (batch|serial-4|pe4|p48|pe16|pe32|pe64|pe128)  error=false;;
398                     (*)    error=true;;
399                 esac;;
400        (unics)  case  $ndq  in
401                     (unics|ht)  error=false;;
402                     (*)         error=true;;
403                 esac;;
404    esac
405    if [[ $error = true ]]
406    then
407       printf "\n  +++ queue \"$no_default_queue\" on host \"$remote_host\" not allowed"
408       locat=parameter; exit
409    else
410       queue=$no_default_queue
411    fi
412 fi
413
414
415
416    # KNOTENNUTZUNG IN ENTWICKLERQUEUE MUSS SHARED SEIN
417 if [[ $node_usage != shared  &&  $queue = cdev ]]
418 then
419    node_usage=shared
420 fi
421
422
423
424    # PRUEFEN DER CPU-ZEIT, ZEIT NACH STUNDEN, MINUTEN UND SEKUNDEN
425    # AUFTEILEN
426 done=false
427 while [[ $done = false ]]
428 do
429    if (( $cputime <= 0 ))
430    then
431       printf "\n  +++ wrong cpu-time or cpu-time missing"
432       printf "\n  >>> Please type cpu-time in seconds as INTEGER:"
433       printf "\n  >>> "
434       read  cputime  1>/dev/null  2>&1
435    else
436       done=true
437    fi
438 done
439 if [[ $remote_host = nech ]]
440 then
441    if (( tasks_per_node != 0 ))
442    then
443       (( cputime = cputime * tasks_per_node ))
444    elif [[ $numprocs != 0 ]]
445    then
446       (( cputime = cputime * numprocs ))
447    fi
448 fi
449 (( stunden  = cputime / 3600 ))
450 (( resttime = cputime - stunden * 3600 ))
451 (( minuten  = resttime / 60 ))
452 (( sekunden = resttime - minuten * 60 ))
453 timestring=${stunden}:${minuten}:${sekunden}
454
455
456
457    # PRUEFEN DER KERNSPEICHERANFORDERUNG
458 done=false
459 while [[ $done = false ]]
460 do
461    if (( memory <= 0 ))
462    then
463       printf "\n  +++ wrong memory demand or memory demand missing"
464       printf "\n  >>> Please type memory in  MByte per process  as INTEGER:"
465       printf "\n  >>> "
466       read  memory  1>/dev/null  2>&1
467    else
468       done=true
469    fi
470 done
471
472 if [[ $remote_host = nech  ||  $remote_host = necriam ]]
473 then
474    if (( tasks_per_node != 0 ))
475    then
476       (( Memory = memory * tasks_per_node / 1000 ))
477    elif [[ $numprocs != 0 ]]
478    then
479       (( Memory = memory * numprocs / 1000 ))
480    else
481       (( Memory = memory / 1000 ))
482    fi
483 fi
484
485
486    # SPEICHERBERECHNUNG BEI OPENMP-NUTZUNG
487 if [[ $(echo $remote_host | cut -c1-3) = ibm ]]
488 then
489    (( memory = memory * threads_per_task ))
490 fi
491
492
493    # BERECHNUNG DER ANZAHL DER ZU VERWENDENDEN KNOTEN
494 if (( tasks_per_node != 0 ))
495 then
496    (( nodes = numprocs / ( tasks_per_node * threads_per_task ) ))
497 fi
498
499
500
501    # HEADER-AUSGABE
502 if [[ $verify = true ]]
503 then
504    printf "\n\n"
505    printf "#--------------------------------------------------------------# \n"
506    spalte1=SUBJOB;spalte2=$(date)
507    printf "| $spalte1$spalte2 | \n"
508    printf "|                                                              | \n"
509    printf "| values of parameters/options:                                | \n"
510    spalte1=local_host$punkte; spalte2=$punkte$local_host
511    printf "| $spalte1$spalte2 | \n"
512    spalte1=remote_host$punkte; spalte2=$punkte$remote_host
513    printf "| $spalte1$spalte2 | \n"
514    spalte1=queue$punkte; spalte2=$punkte$queue
515    printf "| $spalte1$spalte2 | \n"
516    spalte1=memory$punkte; spalte2="$punkte$memory mb"
517    printf "| $spalte1$spalte2 | \n"
518    spalte1=cputime$punkte; spalte2="$punkte$cputime sec"
519    printf "| $spalte1$spalte2 | \n"
520    spalte1=job_name$punkte; spalte2="$punkte$job_name"
521    printf "| $spalte1$spalte2 | \n"
522    printf "#--------------------------------------------------------------# \n\n"
523
524
525       # KONTROLLABFRAGE, OB ALLES O.K.
526    antwort="dummy"
527    while [[ $antwort != y  &&  $antwort != Y  &&  $antwort != n  &&  $antwort != N ]]
528    do
529       read antwort?" >>> continue (y/n) ? "
530    done
531    if [[ $antwort = n  ||  $antwort = N ]]
532    then
533       locat=verify; exit
534    fi
535    printf "\n"
536 fi
537
538
539
540    # ZUFALLSKENNUNG GENERIEREN UND JOBNAMEN AUF ZIELRECHNER BESTIMMEN
541 kennung=$RANDOM
542 job_on_remhost=${job_name}_${kennung}_$local_host
543 job_to_send=job_to_send_$kennung
544 if [[ $delete_dayfile = false ]]
545 then
546    remote_dayfile=${local_host}_${job_name}_result_$kennung
547    local_dayfile=${remote_host}_${job_name}
548 else
549    remote_dayfile=/dev/null
550    if [[ $(echo $remote_host | cut -c1-3) = ibm ]]
551    then
552       notification='# @ notification = never'
553    fi
554 fi
555
556
557
558    # QSUB- ODER LL-KOMMANDOS BZW. SKRIPTE  GENERIEREN
559 if [[ $(echo $remote_host | cut -c1-3) = ibm  &&  $numprocs != 0 ]]
560 then
561
562    if [[ $remote_host = ibmy ]]
563    then
564       consumable_memory=""
565    else
566       consumable_memory="ConsumableMemory($memory mb)"
567    fi
568
569    if [[ $remote_host = ibmh ]]
570    then
571       data_limit=""
572       network_to_use=""
573       class=""
574       environment=""
575    else
576       class="# @ class = $queue"
577       environment="# @ environment = OMP_NUM_THREADS=$threads_per_task; MP_SHARED_MEMORY=yes"
578       if [[ $queue = cdev ]]
579       then
580          data_limit="# @ data_limit = 1.76gb"
581          network_to_use="# @ network.mpi = sn_all,shared,ip"
582       else
583          if [[ $remote_host = ibms ]]
584          then
585             network_to_use="# @ network.mpi = csss,shared,us"
586          elif [[ $remote_host = ibmy ]]
587          then
588             network_to_use=""
589          else
590             network_to_use="# @ network.mpi = sn_all,shared,us"
591             data_limit="# @ data_limit = 1.76gb"
592          fi
593       fi
594    fi
595
596    cat > $job_to_send << %%END%%
597#!/bin/ksh
598# @ shell = /bin/ksh
599
600# @ job_type = parallel
601# @ job_name = palm
602# @ wall_clock_limit = ${timestring},$timestring
603# @ resources = ConsumableCpus($threads_per_task) $consumable_memory
604# @ output = $remote_dayfile
605# @ error = $remote_dayfile
606# @ image_size = 50
607$class
608$environment
609$network_to_use
610$data_limit
611$notification
612
613%%END%%
614
615    if (( nodes > 0 ))
616    then
617
618       cat >> $job_to_send << %%END%%
619# @ node = $nodes
620# @ tasks_per_node = $tasks_per_node
621# @ node_usage = $node_usage
622# @ queue
623
624%%END%%
625
626    else
627
628       if [[ $remote_host != ibmy ]]
629       then
630
631          cat >> $job_to_send << %%END%%
632# @ blocking = unlimited
633# @ total_tasks = $numprocs
634# @ node_usage = $node_usage
635# @ queue
636
637%%END%%
638
639       else
640
641          cat >> $job_to_send << %%END%%
642# @ node = 1
643# @ total_tasks = $numprocs
644# @ queue
645
646%%END%%
647
648       fi
649
650    fi
651
652 elif [[ $(echo $remote_host | cut -c1-3) = ibm  &&  $numprocs = 0 ]]
653 then
654
655    cat > $job_to_send << %%END%%
656#!/bin/ksh
657
658# @ job_type = serial
659# @ node_usage = $node_usage
660# @ job_name = palm
661# @ wall_clock_limit = ${timestring},$timestring
662# @ resources = ConsumableCpus(1) ConsumableMemory(1 gb)
663# @ output = $remote_dayfile
664# @ error = $remote_dayfile
665$class
666$notification
667
668# @ queue
669
670%%END%%
671
672 elif [[ $remote_host = lcfimm ]]
673 then
674
675    if [[ $numprocs != 0 ]]
676    then
677       cat > $job_to_send << %%END%%
678#!/bin/ksh
679#PBS -N $job_name
680#PBS -A geofysisk
681#PBS -l walltime=$timestring
682#PBS -l nodes=${nodes}:ppn=$tasks_per_node
683#PBS -l pmem=${memory}mb
684#PBS -m abe
685#PBS -M maronga@muk.uni-hannover.de
686#PBS -o $remote_dayfile
687#PBS -j oe
688mpd &
689
690%%END%%
691
692    else
693       cat > $job_to_send << %%END%%
694#!/bin/ksh
695#PBS -N $job_name
696#PBS -A geofysisk
697#PBS -l walltime=$timestring
698#PBS -l ncpus=1
699#PBS -l pmem=${memory}mb
700#PBS -m abe
701#PBS -M maronga@muk.uni-hannover.de
702#PBS -o $remote_dayfile
703#PBS -j oe
704
705%%END%%
706
707    fi
708
709 elif [[ $remote_host = lck ]]
710 then
711
712    if [[ $numprocs != 0 ]]
713    then
714       cat > $job_to_send << %%END%%
715#!/bin/ksh
716#PBS -N $job_name
717#PBS -l walltime=$timestring
718#PBS -l ncpus=$numprocs
719#PBS -l pmem=${memory}mb
720#PBS -o $remote_dayfile
721#PBS -j oe
722
723mpd &
724
725%%END%%
726
727    else
728       cat > $job_to_send << %%END%%
729#!/bin/ksh
730#PBS -N $job_name
731#PBS -l walltime=$timestring
732#PBS -l ncpus=1
733#PBS -l pmem=${memory}mb
734#PBS -o $remote_dayfile
735#PBS -j oe
736
737%%END%%
738
739    fi
740
741 elif [[ $remote_host = lcsgih  ||  $remote_host = lcsgib ]]
742 then
743
744    if [[ $queue = testq  ||  $queue = workq ]]
745    then
746       queue_directive="#PBS -q $queue"
747    else
748       queue_directive=""
749    fi
750
751    if [[ $email_notification = none ]]
752    then
753       email_directive=""
754    else
755       email_directive="#PBS -M $email_notification"
756    fi
757
758    if [[ $numprocs != 0 ]]
759    then
760       cat > $job_to_send << %%END%%
761#!/bin/bash
762#PBS -N $job_name
763#PBS -l walltime=$timestring
764#PBS -l nodes=$nodes:ppn=${tasks_per_node}
765#PBS -l feature=$sgi_feature
766#PBS -l naccesspolicy=$node_usage
767#PBS -o $remote_dayfile
768#PBS -j oe
769$queue_directive
770$email_directive
771
772. /usr/share/modules/init/bash
773module load ifort/11.0.069
774module load $mpilib
775# module load mvapich2/1.2rc1-intel
776# module load mvapich2
777module load netcdf
778#export LD_LIBRARY_PATH=/sw/intel/cce/10.1.015/lib:/sw/intel/fce/10.1.015/lib:/sw/dataformats/netcdf/3.6.2/lib:\$LD_LIBRARY_PATH
779echo ld_library_path=\$LD_LIBRARY_PATH
780
781%%END%%
782
783    else
784       cat > $job_to_send << %%END%%
785#PBS -S /bin/bash
786#PBS -N $job_name
787#PBS -l walltime=$timestring
788#PBS -l ncpus=1
789#PBS -o $remote_dayfile
790#PBS -e $remote_dayfile
791
792%%END%%
793
794    fi
795
796 elif [[ $remote_host = lcxt4 ]]
797 then
798
799    if [[ $numprocs != 0 ]]
800    then
801       cat > $job_to_send << %%END%%
802#!/bin/ksh
803#PBS -S /bin/ksh
804#PBS -N $job_name
805#PBS -A geofysisk
806#PBS -j oe
807#PBS -l walltime=$timestring
808#PBS -l mppwidth=${numprocs}
809#PBS -l mppnppn=${tasks_per_node}
810#PBS -m abe
811#PBS -M maronga@muk.uni-hannover.de
812#PBS -o $remote_dayfile
813
814. /opt/modules/default/init/ksh
815module load modules/3.1.6
816module load PrgEnv-pgi/2.1.56HD
817module load Base-opts/2.1.56HD
818module load moab/5.2.5-s13441
819module load torque/2.3.4-snap.200809221601
820
821%%END%%
822
823    else
824       cat > $job_to_send << %%END%%
825#!/bin/ksh
826#PBS -S /bin/ksh
827#PBS -N $job_name
828#PBS -A geofysisk
829#PBS -j oe
830#PBS -l walltime=$timestring
831#PBS -l ncpus=1
832#PBS -l pmem=${memory}mb
833#PBS -m abe
834#PBS -M maronga@muk.uni-hannover.de
835#PBS -o $remote_dayfile
836
837. /opt/modules/default/init/ksh
838module load modules/3.1.6
839module load PrgEnv-pgi/2.1.56HD
840module load Base-opts/2.1.56HD
841module load moab/5.2.5-s13441
842module load torque/2.3.4-snap.200809221601
843
844%%END%%
845
846    fi
847
848 elif [[ $remote_host = nech ]]
849 then
850
851    if (( nodes > 1 ))
852    then
853       cat > $job_to_send << %%END%%
854#!/bin/ksh
855#PBS -l cpunum_prc=$tasks_per_node,cputim_job=$cputime
856#PBS -l ${qsubmem}=${Memory}gb
857#PBS -b $nodes
858#PBS -o $remote_dayfile
859#PBS -N palm
860#PBS -j o
861#PBS -T mpisx
862
863%%END%%
864
865    elif [[ $numprocs != 0 ]]
866    then
867       cat > $job_to_send << %%END%%
868#!/bin/ksh
869#PBS -l cpunum_prc=$tasks_per_node,cputim_job=$cputime
870#PBS -l ${qsubmem}=${Memory}gb
871#PBS -o $remote_dayfile
872#PBS -N palm
873#PBS -j o
874
875%%END%%
876
877    else
878       cat > $job_to_send << %%END%%
879#!/bin/ksh
880#PBS -l ${qsubmem}=${Memory}gb,${qsubtime}=$cputime
881#PBS -o $remote_dayfile
882#PBS -j o
883
884%%END%%
885
886    fi
887
888 elif [[ $remote_host = necriam ]]
889 then
890
891    if (( nodes > 1 ))
892    then
893       cat > $job_to_send << %%END%%
894#!/bin/ksh
895#PBS -b $nodes
896#PBS -o $remote_dayfile
897#PBS -N $job_name
898#PBS -j o
899#PBS -v MPIPROGINV=YES
900
901%%END%%
902
903    elif [[ $numprocs != 0 ]]
904    then
905       cat > $job_to_send << %%END%%
906#!/bin/ksh
907#PBS -q ${queue}
908#PBS -o $remote_dayfile
909#PBS -N $job_name
910#PBS -j o
911#PBS -v MPIPROGINV=YES
912
913%%END%%
914
915    else
916       cat > $job_to_send << %%END%%
917#!/bin/ksh
918#PBS -o $remote_dayfile
919#PBS -j o
920
921%%END%%
922
923    fi
924
925 elif [[ $remote_host = lctit ]]
926 then
927    cat > $job_to_send << %%END%%
928#!/bin/bash
929#$ -S /bin/bash
930cd $job_catalog
931export PATH=$PALM_BIN:\$PATH
932echo \$PATH
933
934%%END%%
935
936       # OPTIONEN FUER SUBMIT-KOMMANDO ZUSAMMENSTELLEN
937  #  submcom="$submcom  -N $job_name  -sgeout $remote_dayfile  -q default"
938    submcom="$submcom -g $group_number -N $job_name -rt 4320 -sgeout $remote_dayfile  -q $node_usage "
939
940 else
941
942    cat > $job_to_send << %%END%%
943# @\$-q ${queue}
944# @\$-l${qsubtime} $timestring
945# @\$-l${qsubmem} ${memory}mb
946# @\$-o $remote_dayfile
947# @\$-eo
948
949%%END%%
950
951 fi
952
953
954    # BEI RECHNUNG AUF REMOTE-MASCHINEN RUECKTRANSFER DES DAYFILES PER TRAP
955    # BEI EXIT VERANLASSEN
956    # VEKTORRECHNER MUSS EIGENEN JOB STARTEN, DA DORT NOHUP NICHT FUNKTIONIERT
957    # AUF IBM IN SEOUL IST RUECKTRANSFER ZUR ZEIT GENERELL NICHT MOEGLICH
958 if [[ $delete_dayfile = false  &&  $remote_host != $local_host ]]
959 then
960    echo "set +vx"                              >>  $job_to_send
961    echo "trap '"                               >>  $job_to_send
962    echo "set +vx"                              >>  $job_to_send
963    if [[ $(echo $remote_host | cut -c1-3) = ibm  ||  $(echo $remote_host | cut -c1-5) = lcsgi  ||  $(echo $remote_host | cut -c1-3) = nec  ||  $remote_host = lctit ]]
964    then
965       if [[ $remote_host = ibmb  ||  $remote_host = ibmh ]]
966       then
967          return_queue=c1
968       elif [[ $remote_host = ibms ]]
969       then
970          return_queue=p_normal
971       elif [[ $remote_host = ibmy ]]
972       then
973          return_queue=serial
974       elif [[ $remote_host = lcsgih  ||  $remote_host = lcsgib ]]
975       then
976          return_queue=serialq
977       elif [[ $remote_host = lctit ]]
978       then
979          return_queue=sla3
980       elif [[ $remote_host = necriam ]]
981       then
982          return_queue=SP
983       else
984          return_queue=unknown
985       fi
986
987       if [[ $(echo $remote_host | cut -c1-3) = ibm ]]
988       then
989
990          echo "echo \"#!/bin/ksh\" >> scpjob.$kennung"               >>  $job_to_send
991          echo "echo \"# @ job_type = serial\" >> scpjob.$kennung"    >>  $job_to_send
992          echo "echo \"# @ job_name = transfer\" >> scpjob.$kennung"  >>  $job_to_send
993          echo "echo \"# @ resources = ConsumableCpus(1) ConsumableMemory(1 gb)\" >> scpjob.$kennung"  >>  $job_to_send
994          echo "echo \"# @ wall_clock_limit = 00:10:00,00:10:00\" >> scpjob.$kennung "  >>  $job_to_send
995          echo "echo \"# @ output = job_queue/last_job_transfer_protocol\" >> scpjob.$kennung"  >>  $job_to_send
996          echo "echo \"# @ error = job_queue/last_job_transfer_protocol\" >> scpjob.$kennung"  >>  $job_to_send
997          if [[ $host != "ibmh" ]]
998          then
999             echo "echo \"# @ class = $return_queue\" >> scpjob.$kennung"  >>  $job_to_send
1000          fi
1001          echo "echo \"# @ image_size = 10\" >> scpjob.$kennung"      >>  $job_to_send
1002          echo "echo \"# @ notification = never\" >> scpjob.$kennung" >>  $job_to_send
1003
1004          echo "echo \"# @ queue\" >> scpjob.$kennung"                >>  $job_to_send
1005          echo "echo \" \" >> scpjob.$kennung"                        >>  $job_to_send
1006
1007          echo "echo \"set -x\" >> scpjob.$kennung"                   >>  $job_to_send
1008          echo "echo \"batch_scp  -d  -w 10  -u $local_user  $local_addres  ${job_catalog}/$remote_dayfile  \\\"$job_catalog\\\"  $local_dayfile\" >> scpjob.$kennung"  >>  $job_to_send
1009          echo "echo \"exit\" >> scpjob.$kennung"                     >>  $job_to_send
1010
1011       elif [[ $remote_host = nech ]]
1012       then
1013          echo "cd /pf/b/${remote_user}/job_queue" >>  $job_to_send
1014          echo "cat > scpjob.$kennung << %%END%%"  >>  $job_to_send
1015          echo "#PBS -l ${qsubmem}=1GB,${qsubtime}=100"  >>  $job_to_send
1016          echo "#PBS -o last_job_transfer_protocol"      >>  $job_to_send
1017          echo "#PBS -j o"                         >>  $job_to_send
1018          echo " "                                 >>  $job_to_send
1019          echo "set -x"                            >>  $job_to_send
1020          echo "cd /pf/b/${remote_user}/job_queue" >>  $job_to_send
1021          echo "batch_scp  -d  -w 10  -u $local_user $local_addres  $remote_dayfile  \"$job_catalog\"  $local_dayfile"  >>  $job_to_send
1022          echo "[[ \"\$for_subjob_to_do\" != \"\" ]]  &&  eval \$for_subjob_to_do"  >>  $job_to_send
1023          echo "%%END%%"                           >>  $job_to_send
1024
1025       elif [[ $remote_host = necriam ]]
1026       then
1027          echo "cat > scpjob.$kennung << %%END%%"  >>  $job_to_send
1028          echo "#PBS -q $return_queue"             >>  $job_to_send
1029          echo "#PBS -o last_job_transfer_protocol"      >>  $job_to_send
1030          echo "#PBS -j o"                         >>  $job_to_send
1031          echo " "                                 >>  $job_to_send
1032          echo "set -x"                            >>  $job_to_send
1033          echo "batch_scp  -d  -w 10  -u $local_user $local_addres  $remote_dayfile  \"$job_catalog\"  $local_dayfile"  >>  $job_to_send
1034          echo "[[ \"\$for_subjob_to_do\" != \"\" ]]  &&  eval \$for_subjob_to_do"  >>  $job_to_send
1035          echo "%%END%%"                           >>  $job_to_send
1036
1037       elif [[ $(echo $remote_host | cut -c1-5) = lcsgi ]]
1038       then
1039          echo "cat > scpjob.$kennung << %%END%%"  >>  $job_to_send
1040          echo "#!/bin/bash"                             >>  $job_to_send
1041          echo "#PBS -N job_protocol_transfer"           >>  $job_to_send
1042          echo "#PBS -l walltime=00:30:00"               >>  $job_to_send
1043          echo "#PBS -l nodes=1:ppn=1"                   >>  $job_to_send
1044          echo "#PBS -l feature=data"                    >>  $job_to_send
1045          echo "#PBS -o \$HOME/job_queue/last_job_transfer_protocol"      >>  $job_to_send
1046          echo "#PBS -j oe"                        >>  $job_to_send
1047          echo " "                                 >>  $job_to_send
1048          echo ". /usr/share/modules/init/bash"    >>  $job_to_send
1049          echo "set -x"                            >>  $job_to_send
1050          echo "batch_scp  -d  -w 10  -u $local_user $local_addres  ${job_catalog}/$remote_dayfile  \"$job_catalog\"  $local_dayfile"  >>  $job_to_send
1051          echo "[[ \"\$for_subjob_to_do\" != \"\" ]]  &&  eval \$for_subjob_to_do"  >>  $job_to_send
1052          echo "%%END%%"                           >>  $job_to_send
1053
1054       elif [[ $remote_host = lctit ]]
1055       then
1056          echo "cat > scpjob.$kennung << %%END%%"          >>  $job_to_send
1057          echo "set -x"                                    >>  $job_to_send
1058          echo "PATH=\$PATH:$job_catalog/../pub"           >>  $job_to_send
1059          echo "cd $job_catalog"                           >>  $job_to_send
1060          echo "batch_scp  -d  -w 10  -u $local_user $local_addres  $remote_dayfile  \"$job_catalog\"  $local_dayfile"  >>  $job_to_send
1061          echo "[[ \"\$for_subjob_to_do\" != \"\" ]]  &&  eval \$for_subjob_to_do"  >>  $job_to_send
1062          echo "%%END%%"                                   >>  $job_to_send
1063
1064       else
1065
1066          echo "cat > scpjob.$kennung << %%END%%"  >>  $job_to_send
1067          echo "# @\\\$-q $return_queue"           >>  $job_to_send
1068          echo "# @\\\$-l${qsubtime} 10"           >>  $job_to_send
1069          echo "# @\\\$-l${qsubmem} 10mb"          >>  $job_to_send
1070          if [[ $remote_host = t3ej2  ||  $remote_host = t3ej5  ||  $remote_host = t3es ]]
1071          then
1072             echo "# @\$-l mpp_p=0"                >>  $job_to_send
1073          fi
1074          echo '# @\$-lF 10mb'                     >>  $job_to_send
1075#          echo '# @\$-o /dev/null'                 >>  $job_to_send
1076          echo '# @\$-o job_queue/last_job_transfer_protocol'    >>  $job_to_send
1077          echo '# @\\\$-eo'                          >>  $job_to_send
1078          echo " "                                 >>  $job_to_send
1079          if [[ $remote_host = t3ej2  ||  $remote_host = t3ej5 ]]
1080          then
1081             echo "set +vx"                        >>  $job_to_send
1082             echo ". .profile"                     >>  $job_to_send
1083          fi
1084          echo "set -x"                            >>  $job_to_send
1085          echo "batch_scp  -d  -w 10  -u $local_user $local_addres  ${job_catalog}/$remote_dayfile  \"$job_catalog\"  $local_dayfile  >  /dev/null"  >>  $job_to_send
1086          echo "[[ \"\$for_subjob_to_do\" != \"\" ]]  &&  eval \$for_subjob_to_do"  >>  $job_to_send
1087          echo "%%END%%"                           >>  $job_to_send
1088       fi
1089
1090       if [[ $(echo $remote_host | cut -c1-3) = ibm ]]
1091       then
1092          echo "llsubmit  scpjob.$kennung"      >>  $job_to_send
1093       elif [[ $(echo $remote_host | cut -c1-5) = lcsgi ]]
1094       then
1095          echo "chmod  u+x  scpjob.$kennung"    >>  $job_to_send
1096          echo "msub  scpjob.$kennung"          >>  $job_to_send
1097       elif [[ $remote_host = lctit ]]
1098       then
1099          echo "chmod  u+x  scpjob.$kennung"    >>  $job_to_send
1100          echo "rm -rf ${job_catalog}/last_job_transfer_protocol"  >>  $job_to_send
1101          echo "n1ge  -N jobtransfer  -q $return_queue  -sgeout ${job_catalog}/last_job_transfer_protocol  scpjob.$kennung"  >>  $job_to_send
1102          echo "sleep 10"                       >>  $job_to_send
1103       elif [[ $remote_host = t3eb  ||  $remote_host = t3eh  ||  $remote_host = t3ej2  ||  $remote_host = t3ej5 ]]
1104       then
1105          echo "qsub -J n  scpjob.$kennung"     >>  $job_to_send
1106       elif [[ $remote_host = t3es ]]
1107       then
1108          echo "qsub -J n  -s /bin/ksh  scpjob.$kennung"     >>  $job_to_send
1109       else
1110          echo "qsub  scpjob.$kennung"          >>  $job_to_send
1111       fi
1112       echo "rm  scpjob.$kennung"               >>  $job_to_send
1113       if [[ $remote_host = nech ]]
1114       then
1115          echo "cd -"                           >>  $job_to_send
1116       fi
1117    else
1118#       echo "ftpcopy  -d  $local_addres  ${job_catalog}/$remote_dayfile  \"$job_catalog\"  $local_dayfile"  >>  $job_to_send
1119       echo "nohup  ftpcopy  -d  -w 15  $local_addres  ${job_catalog}/$remote_dayfile  \"$job_catalog\"  $local_dayfile  >  /dev/null  &"  >>  $job_to_send
1120    fi
1121    echo "set -x"                               >>  $job_to_send
1122    echo "     ' exit"                          >>  $job_to_send
1123    echo "set -x"                               >>  $job_to_send
1124 fi
1125
1126
1127
1128    # EIGENTLICHE JOB-DATEI AN QSUB-KOMMANDOS ANHAENGEN
1129 cat  $file_to_send  >>  $job_to_send
1130
1131 if [[ $remote_host = ibm ]]
1132 then
1133    echo " "         >>  $job_to_send
1134    echo "exit"      >>  $job_to_send
1135 fi
1136 if [[ $remote_host = lctit ]]
1137 then
1138    echo " "                               >>  $job_to_send
1139    echo "rm ~/job_queue/$job_on_remhost"  >>  $job_to_send
1140 fi
1141
1142
1143
1144    # USER-NAME AUF ZIELRECHNER AUS .NETRC-DATEI ERMITTELN
1145 if [[ -z $remote_user ]]
1146 then
1147    if [[ $remote_host = t3eb  ||  $remote_host = t3eh  ||  $remote_host = t3ej2  ||  $remote_host = t3ej5  ||  $remote_host = t3es  ||  $remote_host = vpp ]]
1148    then
1149       grep  $remote_addres  ~/.netrc | read dum dum dum remote_user dum dum
1150    fi
1151 fi
1152
1153
1154
1155    # JOB AUF ZIELRECHNER TRANSFERIEREN BZW. INS JOBVERZEICHNIS KOPIEREN
1156 if [[ $no_submit = false ]]
1157 then
1158    if [[ $remote_host != $local_host ]]
1159    then
1160       [[ $verify = true ]]  &&  printf "\n >>> transfering job to \"$remote_host\"..."
1161       if [[ $remote_host = ibms  ||  $remote_host = ibmy ]]    # ssh on ibms cannot handle "~/"
1162       then
1163          job_catalog_save=$job_catalog
1164          job_catalog=job_queue
1165       elif [[ $remote_host = nech ]]
1166       then
1167          job_catalog_save=$job_catalog
1168          job_catalog=/hpf/b/${remote_user}/job_queue
1169       fi
1170       if [[ $local_host = decalpha ]]
1171       then
1172             # VERWENDUNG VON SCP AUF DECALPHA FRAGT FEHLERHAFTERWEISE
1173             # PASSWORT AB
1174          /bin/scp  $job_to_send  ${remote_user}@${remote_addres}:${job_catalog}/$job_on_remhost
1175       elif [[ $remote_host = nech ]]
1176       then
1177             # DATEIEN KOENNEN NUR UEBER DEN ARCHIVE-SERVER DES DKRZ
1178             # TRANSFERIERT WERDEN
1179          scp  $job_to_send  ${remote_user}@136.172.44.205:${job_catalog}/$job_on_remhost
1180       else
1181          scp  $job_to_send  ${remote_user}@${remote_addres}:${job_catalog}/$job_on_remhost
1182       fi
1183       if [[ $? = 1 ]]
1184       then
1185          locat=scp; exit
1186       fi
1187       if [[ $remote_host = ibms ]]
1188       then
1189          job_catalog=$job_catalog_save
1190       fi
1191       [[ $verify = true ]]  &&  printf "\n >>> finished\n"
1192    else
1193       eval  job_catalog=$job_catalog
1194       cp  $job_to_send  ${job_catalog}/$job_on_remhost
1195    fi
1196
1197
1198
1199       # NQS- BZW. LOADLEVELER-JOB STARTEN
1200    if [[ $remote_host != $local_host ]]
1201    then
1202       [[ $verify = true ]]  &&  printf "\n >>> submitting job using \"qsub\"...\n"
1203       if [[ $remote_host != lctit ]]
1204       then
1205          ssh  $remote_addres  -l $remote_user  "cd $job_catalog; $submcom $job_on_remhost; rm $job_on_remhost"
1206       else
1207             # TIT ERLAUBT NUR DIE AUSFï¿œHRUNG GANZ BESTIMMTER KOMMANDOS
1208             # MIT SSH, DESHALB AUFRUF PER PIPE
1209             # UEBERGANGSWEISE CHECK, OB N1GE ENVIRONMENT WIRKLICH VERFUEGBAR
1210          print  "cd $job_catalog; chmod u+x $job_on_remhost"  |  ssh  $remote_addres  -l $remote_user  > /dev/null  2>&1
1211          echo "first try" > send_protocol
1212          while [[ $(cat send_protocol | grep -c "Forwarding to N1GE") = 0 ]]
1213          do
1214             if [[ $(cat send_protocol | grep -c "first try") = 1 ]]
1215             then
1216                printf "\n trying to submit job to TIT cluster..."
1217             else
1218                printf "\n +++ failed ... trying to submit again ..."
1219             fi
1220             print  "cd $job_catalog; $submcom $job_on_remhost"  |  ssh  $remote_addres  -l $remote_user  >  send_protocol  2>&1
1221             cat send_protocol
1222          done
1223          sleep 10
1224          print  "cd $job_catalog;  rm $job_on_remhost"  |  ssh  $remote_addres  -l $remote_user  > /dev/null  2>&1
1225          echo "$submcom  $job_on_remhost"
1226          rm  send_protocol
1227       fi
1228
1229       [[ $verify = true ]]  &&  printf " >>> o.k.\n"
1230    else
1231       cd  $job_catalog
1232       if [[ $(echo $local_host | cut -c1-5) = lcsgi  ||  $(echo $local_host | cut -c1-3) = ibm ]]
1233       then
1234          eval  $submcom  $job_on_remhost
1235       elif [[  $local_host = lcfimm  ||  $local_host = lctit  ||  $localhost = lcxt4 || $localhost = lck ]]
1236       then
1237          eval  $submcom  $job_on_remhost
1238          echo "$submcom  $job_on_remhost"
1239          chmod  u+x  $job_on_remhost
1240       elif [[ $(echo $local_host | cut -c1-5) = lcsgi ]]
1241       then
1242          eval  $submcom  $job_on_remhost
1243       elif [[ $local_host = nech ]]
1244       then
1245          if [[ $queue = default ]]
1246          then
1247             eval  $submcom  $job_on_remhost 
1248          else
1249             eval  $submcom  -q $queue  $job_on_remhost 
1250          fi
1251       else
1252          qsub  $job_on_remhost
1253       fi
1254          # JOBFILE DARF AUF LCTIT NICHT GELOESCHT WERDEN!! GESCHIEHT ERST AM JOBENDE
1255       [[ $local_host != lctit ]]  &&  rm  $job_on_remhost
1256       cd  -  > /dev/null
1257    fi
1258 fi
1259
1260
1261
1262    # ABSCHLUSSARBEITEN
1263
1264 if [[ $no_submit = false ]]
1265 then
1266    rm  $job_to_send
1267 fi
1268 [[ $verify = true ]]  &&  printf "\n\n *** SUBJOB finished \n\n"
Note: See TracBrowser for help on using the repository browser.