source: palm/trunk/SCRIPTS/subjob @ 205

Last change on this file since 205 was 205, checked in by steinfeld, 16 years ago

Paesano admitted in subjob

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