source: palm/trunk/SCRIPTS/subjob @ 367

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

adapted for machine lck

  • Property svn:keywords set to Id Rev
File size: 43.2 KB
Line 
1#!/bin/ksh
2# subjob - Plot-Shellskript         Version:  @(#)SUBJOB 1.0
3# $Id: subjob 367 2009-08-25 08:35:52Z 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 = lcsgih  ||  $remote_host = lcsgib ]]
710 then
711
712    if [[ $queue = testq  ||  $queue = workq ]]
713    then
714       queue_directive="#PBS -q $queue"
715    else
716       queue_directive=""
717    fi
718
719    if [[ $email_notification = none ]]
720    then
721       email_directive=""
722    else
723       email_directive="#PBS -M $email_notification"
724    fi
725
726    if [[ $numprocs != 0 ]]
727    then
728       cat > $job_to_send << %%END%%
729#!/bin/bash
730#PBS -N $job_name
731#PBS -l walltime=$timestring
732#PBS -l nodes=$nodes:ppn=${tasks_per_node}
733#PBS -l feature=$sgi_feature
734#PBS -l naccesspolicy=$node_usage
735#PBS -o $remote_dayfile
736#PBS -j oe
737$queue_directive
738$email_directive
739
740. /usr/share/modules/init/bash
741module load ifort/11.0.069
742module load $mpilib
743# module load mvapich2/1.2rc1-intel
744# module load mvapich2
745module load netcdf
746#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
747echo ld_library_path=\$LD_LIBRARY_PATH
748
749%%END%%
750
751    else
752       cat > $job_to_send << %%END%%
753#PBS -S /bin/bash
754#PBS -N $job_name
755#PBS -l walltime=$timestring
756#PBS -l ncpus=1
757#PBS -o $remote_dayfile
758#PBS -e $remote_dayfile
759
760%%END%%
761
762    fi
763
764 elif [[ $remote_host = lcxt4 ]]
765 then
766
767    if [[ $numprocs != 0 ]]
768    then
769       cat > $job_to_send << %%END%%
770#!/bin/ksh
771#PBS -S /bin/ksh
772#PBS -N $job_name
773#PBS -A geofysisk
774#PBS -j oe
775#PBS -l walltime=$timestring
776#PBS -l mppwidth=${numprocs}
777#PBS -l mppnppn=${tasks_per_node}
778#PBS -m abe
779#PBS -M maronga@muk.uni-hannover.de
780#PBS -o $remote_dayfile
781
782. /opt/modules/default/init/ksh
783module load modules/3.1.6
784module load PrgEnv-pgi/2.1.56HD
785module load Base-opts/2.1.56HD
786module load moab/5.2.5-s13441
787module load torque/2.3.4-snap.200809221601
788
789%%END%%
790
791    else
792       cat > $job_to_send << %%END%%
793#!/bin/ksh
794#PBS -S /bin/ksh
795#PBS -N $job_name
796#PBS -A geofysisk
797#PBS -j oe
798#PBS -l walltime=$timestring
799#PBS -l ncpus=1
800#PBS -l pmem=${memory}mb
801#PBS -m abe
802#PBS -M maronga@muk.uni-hannover.de
803#PBS -o $remote_dayfile
804
805. /opt/modules/default/init/ksh
806module load modules/3.1.6
807module load PrgEnv-pgi/2.1.56HD
808module load Base-opts/2.1.56HD
809module load moab/5.2.5-s13441
810module load torque/2.3.4-snap.200809221601
811
812%%END%%
813
814    fi
815
816 elif [[ $remote_host = nech ]]
817 then
818
819    if (( nodes > 1 ))
820    then
821       cat > $job_to_send << %%END%%
822#!/bin/ksh
823#PBS -l cpunum_prc=$tasks_per_node,cputim_job=$cputime
824#PBS -l ${qsubmem}=${Memory}gb
825#PBS -b $nodes
826#PBS -o $remote_dayfile
827#PBS -N palm
828#PBS -j o
829#PBS -T mpisx
830
831%%END%%
832
833    elif [[ $numprocs != 0 ]]
834    then
835       cat > $job_to_send << %%END%%
836#!/bin/ksh
837#PBS -l cpunum_prc=$tasks_per_node,cputim_job=$cputime
838#PBS -l ${qsubmem}=${Memory}gb
839#PBS -o $remote_dayfile
840#PBS -N palm
841#PBS -j o
842
843%%END%%
844
845    else
846       cat > $job_to_send << %%END%%
847#!/bin/ksh
848#PBS -l ${qsubmem}=${Memory}gb,${qsubtime}=$cputime
849#PBS -o $remote_dayfile
850#PBS -j o
851
852%%END%%
853
854    fi
855
856 elif [[ $remote_host = necriam ]]
857 then
858
859    if (( nodes > 1 ))
860    then
861       cat > $job_to_send << %%END%%
862#!/bin/ksh
863#PBS -b $nodes
864#PBS -o $remote_dayfile
865#PBS -N $job_name
866#PBS -j o
867#PBS -v MPIPROGINV=YES
868
869%%END%%
870
871    elif [[ $numprocs != 0 ]]
872    then
873       cat > $job_to_send << %%END%%
874#!/bin/ksh
875#PBS -q ${queue}
876#PBS -o $remote_dayfile
877#PBS -N $job_name
878#PBS -j o
879#PBS -v MPIPROGINV=YES
880
881%%END%%
882
883    else
884       cat > $job_to_send << %%END%%
885#!/bin/ksh
886#PBS -o $remote_dayfile
887#PBS -j o
888
889%%END%%
890
891    fi
892
893 elif [[ $remote_host = lctit ]]
894 then
895    cat > $job_to_send << %%END%%
896#!/bin/bash
897#$ -S /bin/bash
898cd $job_catalog
899export PATH=$PALM_BIN:\$PATH
900echo \$PATH
901
902%%END%%
903
904       # OPTIONEN FUER SUBMIT-KOMMANDO ZUSAMMENSTELLEN
905  #  submcom="$submcom  -N $job_name  -sgeout $remote_dayfile  -q default"
906    submcom="$submcom -g $group_number -N $job_name -rt 4320 -sgeout $remote_dayfile  -q $node_usage "
907
908 else
909
910    cat > $job_to_send << %%END%%
911# @\$-q ${queue}
912# @\$-l${qsubtime} $timestring
913# @\$-l${qsubmem} ${memory}mb
914# @\$-o $remote_dayfile
915# @\$-eo
916
917%%END%%
918
919 fi
920
921
922    # BEI RECHNUNG AUF REMOTE-MASCHINEN RUECKTRANSFER DES DAYFILES PER TRAP
923    # BEI EXIT VERANLASSEN
924    # VEKTORRECHNER MUSS EIGENEN JOB STARTEN, DA DORT NOHUP NICHT FUNKTIONIERT
925    # AUF IBM IN SEOUL IST RUECKTRANSFER ZUR ZEIT GENERELL NICHT MOEGLICH
926 if [[ $delete_dayfile = false  &&  $remote_host != $local_host ]]
927 then
928    echo "set +vx"                              >>  $job_to_send
929    echo "trap '"                               >>  $job_to_send
930    echo "set +vx"                              >>  $job_to_send
931    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 ]]
932    then
933       if [[ $remote_host = ibmb  ||  $remote_host = ibmh ]]
934       then
935          return_queue=c1
936       elif [[ $remote_host = ibms ]]
937       then
938          return_queue=p_normal
939       elif [[ $remote_host = ibmy ]]
940       then
941          return_queue=serial
942       elif [[ $remote_host = lcsgih  ||  $remote_host = lcsgib ]]
943       then
944          return_queue=serialq
945       elif [[ $remote_host = lctit ]]
946       then
947          return_queue=sla3
948       elif [[ $remote_host = necriam ]]
949       then
950          return_queue=SP
951       else
952          return_queue=unknown
953       fi
954
955       if [[ $(echo $remote_host | cut -c1-3) = ibm ]]
956       then
957
958          echo "echo \"#!/bin/ksh\" >> scpjob.$kennung"               >>  $job_to_send
959          echo "echo \"# @ job_type = serial\" >> scpjob.$kennung"    >>  $job_to_send
960          echo "echo \"# @ job_name = transfer\" >> scpjob.$kennung"  >>  $job_to_send
961          echo "echo \"# @ resources = ConsumableCpus(1) ConsumableMemory(1 gb)\" >> scpjob.$kennung"  >>  $job_to_send
962          echo "echo \"# @ wall_clock_limit = 00:10:00,00:10:00\" >> scpjob.$kennung "  >>  $job_to_send
963          echo "echo \"# @ output = job_queue/last_job_transfer_protocol\" >> scpjob.$kennung"  >>  $job_to_send
964          echo "echo \"# @ error = job_queue/last_job_transfer_protocol\" >> scpjob.$kennung"  >>  $job_to_send
965          if [[ $host != "ibmh" ]]
966          then
967             echo "echo \"# @ class = $return_queue\" >> scpjob.$kennung"  >>  $job_to_send
968          fi
969          echo "echo \"# @ image_size = 10\" >> scpjob.$kennung"      >>  $job_to_send
970          echo "echo \"# @ notification = never\" >> scpjob.$kennung" >>  $job_to_send
971
972          echo "echo \"# @ queue\" >> scpjob.$kennung"                >>  $job_to_send
973          echo "echo \" \" >> scpjob.$kennung"                        >>  $job_to_send
974
975          echo "echo \"set -x\" >> scpjob.$kennung"                   >>  $job_to_send
976          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
977          echo "echo \"exit\" >> scpjob.$kennung"                     >>  $job_to_send
978
979       elif [[ $remote_host = nech ]]
980       then
981          echo "cd /pf/b/${remote_user}/job_queue" >>  $job_to_send
982          echo "cat > scpjob.$kennung << %%END%%"  >>  $job_to_send
983          echo "#PBS -l ${qsubmem}=1GB,${qsubtime}=100"  >>  $job_to_send
984          echo "#PBS -o last_job_transfer_protocol"      >>  $job_to_send
985          echo "#PBS -j o"                         >>  $job_to_send
986          echo " "                                 >>  $job_to_send
987          echo "set -x"                            >>  $job_to_send
988          echo "cd /pf/b/${remote_user}/job_queue" >>  $job_to_send
989          echo "batch_scp  -d  -w 10  -u $local_user $local_addres  $remote_dayfile  \"$job_catalog\"  $local_dayfile"  >>  $job_to_send
990          echo "[[ \"\$for_subjob_to_do\" != \"\" ]]  &&  eval \$for_subjob_to_do"  >>  $job_to_send
991          echo "%%END%%"                           >>  $job_to_send
992
993       elif [[ $remote_host = necriam ]]
994       then
995          echo "cat > scpjob.$kennung << %%END%%"  >>  $job_to_send
996          echo "#PBS -q $return_queue"             >>  $job_to_send
997          echo "#PBS -o last_job_transfer_protocol"      >>  $job_to_send
998          echo "#PBS -j o"                         >>  $job_to_send
999          echo " "                                 >>  $job_to_send
1000          echo "set -x"                            >>  $job_to_send
1001          echo "batch_scp  -d  -w 10  -u $local_user $local_addres  $remote_dayfile  \"$job_catalog\"  $local_dayfile"  >>  $job_to_send
1002          echo "[[ \"\$for_subjob_to_do\" != \"\" ]]  &&  eval \$for_subjob_to_do"  >>  $job_to_send
1003          echo "%%END%%"                           >>  $job_to_send
1004
1005       elif [[ $(echo $remote_host | cut -c1-5) = lcsgi ]]
1006       then
1007          echo "cat > scpjob.$kennung << %%END%%"  >>  $job_to_send
1008          echo "#!/bin/bash"                             >>  $job_to_send
1009          echo "#PBS -N job_protocol_transfer"           >>  $job_to_send
1010          echo "#PBS -l walltime=00:30:00"               >>  $job_to_send
1011          echo "#PBS -l nodes=1:ppn=1"                   >>  $job_to_send
1012          echo "#PBS -l feature=data"                    >>  $job_to_send
1013          echo "#PBS -o \$HOME/job_queue/last_job_transfer_protocol"      >>  $job_to_send
1014          echo "#PBS -j oe"                        >>  $job_to_send
1015          echo " "                                 >>  $job_to_send
1016          echo ". /usr/share/modules/init/bash"    >>  $job_to_send
1017          echo "set -x"                            >>  $job_to_send
1018          echo "batch_scp  -d  -w 10  -u $local_user $local_addres  ${job_catalog}/$remote_dayfile  \"$job_catalog\"  $local_dayfile"  >>  $job_to_send
1019          echo "[[ \"\$for_subjob_to_do\" != \"\" ]]  &&  eval \$for_subjob_to_do"  >>  $job_to_send
1020          echo "%%END%%"                           >>  $job_to_send
1021
1022       elif [[ $remote_host = lctit ]]
1023       then
1024          echo "cat > scpjob.$kennung << %%END%%"          >>  $job_to_send
1025          echo "set -x"                                    >>  $job_to_send
1026          echo "PATH=\$PATH:$job_catalog/../pub"           >>  $job_to_send
1027          echo "cd $job_catalog"                           >>  $job_to_send
1028          echo "batch_scp  -d  -w 10  -u $local_user $local_addres  $remote_dayfile  \"$job_catalog\"  $local_dayfile"  >>  $job_to_send
1029          echo "[[ \"\$for_subjob_to_do\" != \"\" ]]  &&  eval \$for_subjob_to_do"  >>  $job_to_send
1030          echo "%%END%%"                                   >>  $job_to_send
1031
1032       else
1033
1034          echo "cat > scpjob.$kennung << %%END%%"  >>  $job_to_send
1035          echo "# @\\\$-q $return_queue"           >>  $job_to_send
1036          echo "# @\\\$-l${qsubtime} 10"           >>  $job_to_send
1037          echo "# @\\\$-l${qsubmem} 10mb"          >>  $job_to_send
1038          if [[ $remote_host = t3ej2  ||  $remote_host = t3ej5  ||  $remote_host = t3es ]]
1039          then
1040             echo "# @\$-l mpp_p=0"                >>  $job_to_send
1041          fi
1042          echo '# @\$-lF 10mb'                     >>  $job_to_send
1043#          echo '# @\$-o /dev/null'                 >>  $job_to_send
1044          echo '# @\$-o job_queue/last_job_transfer_protocol'    >>  $job_to_send
1045          echo '# @\\\$-eo'                          >>  $job_to_send
1046          echo " "                                 >>  $job_to_send
1047          if [[ $remote_host = t3ej2  ||  $remote_host = t3ej5 ]]
1048          then
1049             echo "set +vx"                        >>  $job_to_send
1050             echo ". .profile"                     >>  $job_to_send
1051          fi
1052          echo "set -x"                            >>  $job_to_send
1053          echo "batch_scp  -d  -w 10  -u $local_user $local_addres  ${job_catalog}/$remote_dayfile  \"$job_catalog\"  $local_dayfile  >  /dev/null"  >>  $job_to_send
1054          echo "[[ \"\$for_subjob_to_do\" != \"\" ]]  &&  eval \$for_subjob_to_do"  >>  $job_to_send
1055          echo "%%END%%"                           >>  $job_to_send
1056       fi
1057
1058       if [[ $(echo $remote_host | cut -c1-3) = ibm ]]
1059       then
1060          echo "llsubmit  scpjob.$kennung"      >>  $job_to_send
1061       elif [[ $(echo $remote_host | cut -c1-5) = lcsgi ]]
1062       then
1063          echo "chmod  u+x  scpjob.$kennung"    >>  $job_to_send
1064          echo "msub  scpjob.$kennung"          >>  $job_to_send
1065       elif [[ $remote_host = lctit ]]
1066       then
1067          echo "chmod  u+x  scpjob.$kennung"    >>  $job_to_send
1068          echo "rm -rf ${job_catalog}/last_job_transfer_protocol"  >>  $job_to_send
1069          echo "n1ge  -N jobtransfer  -q $return_queue  -sgeout ${job_catalog}/last_job_transfer_protocol  scpjob.$kennung"  >>  $job_to_send
1070          echo "sleep 10"                       >>  $job_to_send
1071       elif [[ $remote_host = t3eb  ||  $remote_host = t3eh  ||  $remote_host = t3ej2  ||  $remote_host = t3ej5 ]]
1072       then
1073          echo "qsub -J n  scpjob.$kennung"     >>  $job_to_send
1074       elif [[ $remote_host = t3es ]]
1075       then
1076          echo "qsub -J n  -s /bin/ksh  scpjob.$kennung"     >>  $job_to_send
1077       else
1078          echo "qsub  scpjob.$kennung"          >>  $job_to_send
1079       fi
1080       echo "rm  scpjob.$kennung"               >>  $job_to_send
1081       if [[ $remote_host = nech ]]
1082       then
1083          echo "cd -"                           >>  $job_to_send
1084       fi
1085    else
1086#       echo "ftpcopy  -d  $local_addres  ${job_catalog}/$remote_dayfile  \"$job_catalog\"  $local_dayfile"  >>  $job_to_send
1087       echo "nohup  ftpcopy  -d  -w 15  $local_addres  ${job_catalog}/$remote_dayfile  \"$job_catalog\"  $local_dayfile  >  /dev/null  &"  >>  $job_to_send
1088    fi
1089    echo "set -x"                               >>  $job_to_send
1090    echo "     ' exit"                          >>  $job_to_send
1091    echo "set -x"                               >>  $job_to_send
1092 fi
1093
1094
1095
1096    # EIGENTLICHE JOB-DATEI AN QSUB-KOMMANDOS ANHAENGEN
1097 cat  $file_to_send  >>  $job_to_send
1098
1099 if [[ $remote_host = ibm ]]
1100 then
1101    echo " "         >>  $job_to_send
1102    echo "exit"      >>  $job_to_send
1103 fi
1104 if [[ $remote_host = lctit ]]
1105 then
1106    echo " "                               >>  $job_to_send
1107    echo "rm ~/job_queue/$job_on_remhost"  >>  $job_to_send
1108 fi
1109
1110
1111
1112    # USER-NAME AUF ZIELRECHNER AUS .NETRC-DATEI ERMITTELN
1113 if [[ -z $remote_user ]]
1114 then
1115    if [[ $remote_host = t3eb  ||  $remote_host = t3eh  ||  $remote_host = t3ej2  ||  $remote_host = t3ej5  ||  $remote_host = t3es  ||  $remote_host = vpp ]]
1116    then
1117       grep  $remote_addres  ~/.netrc | read dum dum dum remote_user dum dum
1118    fi
1119 fi
1120
1121
1122
1123    # JOB AUF ZIELRECHNER TRANSFERIEREN BZW. INS JOBVERZEICHNIS KOPIEREN
1124 if [[ $no_submit = false ]]
1125 then
1126    if [[ $remote_host != $local_host ]]
1127    then
1128       [[ $verify = true ]]  &&  printf "\n >>> transfering job to \"$remote_host\"..."
1129       if [[ $remote_host = ibms  ||  $remote_host = ibmy ]]    # ssh on ibms cannot handle "~/"
1130       then
1131          job_catalog_save=$job_catalog
1132          job_catalog=job_queue
1133       elif [[ $remote_host = nech ]]
1134       then
1135          job_catalog_save=$job_catalog
1136          job_catalog=/hpf/b/${remote_user}/job_queue
1137       fi
1138       if [[ $local_host = decalpha ]]
1139       then
1140             # VERWENDUNG VON SCP AUF DECALPHA FRAGT FEHLERHAFTERWEISE
1141             # PASSWORT AB
1142          /bin/scp  $job_to_send  ${remote_user}@${remote_addres}:${job_catalog}/$job_on_remhost
1143       elif [[ $remote_host = nech ]]
1144       then
1145             # DATEIEN KOENNEN NUR UEBER DEN ARCHIVE-SERVER DES DKRZ
1146             # TRANSFERIERT WERDEN
1147          scp  $job_to_send  ${remote_user}@136.172.44.205:${job_catalog}/$job_on_remhost
1148       else
1149          scp  $job_to_send  ${remote_user}@${remote_addres}:${job_catalog}/$job_on_remhost
1150       fi
1151       if [[ $? = 1 ]]
1152       then
1153          locat=scp; exit
1154       fi
1155       if [[ $remote_host = ibms ]]
1156       then
1157          job_catalog=$job_catalog_save
1158       fi
1159       [[ $verify = true ]]  &&  printf "\n >>> finished\n"
1160    else
1161       eval  job_catalog=$job_catalog
1162       cp  $job_to_send  ${job_catalog}/$job_on_remhost
1163    fi
1164
1165
1166
1167       # NQS- BZW. LOADLEVELER-JOB STARTEN
1168    if [[ $remote_host != $local_host ]]
1169    then
1170       [[ $verify = true ]]  &&  printf "\n >>> submitting job using \"qsub\"...\n"
1171       if [[ $remote_host != lctit ]]
1172       then
1173          ssh  $remote_addres  -l $remote_user  "cd $job_catalog; $submcom $job_on_remhost; rm $job_on_remhost"
1174       else
1175             # TIT ERLAUBT NUR DIE AUSFï¿œHRUNG GANZ BESTIMMTER KOMMANDOS
1176             # MIT SSH, DESHALB AUFRUF PER PIPE
1177             # UEBERGANGSWEISE CHECK, OB N1GE ENVIRONMENT WIRKLICH VERFUEGBAR
1178          print  "cd $job_catalog; chmod u+x $job_on_remhost"  |  ssh  $remote_addres  -l $remote_user  > /dev/null  2>&1
1179          echo "first try" > send_protocol
1180          while [[ $(cat send_protocol | grep -c "Forwarding to N1GE") = 0 ]]
1181          do
1182             if [[ $(cat send_protocol | grep -c "first try") = 1 ]]
1183             then
1184                printf "\n trying to submit job to TIT cluster..."
1185             else
1186                printf "\n +++ failed ... trying to submit again ..."
1187             fi
1188             print  "cd $job_catalog; $submcom $job_on_remhost"  |  ssh  $remote_addres  -l $remote_user  >  send_protocol  2>&1
1189             cat send_protocol
1190          done
1191          sleep 10
1192          print  "cd $job_catalog;  rm $job_on_remhost"  |  ssh  $remote_addres  -l $remote_user  > /dev/null  2>&1
1193          echo "$submcom  $job_on_remhost"
1194          rm  send_protocol
1195       fi
1196
1197       [[ $verify = true ]]  &&  printf " >>> o.k.\n"
1198    else
1199       cd  $job_catalog
1200       if [[ $(echo $local_host | cut -c1-5) = lcsgi  ||  $(echo $local_host | cut -c1-3) = ibm ]]
1201       then
1202          eval  $submcom  $job_on_remhost
1203       elif [[  $local_host = lcfimm  ||  $local_host = lctit  ||  $localhost = lcxt4 || $localhost = lck ]]
1204       then
1205          eval  $submcom  $job_on_remhost
1206          echo "$submcom  $job_on_remhost"
1207          chmod  u+x  $job_on_remhost
1208       elif [[ $(echo $local_host | cut -c1-5) = lcsgi ]]
1209       then
1210          eval  $submcom  $job_on_remhost
1211       elif [[ $local_host = nech ]]
1212       then
1213          if [[ $queue = default ]]
1214          then
1215             eval  $submcom  $job_on_remhost 
1216          else
1217             eval  $submcom  -q $queue  $job_on_remhost 
1218          fi
1219       else
1220          qsub  $job_on_remhost
1221       fi
1222          # JOBFILE DARF AUF LCTIT NICHT GELOESCHT WERDEN!! GESCHIEHT ERST AM JOBENDE
1223       [[ $local_host != lctit ]]  &&  rm  $job_on_remhost
1224       cd  -  > /dev/null
1225    fi
1226 fi
1227
1228
1229
1230    # ABSCHLUSSARBEITEN
1231
1232 if [[ $no_submit = false ]]
1233 then
1234    rm  $job_to_send
1235 fi
1236 [[ $verify = true ]]  &&  printf "\n\n *** SUBJOB finished \n\n"
Note: See TracBrowser for help on using the repository browser.