source: palm/trunk/SCRIPTS/mrun @ 815

Last change on this file since 815 was 815, checked in by maronga, 13 years ago

namelist file check temporary disabled (bugs)

  • Property svn:keywords set to Id Rev
File size: 187.0 KB
Line 
1#!/bin/ksh
2# mrun - script for running PALM jobs
3# $Id: mrun 815 2012-02-03 15:05:06Z maronga $
4
5     # Procedure for interactive/batch PALM runs (initial runs and automatic
6     # restart runs)
7
8     # Last changes:
9     # 03/03/94 - Siggi - Entwicklungsbeginn
10     # 21/03/94 - Siggi - Entwicklungsabschluss (Version 1.0)
11     # 09/12/94 - Siggi - allexport unterbunden; statt dessen werden jetzt ein-
12     #                    zelne Variable exportiert. Dies ist noetig, weil an-
13     #                    sonsten irgendein Speicher ueberlaeuft und von mrun
14     #                    aufgerufene Programme (z.B. stageout) mit Fehlern
15     #                    abbrechen (too many arguments)
16     # 20/06/95 - Siggi - noclobber muss explizit abgeschaltet, da jetzt
17     #                    defaultmaessig im RRZN-Profile eingeschaltet
18     # 10/06/97 - Siggi - Zusaetzliche Option -C bei cpp, damit // nicht
19     #                    wegfallen
20     # 25/04/00 - Siggi - Version 1.5
21     #                    remote_addres und remote_user in return_addres bzw.
22     #                    return_username umbenannt, return_username wird dem
23     #                    mrun-Aufruf im Job ueber Option -U mitgegeben.
24     #                    Neue Variable remote_username, die beim interaktiven
25     #                    mrun-Aufruf zwingend ueber die neue Option -u oder
26     #                    in der Konfigurationsdatei angegeben werden muss.
27     # 08/02/01 - Siggi - Alle mrun-Meldungen ins englische uebersetzt,
28     #                    Version 1.7
29     # 05/05/02 - Siggi - Uebersetzungen mittels make-Mechanismus moeglich
30     # 21/11/02 - Siggi - ENV-Variable XLFRTEOPTS wird vor Ausfuehrung auf
31     #                    IBM gesetzt, um Record-Laenge der NAMELIST-Dateien,
32     #                    zu bestimmen; Praeprozessoroptionen haben nun alle
33     #                    die Form -Dtext=text, weil auf IBM sonst text durch
34     #                    die leere Zeichenkette ersetzt wird
35     # 01/08/03 - Siggi  - Test of implementing dvrp+1PE on ibm
36     # 07/01/04 - Siggi  - additional preprocessor directive for ibm included
37     #                     (-D$OMP=OMP) in order to avoid problems with
38     #                     OMP_NUM_THREADS
39     # 04/01/05 - Siggi  - archiving on hanni and berni is done in separate
40     #                     tar files, one for each node used
41     # 07/01/04 - Siggi  - old code for t3e, vpp and hpcs eliminated
42     # 09/01/05 - Siggi  - workaround for getting the IP address on gfdl3
43     # 17/01/05 - Siggi  - job for data transfer to local machine now within
44     #                     job class c1 (HLRN)
45     # 27/01/05 - Siggi  - IP address workaround for gfdl3 removed
46     # 28/01/05 - Siggi  - tar-filenames on $PERM (HLRN) now include the
47     #                     base filename and cycle number
48     # 16/02/05 - Gerald - hababai validated
49     # 14/03/05 - Siggi  - abort on NEC after first runtime error (F_ERRCNT)
50     # 29/03/05 - Marcus - berni*-en0 validated
51     # 21/04/05 - Siggi  - transfer-job-protocol for avs-data is no more stored
52     # 24/04/05 - Siggi  - netcdf support on lcmuk
53     # 25/04/05 - Siggi  - netcdf support on gfld3 (decalpha)
54     # 11/05/05 - Siggi  - files with non-numeric extensions (.xxx after cycle
55     #                     number) can now be used within interactive runs
56     # 12/05/05 - Siggi  - netcdf support on ibm
57     # 13/05/05 - Siggi  - error in tar-filenames on $PERM (HLRN) removed
58     # 18/05/05 - Siggi  - netcdf support on nec
59     # 24/05/05 - Siggi  - netcdf support on ibms
60     # 14/06/05 - Siggi  - sleep interval after submit of restart job increased
61     #                     to 30 seconds
62     # 28/06/05 - Siggi  - bora adjusted to new intel compiler (LD_LIBRARY_
63     #                     PATH is temporarily set)
64     # 07/09/05 - Siggi  - setting of MP_EAGER_LIMIT switched off because it
65     #                     caused warnings in the job protocol
66     # 20/10/05 - Siggi  - update of netcdf-version on decalpha (gfdl3)
67     # 25/10/05 - Siggi  - error in listing files for getting the cycle number
68     #                     removed
69     # 26/10/05 - Siggi  - new paths for dvrp-library, transfer of catalogs
70     #                     realized by file attribute trpe
71     # 28/10/05 - Siggi  - if existing, the file extension is output in case
72     #                     of missing input file - no job abort in case of
73     #                     missing input files with file extensions
74     #                     (preliminary solution)
75     # 31/10/05 - Siggi  - data transfer from nech now within seperate job
76     # 04/11/05 - Siggi  - netcdf 3.6.0-p1 on ibmh/ibmb
77     # 07/12/05 - Siggi  - gallego and elephanta admitted
78     # 30/12/05 - Siggi  - gfdl5 (ibmy) admitted
79     # 10/01/06 - Siggi  - cpp directive for NetCDF 64bit support
80     # 20/01/06 - Siggi  - cpp directive for ibmy
81     # 09/02/06 - Siggi  - ibmy admitted for batch mode
82     # 13/04/06 - Siggi  - ostria admitted
83     # 18/04/06 - Siggi  - usage of OpenMP implemented (additional option -O)
84     # 10/05/06 - Siggi  - environment variable XLSMPOPTS set on IBM for
85     #                     optimization of OpenMP runs (option stacksize is
86     #                     necessary for large gridpoint numbers because
87     #                     otherwise a segmentation fault occurs)
88     # 23/05/05 - Siggi  - lctit (SUN Fire X4600) admitted
89     # 21/08/06 - Siggi  - standard mrun path on scirocco is as on bora
90     # 23/08/06 - Siggi  - netcdf support for scirocco (notebook)
91     # 20/09/06 - Marcus - add DVRP library on nech
92     # 24/10/06 - Siggi  - Environment variables for PALM steering are written
93     #                     on local NAMELIST file ENVPAR
94     # 24/11/06 - Siggi  - levanto admitted, maestro switched to ifc 9.1
95     # 28/11/06 - Siggi  - call to interpret_config.x_levanto because of SuSe 10
96     # 06/02/07 - Siggi  - add DVRP library on lcmuk
97     # 07/02/07 - Siggi  - revision of source code handling, source code is
98     #                     now expected in directory given by source_path and
99     #                     not in the current working directory, source code
100     #                     files provided in add_source_path are allways
101     #                     compiled, source code to be compiled is allways
102     #                     sampled in SOURCES_FOR_RUN_$fname which is a
103     #                     subdirectory of the current working directory,
104     #                     -s TEST  changed to  -s WRITE_PERMIT  or -s WP,
105     #                     adapted for RIAM (neck)
106     #                     bugfix for cycle number of output file (extout)
107     #                     all hpmuk-related code removed
108     # 14/02/07 - Siggi  - dvrp support for neck added
109     # 28/02/07 - Siggi  - empty lines in configuration file are accepted
110     #                     mrun_path replaced by PALM_BIN,
111     #                     all machines are calling interpret_config.x
112     # 14/03/07 - Siggi  - fimm admitted, revision number added to terminal
113     #                     output
114     # 16/03/07 - Siggi  - adjustments for lctit
115     # 29/03/07 - Siggi  - global revision transfered to batch job by new
116     #                     option -G
117     # 30/03/07 - Siggi  - compilation "by hand" removed, cpp-directives/options
118     #                     + netcdf/dvrp-options are read from configuration
119     #                     file, host identifier (local_host) is read from
120     #                     config file, code related to ftp filetransfer
121     #                     removed (incl. option -f)
122     # 19/06/07 - Siggi  - time limit for cdata jobs increased
123     # 25/07/07 - Siggi  - two sets of executables can be started on lcmuk,
124     #                     if new option -Y (coupling) is given,
125     #                     output of executables to aout_output removed,
126     #                     messages are immediately written to stdout instead
127     # 03/08/07 - Marcus - add XOPT="-X $numprocs" for lcfimm
128     # 09/08/07 - Marcus - workaround on lcfimm to propagate environment
129     #                     variables out to the nodes in coupled mode -disabled-
130     # 13/08/07 - Marcus - start local restart jobs per ssh on lcfimm
131     # 28/08/07 - Marcus - completely remove workaround on lcfimm to propagate
132     #                     environment variables out to the nodes in coupled mode
133     # 15/10/07 - Siggi  - Preliminary adjustments for lctit, based on Jin's
134     #                     suggestions
135     # 19/10/07 - Marcus - further adjustments for lctit: add new optional
136     #                     argument -g group_number, admit all sla* node_usage
137     #                     queues
138     # 30/10/07 - Marcus - further adjustments for queues on lctit
139     # 14/02/08 - Bjoern - link of restart files with long file name possible
140     # 28/02/08 - Marcus - If environment variable link_local_output is set to
141     #                     true, mrun tries "ln -f" on local output and resorts
142     #                     to "cp" or "cp -r" on error
143     # 15/04/08 - Siggi  - argument -c introduced to most of the subjob calls,
144     #                     which allows the user to choose his own job catalog
145     #                     by setting job_catalog in the configuration file
146     #                     (default is ~/job_queue),
147     #                     workaround for mpiexec with -env option,
148     #                     adjustments for lcxt4 (Bergen Center for Computational
149     #                     Science)
150     # 22/05/08 - Marcus - If environment variable link_local_input is set to
151     #                     true, mrun tries "ln -f" on local input and resorts
152     #                     to "cp" or "cp -r" on error
153     # 27/05/08 - Siggi  - PATH is set to PALM_BIN everywhere (missing so far)
154     # 14/07/08 - Siggi  - adjustments for lcsgih
155     # 08/08/08 - Marcus - typo removed in lcxt4 branch
156     # 17/09/08 - Siggi  - restart mechanism adjusted for lcsgi
157     # 02/10/08 - BjornM - argument "-Y" modified, adjustments for coupled runs
158     # 21/10/08 - Siggi  - bugfix for the case that -K has more than one
159     #                     argument
160     # 08/11/08 - Siggi  - bugfix for depository path settings in configuration
161     #                     file
162     # 11/11/08 - Siggi  - rules for using user code files changed: user
163     #                     code splitted into one file per subroutine,
164     #                     user can provide his/her own makefile, only
165     #                     default source-code filenames are allowed
166     # 14/11/08 - Siggi  - cond1 and cond2 are part of the depository name
167     # 08/01/09 - Siggi  - mpi module on sgi machines to be used can be set
168     #                     with environment variable mpilib
169     # 13/01/09 - Siggi  - totalview on hice/bice can be used in debug mode
170     #                     using environment variable totalview
171     # 25/02/09 - Siggi  - cputime-option (-t) is allowed to be omitted for
172     #                     interactive runs
173     # 05/03/09 - Siggi  - adjustments for new NEC-SX9 at RIAM (necriam)
174     # 16/03/09 - Siggi  - dvrp_lib, dvrp_inc replaced by dvr_lib, dvr_inc,
175     #                     dvr streaming server is automatically started using
176     #                     new variable dvr_server and a configuration file
177     #                     .dvrserver.config,
178     #                     processing of dvr output files using new script
179     #                     process_dvr_output implemented, in order to make
180     #                     dvr application more user friendly
181     # 20/03/09 - Marcus - update of n1ge command for lctit
182     # 16/04/09 - Siggi  - new option -y for precursor (uncoupled) ocean runs
183     #                     to be followed by a coupled atmosphere-ocean run
184     # 21/04/09 - Siggi  - adjustments for new IBM at DKRZ, which is now ibmh
185     # 24/06/09 - BjornM - adjustments for coupled/precursor runs on ibmy
186     # 08/07/09 - Siggi  - default value for email_notification is none,
187     #                     option -e added to subjob
188     # 19/08/09 - Marcus - MPI debug option
189     # 21/08/09 - Marcus - totalview on hice/bice also available for mvapich2
190     # 25/08/09 - BjornM - adpated for lck
191     # 26/08/09 - Siggi  - additional environment variables for mpt on ice2
192     # 26/08/09 - Marcus - adjustment for ice2 on lcsgib
193     # 29/09/09 - Siggi  - default value for archiving is false, option "-A"
194     #                     switches on archiving, archiving on SGI-ICE enabled
195     # 16/10/09 - Carolin- adjustments for archiving on SGI-ICE of binary files;
196     #                     adjustment for special1q
197     # 18/12/09 - Carolin- modification of archiving (permq)
198     # 01/02/10 - Siggi  - adapted for lcxt5m and lckyoto (Fujitsu HX600)
199     # 03/02/10 - Siggi  - make options (mopts) to be set by configuration file
200     #                     implemented
201     # 08/02/10 - Siggi  - loading of modules now controlled via configuration
202     #                     file (modules)
203     # 02/03/10 - Siggi  - for each block in the configuration file, separate
204     #                     utility programs are used, combine_plot_fields is
205     #                     directly called and must not be given by an output
206     #                     command in the configuration file any more
207     # 15/06/10 - Rieke  - ssh from compute nodes to login nodes on hosts
208     #                     lcsgih/lcsgib is done using the names
209     #                     hicegate0/bicegate0 instead of the IP addresses
210     # 17/08/10 - BjornM - adjustments for interactive runs on lcxt4
211     # 07/09/10 - Siggi  - bugfix for wrong netcdf/3.6.3 module on lcsgi
212     # 08/12/10 - Siggi  - new handling of openmp/hybrid runs, option -O
213     #                     has now argument threads_per_task
214     #                     adjustments for Kyushu Univ. (lcrte, ibmku)
215     # 14/12/10 - Siggi  - adjustments for new Tsubame system at Tokyo
216     #                     institute of technology (lctit)
217     # 23/12/10 - Micha  - different number of processors in ocean and
218     #                     atmosphere is now allowed
219     # 02/02/10 - Siggi  - further adjustments on Tsubame and concerning openMP
220     #                     usage
221     # 09/03/10 - Siggi  - adjustments for ibmkisti, mpt bugfix for netCDF4
222     #                     usage, totalview usage extended
223     # 17/03/11 - Siggi  - adjustments for openmp usage on ibmkisti
224     # 03/04/11 - Micha  - added lckordi
225     # 06/04/11 - BjornM - bugfix for runs with mpt on lcsgi
226     # 17/08/11 - Siggi  - extensions for impi library
227     # 18/08/11 - Siggi  - bugfix for local append of output files with suffix
228     #                     (.nc)
229     # 18/08/11 - Marcus - support for Linux OS with German locale
230     #                   - properly report hosts on general Linux clusters
231     # 29/08/11 - BjornW - adapted for lcflow (ForWind cluster in Oldenburg)
232     # 29/08/11 - Carolin- initiating restart-run: adjustment of the path at
233     #                     IMUK
234     # 15/09/11 - Siggi  - new option -w tp set the maximum number of parallel
235     #                     io streams, option -T is obligatory from now on
236     # 25/01/12 - BjornM - a namelist file check prior to the model run has
237     #                     been implemented (check_namelist_files).
238     #                     New option -z can be used to skip the check
239     # 03/02/12 - BjornM - namelist file check temporary disabled
240     #                     until severel bugs are fixed
241 
242    # VARIABLENVEREINBARUNGEN + DEFAULTWERTE
243
244 set +o allexport    # SICHERHEITSHALBER UNTERBINDEN, DA SONST EVTL. STAGEOUT
245                     # NICHT LAUEFT (TOO MANY ARGUMENTS - PROBLEM)
246 set +o noclobber    # EXISTIERENDE DATEIEN DUERFEN UEBERSCHRIEBEN WERDEN
247
248 AddFilenames=""
249 additional_conditions=""
250 add_source_path=""
251 afname=""
252 archive_save=true
253 archive_system=none
254 check_namelist_files=true
255 compiler_name=""
256 cond1=""
257 cond2="" 
258 config_file=.mrun.config
259 coupled_dist=""
260 coupled_mode="mpi1"
261 cpp_opts=""
262 cpp_options=""
263 cpumax=0
264 cpurest=0
265 delete_temporary_catalog=true
266 do_batch=false
267 do_compile=true
268 do_remote=false
269 do_stagein=true
270 do_stageout=true
271 do_trace=false
272 email_notification="none"
273 exclude=""
274 executable=""
275 execution_error=false
276 fimm=false
277 fname=test
278 fromhost=""
279 global_revision=""
280 group_number=none
281 host=""
282 host_file=""
283 hp=""
284 ignore_archive_error=false
285 input_list=""
286 interpreted_config_file=""
287 job_catalog="~/job_queue"
288 job_on_file=""
289 keep_data_from_previous_run=false
290 link_local_input=false
291 link_local_output=false
292 localhost_realname=$(hostname)
293 local_compile=false
294 local_dvrserver_running=.FALSE.
295 locat=normal
296 mainprog=""
297 makefile=""
298 max_par_io_str=""
299 mc=$0
300 while [[ $(echo $mc | grep -c "/") != 0 ]]
301 do
302    mc=`echo $mc | cut -f2- -d"/"`
303 done
304 module_calls=""
305 mrun_script_name=$mc
306 netcdf_inc=""
307 netcdf_lib=""
308 netcdf_support=false
309 node_usage=default
310 numprocs=""
311 numprocs_atmos=0
312 numprocs_ocean=0
313 OOPT=""
314 openmp=false
315 output_list=""
316 package_list=""
317 punkte="..........................................................."
318 p3d_suffix=""
319 queue=none
320 read_from_config=""
321 restart_run=false
322 if [[ `hostname` = rte10 ]]
323 then
324   return_addres=133.5.185.60
325   echo "+++ WARNING: fixed return_addres = $return_addres is used !!!!!"
326 elif [[ `hostname` = climate0 ]]
327 then
328   return_addres=165.132.26.68
329   echo "+++ WARNING: fixed return_addres = $return_addres is used !!!!!"
330 else
331    return_addres=$(nslookup `hostname` 2>&1 | grep "Address:" | tail -1 | awk '{print $2}')
332 fi
333 return_password=""
334 return_username=$LOGNAME
335 remotecall=false
336 remote_username=""
337 run_coupled_model=false
338 run_mode=""
339 scirocco=false
340 store_on_archive_system=false
341 striche="  ----------------------------------------------------------------------------"
342 silent=false
343 source_list=""
344 source_path=SOURCE
345 tasks_per_node=""
346 threads_per_task=1
347 tmpcreate=false
348 tmp_data_catalog=""
349 transfer_problems=false
350 usern=$LOGNAME
351 use_openmp=false
352 working_directory=`pwd`
353 TOPT=""
354 XOPT=""
355 zeit=$( date | cut -c 12-19 )
356
357 typeset -i  iec=0 iic=0 iin=0 ioc=0 iout=0 memory=0 stagein_anz=0 stageout_anz=0
358 typeset -i  cputime i ii iia iii iio icycle inode ival jobges jobsek maxcycle minuten nodes pes sekunden tp1
359
360 typeset  -R30 calltime
361 typeset  -L20 spalte1
362 typeset  -L40 spalte2
363 typeset  -L60 spalte3
364 typeset  -L35 string1=`date`
365 typeset  -L12 string2=$usern
366 typeset  -L12 string3=$localhost_realname
367 typeset  -L12 string4
368 typeset  -L12 string5
369 typeset  -L30 version="MRUN  2.0 Rev$Rev: 815 $"
370
371
372
373    # EINZELNE VARIABLE FUER HAUPTPROGRAMM EXPORTIEREN
374 export  cpurest fname host localhost return_addres return_username remotecall tasks_per_node
375
376    # FOLGENDE VARIABLEN MUESSEN FUER DIE INTERPRETATION DER KONFIGURATIONSDATEI
377    # EXPORTIERT WERDEN
378 export  afname config_file cpp_opts cpumax do_batch do_trace fname fromhost
379 export  group_number input_list memory numprocs output_list queue run_mode
380
381
382 
383    # FEHLERBEHANDLUNG
384    # BEI EXIT:
385 trap 'rm -rf  $working_directory/tmp_mrun
386       if [[ $locat != localhost ]]
387       then
388#          if [[ ! -f ${mrun_path}/statistik/mrun_statistik ]]
389#          then
390#             cat  >  ${mrun_path}/statistik/mrun_statistik  <<  %STATEND%
391#MRUN-calls on $localhost
392#
393#date and time                      user        localhost   remotehost  termination mrun-command
394#--------------------------------------------------------------------------------------------------------------------
395#%STATEND%
396#             chmod  666  ${mrun_path}/statistik/mrun_statistik
397#          fi
398#
399#             # EINTRAG IN DIE STATISTIK-DATEI
400#          string4=$host
401#          string5=$locat
402#          if [[ "$job_on_file" = ""  &&  $locat != control_c  &&  $locat != user_abort ]]
403#          then
404#             if [[ $do_batch = true ]]
405#             then
406#                printf "$string1$string2$string3$string4$string5$mrun_com \n"  >>  ${mrun_path}/statistik/mrun_statistik
407#             else
408#                printf "$string1$string2$string3$string4$string5$mc \n"  >>  ${mrun_path}/statistik/mrun_statistik
409#             fi
410#          fi
411          echo " " > /dev/null
412       fi
413
414       if [[ $locat != normal  &&  $locat != control_c  &&  $locat != local_compile ]]
415       then
416
417              # EVENTUELLE ERROR-KOMMANDOS ABARBEITEN
418          (( i = 0 ))
419          while (( i < iec ))
420          do
421             (( i = i + 1 ))
422             printf "\n  *** Execution of ERROR-command:\n"
423             printf "  >>> ${err_command[$i]}\n"
424             eval  ${err_command[$i]}
425          done
426          if [[ -n $interpreted_config_file ]]  then
427             rm -rf  $interpreted_config_file
428          fi
429          if [[ -n .mrun_environment ]]  then
430             rm -rf  .mrun_environment
431          fi
432          if [[ $tmpcreate = true ]]
433          then
434             printf "\n  *** Contents of \"$TEMPDIR\":\n"
435             ls -al; cd
436             [[ $delete_temporary_catalog = true ]]  &&  rm -rf $TEMPDIR
437          fi
438          if [[ "$dvrserver_id" != "" ]]
439          then
440             echo "+++ killing dvrserver_id=$dvrserver_id"
441             kill $dvrserver_id
442          fi
443          if [[ -f ~/job_queue/JOBINFO.$QSUB_REQID ]]
444          then
445             rm -rf  ~/job_queue/JOBINFO.$QSUB_REQID
446          fi
447          printf "\n\n+++ MRUN killed \n\n"
448       elif [[ $locat != control_c ]]
449       then
450          printf "\n\n --> all actions finished\n\n"
451          printf "     Bye, bye $usern !!\n\n"
452       fi' exit
453
454
455    # BEI TERMINAL-BREAK:
456 trap 'rm -rf  $working_directory/tmp_mrun
457       rm -rf  $working_directory/tmp_check_namelist_files
458       [[ $tmpcreate = true ]]  &&  (cd; rm -rf $TEMPDIR)
459       if [[ -f ~/job_queue/JOBINFO.$QSUB_REQID ]]
460       then
461          rm -rf  ~/job_queue/JOBINFO.$QSUB_REQID
462       fi
463       if [[ "$dvrserver_id" != "" ]]
464       then
465          echo "+++ killing dvrserver_id=$dvrserver_id"
466          kill $dvrserver_id
467       fi
468       printf "\n+++ MRUN killed by \"^C\" \n\n"
469       locat=control_c
470       exit
471      ' 2
472
473
474    # CHECK IF THE PATH FOR THE PALM BINARIES (SCRIPTS+UTILITY-PROGRAMS) HAS
475    # BEEN SET
476 if [[ "$PALM_BIN" = "" ]]
477 then
478    printf "\n  +++ environment variable PALM_BIN has not been set"
479    printf "\n      please set it to the directory where the PALM scripts are located"
480    locat=palm_bin; exit
481 fi
482 export PATH=$PALM_BIN:$PATH
483
484
485
486    # SHELLSCRIPT-OPTIONEN EINLESEN UND KOMMANDO NEU ZUSAMMENSETZEN, FALLS ES
487    # FUER FOLGEJOBS BENOETIGT WIRD
488 while  getopts  :a:AbBc:Cd:D:Fg:G:h:H:i:IkK:m:M:n:o:O:p:P:q:r:R:s:St:T:u:U:vw:xX:yY:z option
489 do
490   case  $option  in
491       (a)   afname=$OPTARG;;
492       (A)   store_on_archive_system=true; mc="$mc -A";;
493       (b)   do_batch=true; mc="$mc -b";;
494       (B)   delete_temporary_catalog=false; mc="$mc -B";;
495       (c)   config_file=$OPTARG; mc="$mc -c$OPTARG";;
496       (C)   restart_run=true; mc="$mc -C";;
497       (d)   fname=$OPTARG; mc="$mc -d$OPTARG";;
498       (D)   cpp_opts="$cpp_opts $OPTARG"; mc="$mc -D'$OPTARG'";;
499       (F)   job_on_file="-D"; mc="$mc -F";;
500       (g)   group_number=$OPTARG; mc="$mc -g$OPTARG";;
501       (G)   global_revision=$OPTARG; mc="$mc -G'$OPTARG'";;
502       (h)   host=$OPTARG; mc="$mc -h$OPTARG";;
503       (H)   fromhost=$OPTARG; mc="$mc -H$OPTARG";;
504       (i)   input_list=$OPTARG; mc="$mc -i'$OPTARG'";;
505       (I)   ignore_archive_error=true; mc="$mc -I";;
506       (k)   keep_data_from_previous_run=true; mc="$mc -k";;
507       (K)   additional_conditions="$OPTARG"; mc="$mc -K'$OPTARG'";;
508       (m)   memory=$OPTARG; mc="$mc -m$OPTARG";;
509       (M)   makefile=$OPTARG; mc="$mc -M$OPTARG";;
510       (n)   node_usage=$OPTARG; mc="$mc -n$OPTARG";;
511       (o)   output_list=$OPTARG; mc="$mc -o'$OPTARG'";;
512       (O)   use_openmp=true; threads_per_task=$OPTARG; mc="$mc -O$OPTARG";;
513       (p)   package_list=$OPTARG; mc="$mc -p'$OPTARG'";;
514       (P)   return_password=$OPTARG; mc="$mc -P$OPTARG";;
515       (q)   queue=$OPTARG; mc="$mc -q$OPTARG";;
516       (r)   run_mode=$OPTARG; mc="$mc -r'$OPTARG'";;
517       (R)   remotecall=true;return_addres=$OPTARG; mc="$mc -R$OPTARG";;
518       (s)   source_list=$OPTARG; mc="$mc -s'$OPTARG'";;
519       (S)   read_from_config=false; mc="$mc -S";;
520       (t)   cpumax=$OPTARG; mc="$mc -t$OPTARG";;
521       (T)   mrun_tasks_per_node=$OPTARG; mc="$mc -T$OPTARG";;
522       (u)   remote_username=$OPTARG; mc="$mc -u$OPTARG";;
523       (U)   return_username=$OPTARG; mc="$mc -U$OPTARG";;
524       (v)   silent=true; mc="$mc -v";;
525       (w)   max_par_io_str=$OPTARG; mc="$mc -w$OPTARG";;
526       (x)   do_trace=true;set -x; mc="$mc -x";;
527       (X)   numprocs=$OPTARG; mc="$mc -X$OPTARG";;
528       (y)   ocean_file_appendix=true; mc="$mc -y";;
529       (Y)   run_coupled_model=true; coupled_dist=$OPTARG; mc="$mc -Y'$OPTARG'";;
530       (z)   check_namelist_files=false; mc="$mc -z";;
531       (\?)  printf "\n  +++ unknown option $OPTARG \n"
532             printf "\n  --> type \"$0 ?\" for available options \n"
533             locat=parameter;exit;;
534   esac
535 done
536
537
538    # EVTL. POSITIONSPARAMETER EINLESEN
539    # ZUR ZEIT GIBT ES NUR DEN PARAMETER ? (=KURZINFO)
540 shift OPTIND-1
541
542
543    # KURZE AUFRUFBESCHREIBUNG WIRD HIER AUSGEGEBEN
544 if [[ "$1" = "?" ]]
545 then
546   (printf "\n  *** mrun can be called as follows:\n"
547    printf "\n      $mrun_script_name  -b -c.. -d.. -D.. -f.. -F -h.. -i.. -I -K.. -m.. -o.. -p.. -r.. -R -s.. -t.. -T.. -v -x -X.. -y -Y.. <modus>\n"
548    printf "\n      Description of available options:\n"
549    printf "\n      Option  Description                              Default-Value"
550    printf "\n        -a    base name of input files                 equiv. -d"
551    printf "\n        -A    archiving when using file-attribute fl"
552    printf "\n        -b    batch-job on local machine               ---"
553    printf "\n        -B    do not delete temporary directory at end ---"
554    printf "\n        -c    configuration file                       .mrun.config"
555    printf "\n        -d    base name of files attached to program   test"
556    printf "\n        -D    preprocessor(cpp)-directives             \"\" "
557    printf "\n        -F    create remote job file only              ---"
558    printf "\n        -h    execution host                           $localhost_realname"
559    printf "\n        -i    INPUT control list                       \"\" "
560    printf "\n        -I    archiving errors of previous batch-jobs"
561    printf "\n              will be ignored"
562    printf "\n        -k    keep data from previous run"
563    printf "\n        -K    additional conditions for controling"
564    printf "\n              usage of conditional code and"
565    printf "\n              env-variables in configuration file      \"\" "
566    printf "\n        -m    memory demand in MB (batch-jobs)         0 MB"
567    printf "\n        -M    Makefile name                            Makefile"
568    printf "\n        -n    node usage (shared/not_shared)           depending on -h"
569    printf "\n        -o    OUTPUT control list                      \"\" "
570    printf "\n        -O    use OpenMP                               ---"
571    printf "\n        -p    software package list                    \"\" "
572    printf "\n        -q    queue                                    \"$queue\" "
573    printf "\n        -r    run control list (combines -i -o)        \"\" "
574    printf "\n        -s    filenames of routines to be compiled     \"\" "
575    printf "\n              must end with .f, .f90, .F, or .c !"
576    printf "\n              use \"..\" for more than one file and wildcards"
577    printf "\n              -s TEST compiles all files with w-permit"
578    printf "\n        -S    config file interpreted by shellscript   ---"
579    printf "\n        -t    allowed cpu-time in seconds (batch)      0"
580    printf "\n        -T    tasks per node                           depending on -h"
581    printf "\n        -u    username on remote machine               \"\" "
582    printf "\n        -v    no prompt for confirmation               ---"
583    printf "\n        -w    maximum parallel io streams              as given by -X"
584    printf "\n        -x    tracing of mrun for debug purposes       ---"
585    printf "\n        -X    # of processors (on parallel machines)   1"
586    printf "\n        -y    add appendix \"_O\" to all local output"
587    printf "\n              files (ocean precursor runs followed by"
588    printf "\n              coupled atmosphere-ocean runs)           ---"
589    printf "\n        -Y    run coupled model, \"#1 #2\" with" 
590    printf "\n              #1 atmosphere and #2 ocean processors    \"#/2 #/2\" depending on -X"
591    printf "\n "
592    printf "\n      Possible values of positional parameter <modus>:"
593    printf "\n        \"?\"       -  this outline \n\n") | more
594    exit
595 elif [[ "$1" != "" ]]
596 then
597    printf "\n  +++ positional parameter $1 unknown \n"
598    locat=parameter; exit
599 fi
600
601
602
603    # KURZE STARTMELDUNG
604 printf "\n*** $version "
605 printf "\n    will be executed.     Please wait ..."
606
607
608
609    # PRUEFEN, OB KONFIGURATIONS-DATEI VORHANDEN
610 if [[ ! -f $config_file ]]
611 then
612    printf "\n\n  +++ configuration file: "
613    printf "\n           $config_file"
614    printf "\n      does not exist"
615    locat=connect; exit 
616 fi
617
618
619    # HOST-IDENTIFIER (local_host) AUS KONFIGURATIONSDATEI BESTIMMEN
620 line=""
621 grep  "%host_identifier"  $config_file  >  tmp_mrun
622 while read line
623 do
624    if [[ "$line" != ""  &&  $(echo $line | cut -c1) != "#" ]]
625    then
626       HOSTNAME=`echo $line | cut -d" " -s -f2`
627       host_identifier=`echo $line | cut -d" " -s -f3`
628       if [[ $localhost_realname = $HOSTNAME ]]
629       then
630          localhost=$host_identifier
631          break
632       fi
633    fi
634 done < tmp_mrun
635
636 if [[ "$localhost" = "" ]]
637 then
638    printf "\n\n  +++ no host identifier found in configuration file \"$config_file\""
639    printf "\n      for local host \"$localhost_realname\"."
640    printf "\n      Please add line"
641    printf "\n      \"\%host_identifier $localhost_realname <identifier>\""
642    printf "\n      to the configuration file."
643    locat=localhost; exit
644 fi
645
646
647    # HOSTSPEZIFISCHE VARIABLEN SETZEN
648 case  $localhost_realname  in
649     (r1*|r2*|h01*|b01*)     archive_system=tivoli;;
650     (cs*)                   archive_system=ut;;
651     (fimm.bccs.uib.no)      fimm=true;;
652     (gate|n-sx)             PATH=$PALM_BIN:$PATH:/usr/bin/nqsII;;
653     (scirocco)              scirocco=true;;
654 esac
655
656
657 
658    # BASISNAME DER INPUT-DATEIEN GLEICH ALLGEMEINEM BASISNAMEN SETZEN,
659    # WENN NICHT VOM BENUTZER ANDERS BESTIMMT
660 [[ "$afname" = "" ]]  &&  afname=$fname
661
662
663    # EVTL. RUN-MODUS DEN I/O-LISTEN HINZUFUEGEN
664 if [[ "$run_mode" != "" ]]
665 then
666    input_list="$input_list $run_mode"
667    output_list="$output_list $run_mode"
668 fi
669
670
671    # RECHNERNAMEN ABSPEICHERN, VON DEM AUS JOB GESTARTET WIRD,
672    # ALLERDINGS NUR DANN, WENN NICHT PER OPTION -H BEREITS EIN WERT
673    # ZUGEWIESEN WURDE (MRUN MACHT DIES IMMER, WENN ES SELBST BATCH-JOBS
674    # STARTET)
675 if [[ "$fromhost" = "" ]]
676 then
677    fromhost=$localhost
678 fi
679
680
681     # PRUEFEN, OB MRUN NUR TESTWEISE AUF DER LOKALEN MASCHINE KOMPILIEREN SOLL
682 if [[ "$source_list" = LOCAL_COMPILE_TEST ]]
683 then
684    source_list=TEST
685    local_compile=true
686    host=$localhost
687 fi
688   
689
690    # PRUEFEN, OB AUF REMOTE-MASCHINE GERECHNET WERDEN SOLL
691    # WERT VON do_remote WIRD FUER DATEIVERBINDUNGEN BENOETIGT.
692    # WENN AUF REMOTE-MASCHINE GERECHNET WIRD, IST GLEICHZEITIG KLAR,
693    # DASS EIN BATCH-JOB GESTARTET WERDEN MUSS
694 if [[ -n $host  &&  "$host" != $localhost ]]
695 then
696    do_batch=true
697    do_remote=true
698    case  $host  in
699        (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|nech|necriam|lckyoto|lcsgib|lcsgih|unics|lcxt4|lcxt5m|lck|lckordi)  true;;
700        (*)  printf "\n"
701             printf "\n  +++ sorry: execution of batch jobs on remote host \"$host\""
702             printf "\n      is not available"
703             locat=nqs; (( iec = 0 )); exit;;
704    esac
705 else
706    host=$localhost
707 fi
708
709
710     # ZUSATZBEDINGUNGEN (OPTION -K) AUSWERTEN
711 if [[ -n $additional_conditions ]]
712 then
713#    echo $additional_conditions | cut -d" " -f1-3 | read  cond1  cond2  dummy
714    cond1=`echo $additional_conditions | cut -d" " -f1`
715    cond2=`echo $additional_conditions | cut -d" " -s -f2`
716    dummy=`echo $additional_conditions | cut -d" " -s -f3`
717    if [[ -n $dummy ]]
718    then
719       printf "\n  +++ more than 2 additional conditions given for Option \"-K\""
720       locat=options; exit
721    fi
722    block=_$cond1
723    [[ -n $cond2 ]]  &&  block=${block}_$cond2
724 fi
725
726
727      # KOPPLUNGSEIGENSCHAFTEN (-Y) AUSWERTEN UND coupled_mode BESTIMMEN
728 if [[ $run_coupled_model = true ]] 
729 then
730
731    if  [[ -n $coupled_dist ]]
732    then
733
734       numprocs_atmos=`echo $coupled_dist | cut -d" " -s -f1`
735       numprocs_ocean=`echo $coupled_dist | cut -d" " -s -f2`
736
737       if (( $numprocs_ocean + $numprocs_atmos != $numprocs ))
738       then
739
740          printf "\n  +++ number of processors does not fit to specification by \"-Y\"."
741          printf "\n      PEs (total)     : $numprocs"
742          printf "\n      PEs (atmosphere): $numprocs_atmos"
743          printf "\n      PEs (ocean)     : $numprocs_ocean"
744          locat=coupling; exit
745
746       fi
747
748    else
749
750       (( numprocs_ocean = $numprocs / 2 ))
751       (( numprocs_atmos = $numprocs / 2 ))
752
753    fi
754    coupled_dist=`echo "$numprocs_atmos $numprocs_ocean"`
755
756       # GET coupled_mode FROM THE CONFIG FILE
757    line=""
758    grep  "%cpp_options.*-D__mpi2.*$host" $config_file  >  tmp_mrun
759    while read line
760    do
761       if [[ "$line" != ""  &&  $(echo $line | cut -c1) != "#" &&  ( $(echo $line | cut -d" " -s -f4) = $cond1 || $(echo $line | cut -d" " -s -f4)  = $cond2 ) ]]
762       then
763          coupled_mode="mpi2"
764       fi
765    done < tmp_mrun
766
767 fi
768
769
770    # PRUEFEN, OB EVTL. BEI VORHERGEHENDEM LAUF (KETTENJOB) EINE
771    # ARCHIVIERUNG FEHLGESCHLAGEN IST
772 if [[ -f ~/job_queue/ARCHIVE_ERROR_$fname ]]
773 then
774    if [[ $ignore_archive_error = false ]]
775    then
776       printf "\n  +++ data archiving of previous run failed"
777       printf "\n      see directory \~/job_queue on remote machine"
778       locat=archive; exit
779    else
780       printf "\n  +++ warning: data archiving in a previous run failed"
781       printf "\n      MRUN continues, trying to get backup copy"
782    fi
783 fi
784
785
786
787    # LESEN UND INTERPRETIEREN DER KONFIGURATIONS-DATEI VOM SHELLSCRIPT AUS
788    # VORUEBERGEHEND ZWINGEND AUF LINUX-RECHNERN
789 if [[ "$read_from_config" = false ]]
790 then
791
792    [[ $silent = false ]]  &&  printf "\n    Reading the configuration file... "
793    while  read zeile
794    do
795        [[ $silent = false ]]  &&  printf "."
796
797
798          # ZUERST EVENTUELL VORKOMMENDE ENVIRONMENT-VARIABLEN DURCH IHRE WERTE
799          # ERSETZEN
800       eval  zeile=\"$zeile\"
801
802
803          # INTERPRETATION DER ZEILE
804       if [[ "$(echo $zeile)" = "" ]]
805       then
806             # LEERZEILE, KEINE AKTION
807          continue
808
809       elif [[ "$(echo $zeile | cut -c1)"  =  "#" ]]
810       then
811
812             # ZEILE IST KOMMENTARZEILE
813          true
814
815       elif [[ "$(echo $zeile | cut -c1)"  =  "%" ]]
816       then
817
818             # ZEILE DEFINIERT ENVIRONMENT-VARIABLE
819          zeile=$(echo $zeile | cut -c2-)
820#          echo $zeile | cut -d" " -f1-5 | read  var  value  for_host  for_cond1  for_cond2
821          var=`echo $zeile | cut -d" " -f1`
822          value=`echo $zeile | cut -d" " -s -f2`
823          for_host=`echo $zeile | cut -d" " -s -f3`
824          for_cond1=`echo $zeile | cut -d" " -s -f4`
825          for_cond2=`echo $zeile | cut -d" " -s -f5`
826
827          if [[ "$for_host" = ""  ||  ( "$for_host" = $host  &&  "$for_cond1" = "$cond1"  &&  "$for_cond2" = "$cond2" )  ||  $(echo "$input_list$output_list"|grep -c "$for_host") != 0 ]]
828          then
829
830                # BEI COMPILER- CPP- ODER LINKEROPTIONEN EVTL ":" DURCH " "
831                # ERSETZEN. "::" WIRD DURCH ":" ERSETZT.
832             value=`echo $value | sed 's/::/%DUM%/g' | sed 's/:/ /g' | sed 's/%DUM%/:/g'`
833
834
835                # ENVIRONMENT-VARIABLE WIRD WERT AUS KONFIGURATIONSDATEI
836                # ZUGEWIESEN, WENN SIE SELBST NOCH KEINEN WERT UEBER DIE
837                # ENTSPRECHENDE SCRIPT-OPTION ERHALTEN HAT. SOLCHE
838                # VARIABLEN HAETTEN DANN DEN WERT "" ODER IM INTEGER-FALL DEN
839                # WERT 0.  ALLGEMEINE REGEL ALSO: SCRIPT-OPTION GEHT UEBER
840                # KONFIGURATIONSDATEI
841             if [[ "$(eval echo \$$var)" = ""  ||  "$(eval echo \$$var)" = "0" ]]
842             then
843                eval  $var=\$value
844
845                   # EVTL. BILDSCHIRMAUSGABEN DER ENVIRONMENT-VARIABLEN
846                if [[ $do_trace = true ]]
847                then
848                   printf "\n*** ENVIRONMENT-VARIABLE $var = $value"
849                fi
850             fi
851
852                # WENN ENVIRONMENT-VARIABLE HOST VEREINBART, DANN SOFORT AUSWERTEN
853                # WERT VON do-remote WIRD BEI DATEIVERBINDUNGEN BENOETIGT
854                # WENN AUF REMOTE-MASCHINE GERECHNET WIRD, IST GLEICHZEITIG KLAR,
855                # DASS EIN BATCH-JOB GESTARTET WERDEN MUSS
856             if [[ $var = host ]]
857             then
858                if [[ -n $host  &&  "$host" != $localhost ]]
859                then
860                   do_batch=true
861                   do_remote=true
862                   case  $host  in
863                       (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|lckyoto|lcsgib|lcsgih|nech|necriam|unics|lcxt4|lcxt5m|lck|lckordi)  true;;
864                       (*)  printf "\n  +++ sorry: execution of batch jobs on remote host \"$host\""
865                            printf "\n      is not available"
866                            locat=nqs; exit;;
867                   esac
868                else
869                   host=$localhost
870                fi
871             fi
872
873                # VOM BENUTZER DEFINIERTE ENVIRONMENT VARIABLEN MUESSEN PRINZIPIELL
874                # EXPORTIERT WERDEN, DA SIE VIELLEICHT IN WEITER UNTEN AUFZURUFEN-
875                # DEN PROGRAMMEN BENOETIGT WERDEN
876             export  $var
877          fi
878
879
880
881
882       elif [[ "$(echo $zeile | cut -c1-3)" = "EC:" ]]
883       then
884
885             # ZEILE DEFINIERT ERROR-KOMMANDO
886          (( iec = iec + 1 ))
887          zeile=$(echo $zeile | cut -c4-)
888          err_command[$iec]="$zeile"
889
890       elif [[ "$(echo $zeile | cut -c1-3)" = "IC:" ]]
891       then
892
893             # ZEILE DEFINIERT INPUT-KOMMANDO
894          (( iic = iic + 1 ))
895          zeile=$(echo $zeile | cut -c4-)
896          in_command[$iic]="$zeile"
897
898       elif [[ "$(echo $zeile | cut -c1-3)" = "OC:" ]]
899       then
900
901             # ZEILE DEFINIERT OUTPUT-KOMMANDO
902          (( ioc = ioc + 1 ))
903          zeile=$(echo $zeile | cut -c4-)
904          out_command[$ioc]="$zeile"
905
906       else
907
908             # ZEILE DEFINIERT DATEIVERBINDUNG. EINLESEN DER DATEIEIGENSCHAFTEN
909             # s2a: in/out - Feld
910             # s2b: loc    - Feld (optional)
911             # s2c: tr/ar  - Feld (optional)
912#          echo $zeile | cut -d" " -f1-2 | read  s1  s2
913          s1=`echo $zeile | cut -d" " -f1`
914          s2=`echo $zeile | cut -d" " -s -f2`
915          s2a=$(echo $s2 | cut -d":" -f1)
916          if [[ $(echo $s2 | grep -c ":") = 0 ]]
917          then
918             s2b=""
919             s2c=""
920          else
921#             echo $s2 | cut -d":" -f2-3 | sed 's/:/ /g' | read  s2b  s2c
922             s2b=`echo $s2 | cut -d":" -f2 | sed 's/:/ /g'`
923             s2c=`echo $s2 | cut -d":" -s -f3 | sed 's/:/ /g'`
924          fi
925#          echo $zeile | cut -d" " -f3-6 | read  s3  s4  s5  s6
926          s3=`echo $zeile | cut -d" " -f3`
927          s4=`echo $zeile | cut -d" " -s -f4`
928          s5=`echo $zeile | cut -d" " -s -f5`
929          s6=`echo $zeile | cut -d" " -s -f6`
930
931       
932             # ABSPEICHERN DER DATEIVERBINDUNG, FALLS IN INPUT- ODER OUTPUT-LIST
933             # VERMERKT. VARIABLE S3 KANN AUCH LISTE ENTHALTEN (FELDTRENNER ":")
934             # DATEIVERBINDUNG WIRD DANN NICHT ABGESPEICHERT UND GEPRUEFT, WENN
935             # PROGRAMMLAUF AUF REMOTE-MASCHINE ERFOLGT UND DATEI NUR LOKAL VOR-
936             # HANDEN SEIN MUSS (D.H. s2b = loc)
937          IFSALT="$IFS"; IFS="$IFS:"
938          if [[ "$s2a" = in  &&  ! ( $do_remote = true  &&  ( "$s2b" = loc  ||  "$s2b" = locopt ) ) ]]
939          then
940             found=false
941             for  actual  in  $input_list
942             do
943                for  formal  in  $s3
944                do
945                   [[ $actual = $formal  ||  "$formal" = "-" ]]  &&  found=true
946                done
947             done
948             if [[ $found = true ]]
949             then
950                (( iin = iin + 1 ))
951                localin[$iin]=$s1; transin[$iin]=$s2b; actionin[$iin]=$s2c;
952                typein[$iin]=$s3; pathin[$iin]=$s4; endin[$iin]=$s5;
953                extin[$iin]=$s6
954             fi
955          elif [[ "$s2a" = out  &&  ! ( $do_remote = true  &&  "$s2b" = loc ) ]]
956          then
957             found=false
958             for  actual  in  $output_list
959             do
960                for  formal  in  $s3 
961                do
962                   [[ $actual = $formal  ||  "$formal" = "-"  ]]  &&  found=true
963                done
964             done
965             if [[ $found = true ]]
966             then
967                (( iout = iout + 1 ))
968                localout[$iout]=$s1; actionout[$iout]=$s2c; typeout[$iout]=$s3;
969                pathout[$iout]=$s4; endout[$iout]=$s5; extout[$iout]=$s6
970             fi
971          elif [[ "$s2a" != in  &&  "$s2a" != out ]]
972          then
973             printf "\n  +++ I/O-attribute in configuration file $config_file has the invalid"
974             printf "\n      value \"$s2\". Only \"in\" and \"out\" are allowed!"
975             locat=connect; exit
976          fi
977          IFS="$IFSALT"
978       fi
979    done < $config_file
980
981 else
982
983
984       # INTERPRETATION DER KONFIGURATIONSDATEI MITTELS FORTRAN 90 - PROGRAMM
985    [[ $silent = false ]]  &&  printf "..."
986    export  cond1 cond2 config_file do_remote do_trace input_list localhost output_list
987    export  interpreted_config_file=.icf.$RANDOM
988
989
990
991       # ENVIRONMENT-VARIABLEN FUER INTERPRET_CONFIG UEBER NAMELIST_DATEI ZUR
992       # VERFUEGUNG STELLEN
993    cat  >  .mrun_environment  <<  %%END%%
994 &mrun_environment  cond1 = '$cond1', cond2 = '$cond2',
995                    config_file = '$config_file', do_remote = '$do_remote',
996                    do_trace = '$do_trace', host = '$host',
997                    input_list = '$input_list', icf = '$interpreted_config_file',
998                    localhost = '$localhost', output_list = '$output_list' /
999
1000%%END%%
1001
1002       # WERTE VON MRUN-OPTIONEN SICHERN UND DAMIT GEGEBENENFALLS SPAETER DIE
1003       # IN DER KONFIGURAIONSDATEI ANGEGEBENEN WERTE UEBERSTEUERN
1004    mrun_memory=$memory
1005    mrun_group_number=$group_number
1006    mrun_cpumax=$cpumax
1007    mrun_numprocs=$numprocs
1008
1009    if [[ $localhost_realname = "sx-fep" ]]
1010    then
1011       /home/COAR/NC/raasch/pub/interpret_config_necriam.x
1012    else
1013
1014       if [[ "$host" != $localhost ]]
1015       then
1016
1017             # REMOTE JOB FROM LOCAL HOST: JUST TAKE THE FIRST EXECUTABLE FOUND
1018          interpret_config_executable=`ls -1 ${PALM_BIN}/interpret_config*.x 2>/dev/null`
1019          if [[ $? != 0 ]]
1020          then
1021             printf "\n\n  +++ no interpret_config found"
1022             printf "\n      run \"mbuild -u -h ...\" to generate utilities for this host"
1023             locat=interpret_config; exit
1024          fi
1025          interpret_config_executable=`echo $interpret_config_executable | cut -d" " -f1`
1026          $interpret_config_executable
1027
1028       else
1029
1030             # CHECK, IF THERE IS AN EXECUTABLE FOR THE BLOCK
1031          if [[ ! -f ${PALM_BIN}/interpret_config${block}.x ]]
1032          then
1033             printf "\n\n  +++ no interpret_config found for given block \"$cond1 $cond2\""
1034             printf "\n      run \"mbuild -u -h ...\" to generate utilities for this block"
1035             locat=interpret_config; exit
1036          else
1037             interpret_config${block}.x
1038          fi
1039
1040       fi
1041    fi
1042    rm .mrun_environment
1043
1044
1045       # AUSFUEHRUNG DER GENERIERTEN SHELL-KOMMANDOS IN DIESER SHELL
1046    chmod  u+x  $interpreted_config_file
1047    export PATH=$PATH:.
1048    . $interpreted_config_file
1049    rm  $interpreted_config_file
1050
1051
1052       # OPTIONSWERTE UEBERSTEUERN KONFIGURATIONSDATEI
1053    [[ $mrun_memory     != 0   ]]  &&  memory=$mrun_memory
1054    [[ "$mrun_group_number" != "none" ]]  &&  group_number=$mrun_group_number
1055    [[ $mrun_cpumax     != 0   ]]  &&  cpumax=$mrun_cpumax
1056    [[ "$mrun_numprocs" != ""  ]]  &&  numprocs=$mrun_numprocs
1057    [[ "$max_par_io_str" != "" ]]  &&  maximum_parallel_io_streams=$max_par_io_str
1058    [[ "$mrun_tasks_per_node" != "" ]]  &&  tasks_per_node=$mrun_tasks_per_node
1059
1060 fi
1061
1062
1063    # QUELLTEXTVERZEICHNIS AUF LOKALER MASCHINE AUS KONFIGURATIONSDATEI
1064    # BESTIMMEN (WUERDE SONST EVTL. DAS VERZEICHNIS DES JEWEILS UNTER -h
1065    # ANGEGEBENEN REMOTE-RECHNERS SEIN)
1066    # BEI BATCH-JOBS SIND DIE ZU UEBERSETZENDEN PROGRAMMTEILE SCHON KOMPLETT
1067 if [[ "$SOURCES_COMPLETE" = "" ]]
1068 then
1069
1070       # ZUERST PRUEFEN, OB EIN GLOBALER QUELLTEXTPFAD FUER ALLE RECHNER
1071       # VEREINBART WURDE
1072    source_path=""
1073    line=""
1074    grep "%source_path" $config_file  >  tmp_mrun
1075    while read line
1076    do
1077       if [[ "$line" != ""  &&  $(echo $line | cut -c1) != "#" ]]
1078       then
1079          if [[ "$(echo $line | cut -d" " -f3)" = "" ]]
1080          then
1081             global_source_path=`echo $line | cut -d" " -f2`
1082          fi
1083       fi
1084    done  <  tmp_mrun
1085
1086    line=""
1087    found=false
1088    grep  " $localhost" $config_file | grep "%source_path"  >  tmp_mrun
1089    while read line
1090    do
1091       if [[ "$line" != ""  &&  $(echo $line | cut -c1) != "#" ]]
1092       then
1093          if [[ $found = true ]]
1094          then
1095             printf "\n\n  +++ more than one source path found in configuration file"
1096             printf "\n      for local host \"$localhost\" "
1097             locat=source_path; exit
1098          fi
1099          source_path=`echo $line | cut -d" " -f2`
1100          found=true
1101       fi
1102    done  <  tmp_mrun
1103    rm  tmp_mrun
1104
1105    if [[ "$source_path" = "" ]]
1106    then
1107       if [[ "$global_source_path" != "" ]]
1108       then
1109          source_path=$global_source_path
1110       else
1111          printf "\n\n  +++ no source path found in configuration file"
1112          printf "\n      for local host \"$localhost\" "
1113          locat=source_path; exit
1114       fi
1115    fi
1116    eval source_path=$source_path
1117
1118    if [[ ! -d $source_path ]]
1119    then
1120       printf "\n\n  +++ source path \"$source_path\" on local host"
1121       printf "\n      \"$localhost\" does not exist"
1122       locat=source_path; exit
1123    fi
1124
1125 fi
1126
1127
1128    # GLOBALE REVISIONSNUMMER ERMITTELN (FORTSETZUNGSLAEUFEN WIRD DIESE
1129    # DURCH OPTION -G MITGETEILT)
1130 if [[ "$global_revision" = ""   &&  $host != "ibmkisti" ]]
1131 then
1132    global_revision=`svnversion $source_path  2>/dev/null`
1133    global_revision="Rev: $global_revision"
1134 fi
1135
1136
1137    # NOCHMAL PRUEFEN, OB AUF REMOTE-MASCHINE GERECHNET WERDEN SOLL
1138    # (HOST KANN IN KONFIGURATIONSDATEI ANDERS FESTGELEGT WORDEN SEIN)
1139    # WERT VON do_remote WIRD FUER DATEIVERBINDUNGEN BENOETIGT.
1140    # WENN AUF REMOTE-MASCHINE GERECHNET WIRD, IST GLEICHZEITIG KLAR,
1141    # DASS EIN BATCH-JOB GESTARTET WERDEN MUSS
1142 if [[ -n $host  &&  "$host" != $localhost ]]
1143 then
1144    do_batch=true
1145    do_remote=true
1146    case  $host  in
1147        (ibm|ibmh|ibmkisti|ibmku|ibms|ibmy|lckyoto|lcsgib|lcsgih|nech|necriam|unics|lcxt4|lcxt5m|lck|lckordi)  true;;
1148        (*)  printf "\n"
1149             printf "\n  +++ sorry: execution of batch jobs on remote host \"$host\""
1150             printf "\n      is not available"
1151             locat=nqs; (( iec = 0 )); exit;;
1152    esac
1153 else
1154    host=$localhost
1155 fi
1156
1157
1158    # PRUEFUNG EINIGER PROZESSORZAHLANGABEN BEI RECHNUNGEN AUF PARALLELRECHNERN
1159 if [[ "$cond1" = parallel  ||  "$cond2" = parallel ]]
1160 then
1161
1162       # PRUEFEN, OB DIE ANZAHL DER ZU VERWENDENDEN PES ANGEGEBEN WURDE
1163    if [[ ! -n $numprocs ]]
1164    then
1165       printf "\n"
1166       printf "\n  +++ option \"-K parallel\" requires additional specification"
1167       printf "\n      of the number of processors to be used by"
1168       printf "\n      mrun-option \"-X\" or by environment-variable"
1169       printf "\n      \"numprocs\" in the configuration file"
1170       locat=numprocs; (( iec = 0 )); exit
1171    fi
1172
1173       # PRUEFEN, OB DIE PROZESSORANZAHL PRO KNOTEN ANGEGEBEN WURDE (GGF.
1174       # DEFAULT-WERT SETZEN) UND OB SIE EIN GANZZAHLIGER TEILER DER
1175       # GESAMTPROZESSORANZAHL IST
1176    if [[ "$tasks_per_node" = ""  ]]
1177    then
1178       printf "\n"
1179       printf "\n  +++ option \"-T\" (tasks per node) is missing"
1180       printf "\n      set -T option or define tasks_per_node in the config file"
1181       locat=tasks_per_node; (( iec = 0 )); exit
1182    fi
1183    (( ival = $tasks_per_node ))
1184    (( pes = numprocs ))
1185#       if [[ $(echo $package_list | grep -c dvrp_graphics+1PE) = 1 ]]
1186#       then
1187#          (( pes = pes - 1 ))
1188#       fi
1189    (( ii = pes / ival ))
1190    if (( pes - ii * ival > 0 ))
1191    then
1192       printf "\n"
1193       printf "\n  +++ tasks per node (option \"-T\") must be an integral"
1194       printf "\n      divisor of the total number of processors (option \"-X\")"
1195       printf "\n      values of this mrun-call: \"-T $tasks_per_node\" \"-X $numprocs\""
1196       locat=tasks_per_node; (( iec = 0 )); exit
1197    fi
1198
1199
1200       # IBMY HAT NUR EINEN KNOTEN
1201    if [[ $host = ibmy ]]
1202    then
1203       if [[ "$tasks_per_node" != ""  &&  "$tasks_per_node" != "$numprocs" ]]
1204       then
1205          printf "\n"
1206          printf "\n  +++ on ibmy, tasks per node (option \"-T\") must be equal to the"
1207          printf "\n      total number of processors (option \"-X\")"
1208          printf "\n      values of this mrun-call: \"-T $tasks_per_node\" \"-X $numprocs\""
1209          locat=tasks_per_node; (( iec = 0 )); exit
1210       fi
1211    fi
1212
1213
1214       # SETTINGS FOR SUBJOB-COMMAND
1215    TOPT="-T $tasks_per_node"
1216    OOPT="-O $threads_per_task"
1217
1218       # GESAMTZAHL DER KNOTEN BESTIMMEN
1219    if [[ "$tasks_per_node" != "" ]]
1220    then
1221       (( nodes = numprocs / ( tasks_per_node * threads_per_task ) ))
1222    fi
1223
1224       # PRUEFEN, OB NODE USAGE EINEN ERLAUBTEN WERT HAT BZW. DEN DEFAULT
1225       # SETZEN
1226    if [[ $node_usage = default ]]
1227    then
1228       if [[ $host = ibms ]]
1229       then
1230          node_usage=shared
1231       elif [[ $(echo $host | cut -c1-5) = lcsgi ]]
1232       then
1233          node_usage=singlejob
1234       else
1235          node_usage=not_shared
1236       fi
1237    fi
1238
1239    if [[ $node_usage != shared  &&  $node_usage != not_shared  &&  $node_usage != singlejob  &&  "$(echo $node_usage | cut -c1-3)" != "sla" ]]
1240    then
1241       printf "\n"
1242       printf "\n  +++ node usage (option \"-n\") is only allowed to be set"
1243       printf "\n      \"shared\" or \"not_shared\""
1244       locat=tasks_per_node; (( iec = 0 )); exit
1245    fi
1246
1247 fi
1248
1249    # PRUEFEN, OB HOSTFILE EXISTIERT
1250 if [[ -n $hostfile ]]
1251 then
1252    if [[ ! -f $hostfile ]]
1253    then
1254       printf "\n"
1255       printf "\n  +++ hostfile \"$hostfile\" does not exist"
1256       locat=hostfile; exit
1257    fi
1258 fi
1259
1260    # PRUEFEN, OB RHOSTS DATEI EXISTIERT. GEGEBENENFALLS ANLEGEN BZW. ERWEITERN
1261 if [[ $host = ibmy  &&  $do_remote = false ]]
1262 then
1263    if [[ ! -f $HOME/.rhosts ]]
1264    then
1265       echo  "gfdl5.yonsei.ac.kr"  >  $HOME/.rhosts
1266       printf "\n\n  *** file:"
1267       printf "\n           $HOME/.rhosts"
1268       printf "\n      was created\n"
1269    fi
1270    if [[ $(grep -c gfdl5.yonsei.ac.kr $HOME/.rhosts) = 0 ]]
1271    then
1272       echo  "gfdl5.yonsei.ac.kr"  >>  $HOME/.rhosts
1273       printf "\n\n  *** file:"
1274       printf "\n           $HOME/.rhosts"
1275       printf "\n      was extended by the name of the current host\n"
1276    fi
1277 fi
1278
1279
1280    # Set default value for the maximum number of parallel io streams
1281 if [[ "$maximum_parallel_io_streams" = "" ]]
1282 then
1283    maximum_parallel_io_streams=$numprocs
1284 fi
1285
1286
1287    # FALLS NICHT VORGEGEBEN, DEFAULT-QUEUE AUF DER ZIELMASCHINE FESTLEGEN
1288 if [[ $queue = none ]]
1289 then
1290    case  $host  in
1291        (ibmh)       queue=no_class;;
1292        (ibmkisti)   queue=class.32plus;;
1293        (ibmy)       queue=parallel;;
1294        (lckyoto)    queue=ph;;
1295        (lcsgib)     queue=bigq;;
1296        (lcsgih)     queue=bigq;;
1297        (lctit)      queue=S;;
1298        (nech)       queue=none;;
1299        (necriam)    queue=SP;;
1300        (unics)      queue=unics;;
1301    esac
1302 fi
1303
1304
1305    # VOLLSTAENDIGE DATEINAMEN DER INPUT-FILES BILDEN,
1306    # INPUT-DATEIEN AUF VORHANDENSEIN PRUEFEN UND EVTL. HOECHSTE ZYKLUSNUMMER
1307    # ERMITTELN
1308 (( i = 0 ))
1309 while (( i < iin ))
1310 do
1311    (( i = i + 1 ))
1312    (( maxcycle = 0 ))
1313
1314       # NAMENSBILDUNG (EVTL. IST FESTER DATEINAME VORGEGEBEN)
1315    if [[ "${actionin[$i]}" = di ]]
1316    then
1317       remotepathin[$i]=${pathin[$i]}/${endin[$i]}  # REMOTE-PFAD ERST AUF
1318                                                    # REM-MASCHINE AUSWERTEN
1319       eval filename=${pathin[$i]}/${endin[$i]}
1320    else
1321       remotepathin[$i]=${pathin[$i]}/${afname}${endin[$i]}  # REMOTE-PFAD ERST AUF
1322                                                             # REM-MASCHINE AUSWERTEN
1323       eval filename=${pathin[$i]}/${afname}${endin[$i]}
1324    fi
1325
1326       # PRUEFEN AUF VORHANDENSEIN
1327    if [[ $(ls $filename* 2>&1 | grep -c "not found") = 1  || \
1328          $(ls $filename* 2>&1 | grep -c "nicht gefunden") = 1  || \
1329          $(ls $filename* 2>&1 | grep -c "No such file") = 1  || \
1330          $(ls $filename* 2>&1 | grep -c "does not exist") = 1 ]]
1331    then
1332          # DATEIEN MIT EXTENSION (Z.B. NC) MUESSEN NICHT ZWINGEND VORHANDEN
1333          # SEIN, DESHALB IN SOLCHEN FAELLEN KEIN ABBRUCH. DIES IST NUR EINE
1334          # VORUEBERGEHENDE LOESUNG (OKT 05). NICHT ZWINGEND BENOETIGTE
1335          # EINGABEDATEIEN SOLLTEN EINE SPEZIELLE OPTION IN DER DATEI-
1336          # VERBINDUNGSANWEISUNG BEKOMMEN (Z.B. inopt?)
1337       if [[ "${transin[$i]}" != "locopt" ]]
1338       then
1339          printf "\n\n  +++ INPUT-file: "
1340          if [[ "${extin[$i]}" = "" ]]
1341          then
1342             printf "\n           $filename"
1343          else
1344             printf "\n           $filename.${extin[$i]}"
1345          fi
1346          printf "\n      does not exist\n"
1347          locat=input; exit
1348       else
1349          transin[$i]="unavailable"
1350       fi
1351    else
1352
1353          # ZYKLUSNUMMER FESTSTELLEN
1354       ls -1 -d $filename    >   filelist  2>/dev/null
1355       ls -1 -d $filename.*  >>  filelist  2>/dev/null
1356       while  read zeile
1357       do
1358          cycle=$(print $zeile | cut -f2 -d".")
1359          if [[ "$cycle" = "$zeile" ]]
1360          then
1361             (( icycle = 0 ))
1362          elif [[ "$cycle" = "${extin[$i]}" ]]
1363          then
1364             (( icycle = 0 ))
1365          else
1366             (( icycle = $cycle ))
1367          fi
1368          if (( icycle > maxcycle ))
1369          then
1370             (( maxcycle = icycle ))
1371             file_to_be_used=$zeile
1372          fi
1373       done <filelist
1374       rm filelist
1375
1376          # EVTL. ZYKLUSNUMMER AN DATEINAMEN ANFUEGEN
1377       if (( maxcycle > 0 ))
1378       then
1379          if [[ "${extin[$i]}" != " "  &&   "${extin[$i]}" != "" ]]
1380          then
1381             filename=${filename}.$maxcycle.${extin[$i]}
1382          else
1383             filename=${filename}.$maxcycle
1384          fi
1385       else
1386          if [[ "${extin[$i]}" != " "  &&   "${extin[$i]}" != "" ]]
1387          then
1388             filename=${filename}.${extin[$i]}
1389          fi
1390       fi
1391       
1392          # DATEINAMEN OHNE PFAD ABER MIT ZYKLUSNUMMER ABSPEICHERN,
1393          # DA SPAETER BEI RUECKSPEICHERN VOM ARCHIVSYSTEM EVTL. BENOETIGT
1394       absnamein[$i]=$filename
1395       if (( maxcycle > 0 ))
1396       then
1397          if [[ "${actionin[$i]}" = di ]]
1398          then
1399             frelin[$i]=${endin[$i]}.$maxcycle
1400          else
1401             frelin[$i]=${afname}${endin[$i]}.$maxcycle
1402          fi
1403       else
1404          if [[ "${actionin[$i]}" = di ]]
1405          then
1406             frelin[$i]=${endin[$i]}
1407          else
1408             frelin[$i]=${afname}${endin[$i]}
1409          fi
1410       fi
1411
1412    fi
1413 done
1414       
1415
1416    # VOLLSTAENDIGE DATEINAMEN (OHNE $ ODER ~) DER OUTPUT-FILES BILDEN,
1417    # OUTPUT-DATEIEN AUF VORHANDENSEIN PRUEFEN UND EVTL. HOECHSTE ZYKLUSNUMMER
1418    # ERMITTELN ODER, FALLS NICHT VORHANDEN, PRUEFEN, OB SIE SICH ANLEGEN LASSEN
1419    # DIESE AKTIONEN FINDEN NICHT STATT, WENN PROGRAMM AUF REMOTE-MASCHINE
1420    # RECHNET UND DATEI ANSCHLIESSEND TRANSFERIERT WERDEN SOLL!
1421 (( i = 0 ))
1422 while (( i < iout ))
1423 do
1424    (( i = i + 1 ))
1425    if [[ ! ( $fromhost != $localhost  &&  ( "${actionout[$i]}" = tr || "${actionout[$i]}" = tra || "${actionout[$i]}" = trpe ) ) ]]
1426    then
1427       if [[ "${actionout[$i]}" = tr ]]
1428       then
1429          actionout[$i]=""
1430       elif [[ "${actionout[$i]}" = trpe ]]
1431       then
1432          actionout[$i]=pe
1433       elif [[ "${actionout[$i]}" = tra ]]
1434       then
1435          actionout[$i]=a
1436       fi
1437       (( maxcycle = 0 ))
1438       eval filename=${pathout[$i]}/${fname}${endout[$i]}
1439       eval catalogname=${pathout[$i]}
1440       if [[ $(ls $filename* 2>&1 | grep -c "not found") = 1  || \
1441             $(ls $filename* 2>&1 | grep -c "nicht gefunden") = 1  || \
1442             $(ls $filename* 2>&1 | grep -c "No such file") = 1  || \
1443             $(ls $filename* 2>&1 | grep -c "does not exist") = 1 ]]
1444       then
1445     
1446             # OUTPUT-DATEI NICHT VORHANDEN. PRUEFEN, OB ANLEGEN MOEGLICH.
1447          if  cat /dev/null > $filename 
1448          then
1449             rm  $filename
1450          else
1451
1452                # PRUEFEN, OB KATALOG VORHANDEN UND EVTL. DIESEN ANLEGEN
1453             if [[ ! -d $catalogname ]]
1454             then
1455                if  mkdir -p  $catalogname
1456                then
1457                   printf "\n\n  *** directory:"
1458                   printf "\n           $catalogname"
1459                   printf "\n      was created\n"
1460                else
1461                   printf "\n\n  +++ OUTPUT-file:"
1462                   printf "\n           $filename"
1463                   printf "\n      cannot be created, because directory does not exist"
1464                   printf "\n      and cannot be created either"
1465                   printf "\n"
1466                   locat=output  ; exit
1467                fi 2>/dev/null
1468             else
1469                printf "\n\n  +++ OUTPUT-file:"
1470                printf "\n           $filename"
1471                printf "\n      cannot be created, although directory exists"
1472                printf "\n"
1473                locat=output  ; exit
1474             fi
1475          fi 2>/dev/null
1476       else
1477
1478             # ZYKLUSNUMMER FESTSTELLEN
1479          ls -1 -d $filename    >   filelist  2>/dev/null
1480          ls -1 -d $filename.*  >>  filelist  2>/dev/null
1481          while  read zeile
1482          do
1483             cycle=$(print $zeile | cut -f2 -d".")
1484             if [[ "$cycle" = "$zeile"  ||  "$cycle" = ${extout[$i]} ]]
1485             then
1486                (( icycle = 1 ))
1487             else
1488                (( icycle = $cycle + 1 ))
1489             fi
1490             if (( icycle > maxcycle ))
1491             then
1492                (( maxcycle = icycle ))
1493             fi
1494          done <filelist
1495          rm filelist
1496       fi
1497
1498          # EVTL. ZYKLUSNUMMER AN DATEINAMEN ANFUEGEN UND PRUEFEN, OB SICH
1499          # DATEI AUCH WIRKLICH ANLEGEN LAESST. IM APPEND-FALL MUSS AN DEN
1500          # HOECHSTEN VORHANDENEN ZYKLUS-ANGEHAENGT WERDEN. ANLAGEPRUEFUNG
1501          # IST DANN NATUERLICH NICHT ZULAESSIG BZW. MOEGLICH
1502       if [[ "${actionout[$i]}" != a ]]
1503       then
1504          if (( maxcycle > 0 ))
1505          then
1506             filename=${filename}.$maxcycle
1507             if  cat /dev/null > $filename 
1508             then
1509                rm  $filename
1510             else
1511                printf "\n  +++ OUTPUT-file:"
1512                printf "\n           $filename"
1513                printf "\n      cannot be created"
1514                locat=output  ; exit
1515             fi
1516          fi
1517       else
1518          (( maxcycle = maxcycle - 1 ))
1519          if (( maxcycle > 0 ))
1520          then
1521             filename=${filename}.$maxcycle
1522          fi
1523       fi
1524       
1525          # DATEINAMEN OHNE PFAD ABER MIT ZYKLUSNUMMER ABSPEICHERN,
1526          # DA SPAETER BEI ABLAGE AUF ARCHIVSYSTEM BZW. FUER
1527          # DATEI OUTPUT_FILE_CONNECTIONS EVTL. BENOETIGT
1528       pathout[$i]=$filename
1529       if (( maxcycle > 0 ))
1530       then
1531          frelout[$i]=${fname}${endout[$i]}.$maxcycle
1532       else
1533          frelout[$i]=${fname}${endout[$i]}
1534       fi
1535
1536    fi
1537 done
1538
1539
1540     # DAS DVR-PAKET ERFORDERT EINE ENTSPRECHENDE BIBLIOTHEK
1541 if [[ $(echo $package_list | grep -c dvrp_graphics) != 0 ]]
1542 then
1543    if [[ "$dvr_inc" = "" ]]
1544    then
1545       printf "\n\n  +++ no value for \"dvr_inc\" given in configuration file"
1546       printf "\n      This is required for the dvrp_graphics package.\n"
1547       locat=dvr; exit
1548    fi
1549    if [[ "$dvr_lib" = "" ]]
1550    then
1551       printf "\n\n  +++ no value for \"dvr_lib\" given in configuration file"
1552       printf "\n      This is required for the dvrp_graphics package.\n"
1553       locat=dvr; exit
1554    fi
1555 fi
1556
1557
1558     # PRUEFEN, OB ENTWEDER HAUPTPROGRAMM ODER NUR EIN AUSFUEHRBARES
1559     # PROGRAMM VEREINBART WURDE (IN DIESEM FALL BRAUCHT IM WEITEREN NICHT
1560     # UEBERSETZT ZU WERDEN)
1561 if [[ "$mainprog" = ""  &&  "$executable" = "" ]]
1562 then
1563    printf "\n  +++ neither main program nor executable defined"
1564    locat=source; exit
1565 elif [[ "$mainprog" != ""  &&  "$executable" != "" ]]
1566 then
1567    printf "\n  +++ main program as well as executable defined"
1568    locat=source; exit
1569 elif [[ "$mainprog" = ""  &&  "$executable" != "" ]]
1570 then
1571    do_compile=false
1572 fi
1573
1574
1575    # SOURCE-VERZEICHNIS ZUM AUFSAMMELN DER ZU UEBERSETZENDEN PROGRAMMTEILE
1576    # ERZEUGEN. HIERHIN WERDEN SPAETER IM FALL VON BATCH-JOBS AUCH DAS MRUN-
1577    # SCRIPTS SOWIE DIE KONFIGURATIONSDATEI KOPIERT
1578 if [[ $restart_run != true  &&  "$SOURCES_COMPLETE" = "" ]]
1579 then
1580    rm -rf  SOURCES_FOR_RUN_$fname
1581    mkdir   SOURCES_FOR_RUN_$fname
1582 fi
1583
1584
1585    # ALLE ZU UEBERSETZENDEN PROGRAMMTEILE ZUSAMMENSAMMELN
1586    # BEI BATCH-JOBS IST DIES NICHT NOETIG, WEIL DIE PROGRAMMTEILE BEREITS DURCH
1587    # DEN MRUN-AUFRUF ERMITTELT SIND, DER DEN BATCH-JOB GENERIERT HAT, UND
1588    # IM VERZEICHNIS SOURCES_FOR_RUN_... ABGELEGT SIND
1589 if [[ $do_compile = true  &&  "$SOURCES_COMPLETE" = "" ]]
1590 then
1591
1592    [[ "$source_list" = LM ]]  &&  source_list=LOCALLY_MODIFIED
1593    [[ "$source_list" = WP ]]  &&  source_list=WRITE_PERMIT
1594
1595
1596       # EVTL. ZU UEBERSETZENDE PROGRAMMTEILE DADURCH BESTIMMEN, DASS GEPRUEFT
1597       # WIRD, WELCHE DATEIEN WRITE-PERMIT BESITZEN (DATEIEN SOLLTEN DESHALB
1598       # UNTER RCS-KONTROLLE STEHEN). MIT DER VARIABLEN EXCLUDE KOENNEN
1599       # BESTIMMTE DATEIEN GRUNDSAETZLICH VON DER UEBERSETZUNG AUSGESCHLOSSEN
1600       # WERDEN. DIES IST NUR BEI MANUELLEM START VON MRUN DURCH DEN BENUTZER
1601       # MOEGLICH, DA BEI AUTOMATISCHEN RESTARTS TEST DURCH DIE TATSAECHLICH
1602       # ZU UBERSETZENDEN DATEIEN ERSETZT IST.
1603       # ALLE ERMITTELTEN DATEIEN WERDEN IM VERZEICHNIS SOURCES_FOR_RUN_...
1604       # GESAMMELT
1605    if [[ "$source_list" = WRITE_PERMIT ]]
1606    then
1607
1608       source_list=""
1609       cd  $source_path
1610
1611
1612          # ALLE MOEGLICHEN QUELLCODEDATEIEN AUFLISTEN
1613       Names=$(ls -1 *.f90 2>&1)
1614       [[ $(echo $Names | grep -c '*.f90') = 0 ]]  &&  Filenames="$Names"
1615       Names=$(ls -1 *.F90 2>&1)
1616       [[ $(echo $Names | grep -c '*.F90') = 0 ]]  &&  Filenames="$Filenames $Names"
1617       Names=$(ls -1 *.F 2>&1)
1618       [[ $(echo $Names | grep -c '*.F') = 0   ]]  &&  Filenames="$Filenames $Names"
1619       Names=$(ls -1 *.f 2>&1)
1620       [[ $(echo $Names | grep -c '*.f') = 0   ]]  &&  Filenames="$Filenames $Names"
1621       Names=$(ls -1 *.c 2>&1)
1622       [[ $(echo $Names | grep -c '*.c') = 0   ]]  &&  Filenames="$Filenames $Names"
1623
1624
1625          # DATEIEN MIT WRITE-PERMIT NACH SOURCES_FOR_RUN_... KOPIEREN
1626       for  dateiname  in  $Filenames
1627       do
1628          if [[ -w $dateiname ]]
1629          then
1630             if [[ "$exclude" = ""  ||  $(echo $exclude | grep -c $dateiname) = 0 ]]
1631             then
1632                cp  $dateiname  $working_directory/SOURCES_FOR_RUN_$fname
1633                source_list=$source_list"$dateiname "
1634             fi
1635          fi
1636       done
1637
1638       cd -  > /dev/null
1639
1640
1641    elif [[ "$source_list" = LOCALLY_MODIFIED ]]
1642    then
1643
1644          # MODIFIZIERTE DATEIEN DER SVN-ARBEITSKOPIE BESTIMMEN
1645       source_list=""
1646       cd  $source_path
1647
1648
1649          # PRUEFEN, OB VERZEICHNIS UEBERHAUPT UNTER SVN-KONTROLLE STEHT
1650       if [[ ! -d .svn ]]
1651       then
1652          printf "\n\n  +++ source directory"
1653          printf "\n         \"$source_path\" "
1654          printf "\n         is not under control of \"subversion\"."
1655          printf "\n         Please do not use mrun-option \"-s LOCALLY_MODIFIED\"\n"
1656       fi
1657
1658
1659          # ALLE MODIFIZIERTEN QUELLCODEDATEIEN AUFLISTEN
1660       Filenames=""
1661       svn status  >  tmp_mrun
1662       while  read line
1663       do
1664          firstc=`echo $line | cut -c1`
1665          if [[ $firstc = M  ||  $firstc = "?" ]]
1666          then
1667             Name=`echo "$line" | cut -c8-`
1668             extension=`echo $Name | cut -d. -f2`
1669             if [[ "$extension" = f90 || "$extension" = F90 || "$extension" = f || "$extension" = F || "$extension" = c ]]
1670             then
1671                Filenames="$Filenames "$Name
1672             fi
1673          fi
1674       done < tmp_mrun
1675
1676
1677          # DATEIEN NACH SOURCES_FOR_RUN_... KOPIEREN
1678       for  dateiname  in  $Filenames
1679       do
1680          cp  $dateiname  $working_directory/SOURCES_FOR_RUN_$fname
1681          source_list=$source_list"$dateiname "
1682       done
1683
1684       cd -  > /dev/null
1685
1686
1687       # MITTELS OPTION -s ANGEGEBENE DATEIEN NACH SOURCES_FOR_RUN_... KOPIEREN
1688       # BEI AUTOMATISCHEN FORTSETZUNGSLAEUFEN SIND DORT SCHON ALLE DATEIEN
1689       # VORHANDEN
1690    elif [[ "$source_list" != ""  &&  $restart_run != true ]]
1691    then
1692
1693       cd  $source_path
1694
1695       for  filename  in  $source_list
1696       do
1697
1698             # QUELLTEXT-DATEI DARF KEINE PFADE BEINHALTEN
1699          if [[ $(print $filename | grep -c "/") != 0 ]]
1700          then
1701             printf "\n  +++ source code file:  $filename"
1702             printf "\n      must not contain (\"/\") "
1703             locat=source; exit
1704          fi
1705
1706          if [[ ! -f $filename ]]
1707          then
1708             printf "\n  +++ source code file:  $filename"
1709             printf "\n      does not exist"
1710             locat=source; exit
1711          else
1712             cp  $filename  $working_directory/SOURCES_FOR_RUN_$fname
1713          fi
1714
1715       done
1716
1717       cd -  > /dev/null
1718
1719    fi
1720
1721
1722       # PRUEFEN, OB ENTWEDER HAUPTPROGRAMM VORHANDEN UND ES EVTL. IN DER
1723       # LISTE DER ZU UEBERSETZENDEN PROGRAMMTEILE MIT ENTHALTEN IST (WENN
1724       # NICHT, WIRD ES DIESER LISTE HINZUGEFUEGT)
1725    if [[ $restart_run != true ]]
1726    then
1727
1728       if [[ ! -f "$source_path/$mainprog" ]]
1729       then
1730          printf "\n\n  +++ main program:  $mainprog"
1731          printf "\n      does not exist in source directory"
1732          printf "\n      \"$source_path\"\n"
1733          locat=source; exit
1734       else
1735          if [[ $(echo $source_list | grep -c $mainprog) = 0 ]]
1736          then
1737             cp  $source_path/$mainprog  SOURCES_FOR_RUN_$fname
1738             source_list=${mainprog}" $source_list"
1739          fi
1740       fi
1741    fi
1742
1743
1744       # MAKEFILE AUF VORHANDENSEIN PRUEFEN UND KOPIEREN
1745       # BEI RESTART-LAEUFEN LIEGT ES SCHON IM VERZEICHNIS SOURCES_FOR_RUN...
1746    if [[ "$restart_run" != true ]]
1747    then
1748       [[ "$makefile" = "" ]]  &&  makefile=$source_path/Makefile
1749       if [[ ! -f $makefile ]]
1750       then
1751          printf "\n  +++ file \"$makefile\" does not exist"
1752          locat=make; exit
1753       else
1754          cp  $makefile  SOURCES_FOR_RUN_$fname/Makefile
1755       fi
1756    fi
1757
1758
1759       # DATEIEN AUS ZUSAETZLICHEM QUELLVERZEICHNIS HINZUFUEGEN
1760    if [[ $restart_run != true  &&  "$add_source_path" != "" ]]
1761    then
1762
1763          # GIBT ES DAS VERZEICHNIS UEBERHAUPT?
1764       if [[ ! -d $add_source_path ]]
1765       then
1766          printf "\n\n  +++ WARNING: additional source code directory"
1767          printf "\n      \"$add_source_path\" "
1768          printf "\n      does not exist or is not a directory."
1769          printf "\n      No source code will be used from this directory!\n"
1770          add_source_path=""
1771          sleep 3
1772       else
1773
1774          cd $add_source_path
1775          found=false
1776
1777          Names=$(ls -1 *.f90 2>&1)
1778          [[ $(echo $Names | grep -c '*.f90') = 0 ]]  &&  AddFilenames="$Names"
1779          Names=$(ls -1 *.F90 2>&1)
1780          [[ $(echo $Names | grep -c '*.F90') = 0 ]]  &&  AddFilenames="$AddFilenames $Names"
1781          Names=$(ls -1 *.F 2>&1)
1782          [[ $(echo $Names | grep -c '*.F') = 0   ]]  &&  AddFilenames="$AddFilenames $Names"
1783          Names=$(ls -1 *.f 2>&1)
1784          [[ $(echo $Names | grep -c '*.f') = 0   ]]  &&  AddFilenames="$AddFilenames $Names"
1785          Names=$(ls -1 *.c 2>&1)
1786          [[ $(echo $Names | grep -c '*.c') = 0   ]]  &&  AddFilenames="$AddFilenames $Names"
1787
1788          cd -  > /dev/null
1789          cd  SOURCES_FOR_RUN_$fname
1790
1791             # COPY MAKEFILE IF EXISTING
1792          if [[ -f $add_source_path/Makefile ]]
1793          then
1794             printf "\n\n  *** user Makefile from directory"
1795             printf "\n      \"$add_source_path\" is used \n"
1796             sleep 1
1797             cp  $add_source_path/Makefile  .
1798          fi
1799
1800          for  dateiname  in  $AddFilenames
1801          do
1802             if [[ -f $dateiname ]]
1803             then
1804                printf "\n  +++ source code file \"$dateiname\" found in additional"
1805                printf "\n      source code directory \"$add_source_path\" "
1806                printf "\n      but was also given with option \"-s\" which means that it should be taken"
1807                printf "\n      from directory \"$source_path\"."
1808                locat=source; exit
1809             fi
1810
1811             cp  $add_source_path/$dateiname  .
1812             source_list="$source_list $dateiname"
1813
1814                # CHECK IF FILE IS CONTAINED IN MAKEFILE
1815             if [[ $(grep -c $dateiname Makefile) = 0 ]]
1816             then
1817                printf "\n\n  +++ user file \"$dateiname\" "
1818                printf "\n      is not listed in Makefile \n"
1819                locat=source; exit
1820             else
1821
1822                # Default User-Interface von der Liste entfernen, falls Datei
1823                # ein User-Interface enthaelt
1824#             if [[ $( cat $dateiname | grep -c "END SUBROUTINE user_parin" ) != 0 ]]
1825#             then
1826#                if [[ $dateiname != user_interface.f90  &&  -f user_interface.f90 ]]
1827#                then
1828#                   rm -rf  user_interface.f90
1829#                   source_list=`echo $source_list | sed -e 's/user_interface.f90//'`
1830#                   printf "\n\n  *** default \"user_interface.f90\" removed from the files to be translated"
1831#                   printf "\n      since a user-interface is found in file"
1832#                   printf "\n      \"$add_source_path/$dateiname\" \n"
1833#                   sleep 3
1834#                else
1835                if [[ $found = false ]]
1836                then
1837                   found=true
1838                   printf "\n\n  *** following user file(s) added to the"
1839                   printf " files to be translated:\n      "
1840                fi
1841                printf "$dateiname  "
1842                sleep 0.5
1843             fi
1844          done
1845          [[ $found = true ]]  &&  printf "\n"
1846          cd -  > /dev/null
1847       fi
1848    fi
1849
1850
1851       # ALLE UNTERPROGRAMME, DIE ZU VEREINBARTEN SOFTWAREPAKETEN GEHOEREN,
1852       # DER LISTE DER ZU UEBERSETZENDEN DATEIEN HINZUFUEGEN
1853    if [[ $restart_run != true  &&  -n $package_list ]]
1854    then
1855
1856       cd  $source_path
1857
1858       for  package  in  $package_list
1859       do
1860
1861          [[ $package = "dvrp_graphics+1PE" ]]  &&  package=dvrp_graphics
1862
1863             # ERMITTELE ALLE DATEIEN, DIE ZUM PAKET GEHOEREN
1864             # FEHLERMELDUNGEN WERDEN ABGEFANGEN, DA * AUCH VERZEICHNISSNAMEN
1865             # LIEFERT
1866          package_source_list=`grep "defined( __$package " * 2>/dev/null | cut -f1 -d:`
1867
1868
1869             # FUEGE DIESE DATEIEN DER LISTE DER ZU UEBERSETZENDEN DATEIEN
1870             # HINZU, FALLS SIE NOCH NICHT DAZUGEHOEREN
1871          for  source_list_name  in  $package_source_list
1872          do
1873             if [[ $(echo $source_list | grep -c $source_list_name) = 0 ]]
1874             then
1875
1876                    # NUR DATEIEN MIT GUELTIGEN ENDUNGEN VERWENDEN
1877                ending=`echo $source_list_name | cut -f2 -d.`
1878                if [[ "$ending" = f90  ||  "$ending" = F90  ||  "$ending" = f  ||  "$ending" = F  ||  "$ending" = c ]]
1879                then
1880                   cp  $source_list_name  $working_directory/SOURCES_FOR_RUN_$fname
1881                   source_list="$source_list $source_list_name"
1882                fi
1883             fi
1884          done
1885       done
1886
1887       cd -  > /dev/null
1888    fi
1889
1890
1891       # MAKEFILE AUF VORHANDENSEIN PRUEFEN UND KOPIEREN
1892       # BEI RESTART-LAEUFEN LIEGT ES SCHON IM VERZEICHNIS SOURCES_FOR_RUN...
1893#    if [[ "$restart_run" != true ]]
1894#    then
1895#       [[ "$makefile" = "" ]]  &&  makefile=$source_path/Makefile
1896#       if [[ ! -f $makefile ]]
1897#       then
1898#          printf "\n  +++ file \"$makefile\" does not exist"
1899#          locat=make; exit
1900#       else
1901#          cp  $makefile  SOURCES_FOR_RUN_$fname/Makefile
1902#       fi
1903#    fi
1904
1905 fi  # do_compile=true
1906
1907
1908    # FALLS PROGRAMMTEILE UEBERSETZT WERDEN SOLLEN, FOLGEN JETZT EINIGE
1909    # UEBERPRUEFUNGEN UND DAS SETZEN DER PRAEPROZESSOR-DIREKTIVEN
1910 if [[ $do_compile = true ]]
1911 then
1912
1913       # PRAEPROZESSOR-DIREKTIVEN ZUM SELEKTIVEN AUSWAEHLEN VON CODETEILEN
1914       # ZUSAMMENSETZEN
1915       # DIREKTIVEN ZUM AKTIVIEREN VON RECHNERSPEZIFISCHEM CODE
1916    if [[ $(echo $localhost | cut -c1-3) = ibm ]]
1917    then
1918       cpp_options="${cpp_options},-D__ibm=__ibm"
1919    elif [[ $(echo $localhost | cut -c1-3) = nec ]]
1920    then
1921       cpp_options="$cpp_options -D__nec"
1922    elif [[ $(echo $localhost | cut -c1-2) = lc ]]
1923    then
1924       cpp_options="$cpp_options -D__lc"
1925    else
1926       cpp_options="$cpp_options -D__$localhost"
1927    fi
1928
1929       # DIREKTIVEN DIE DURCH OPTION -K BESTIMMT WERDEN (Z.B. PARALLEL)
1930    if [[ $(echo $localhost | cut -c1-3) = ibm ]]
1931    then
1932       [[ -n $cond1 ]]  &&  cpp_options="${cpp_options},-D__$cond1=__$cond1"
1933       [[ -n $cond2 ]]  &&  cpp_options="${cpp_options},-D__$cond2=__$cond2"
1934    else
1935       [[ -n $cond1 ]]  &&  cpp_options="$cpp_options -D__$cond1"
1936       [[ -n $cond2 ]]  &&  cpp_options="$cpp_options -D__$cond2"
1937    fi
1938
1939       # DIREKTIVEN DIE SOFTWAREPAKETE AKTIVIEREN (OPTION -p)
1940    if [[ -n $package_list ]]
1941    then
1942       for  package  in  $package_list
1943       do
1944          if [[ $(echo $localhost | cut -c1-3) = ibm ]]
1945          then
1946             if [[ $package != "dvrp_graphics+1PE" ]]
1947             then
1948                cpp_options="${cpp_options},-D__$package=__$package"
1949             else
1950                cpp_options="${cpp_options},-D__dvrp_graphics=__dvrp_graphics"
1951                export use_seperate_pe_for_dvrp_output=true
1952             fi
1953          else
1954             if [[ $package != "dvrp_graphics+1PE" ]]
1955             then
1956                cpp_options="$cpp_options -D__$package"
1957             else
1958                cpp_options="$cpp_options -D__dvrp_graphics"
1959                export use_seperate_pe_for_dvrp_output=true
1960             fi
1961          fi
1962       done
1963    fi
1964
1965       # DIREKTIVEN DIE DURCH OPTION -D FESTGELEGT SIND
1966    if [[ -n $cpp_opts ]]
1967    then
1968       for  popts  in  $cpp_opts
1969       do
1970          if [[ $(echo $localhost | cut -c1-3) = ibm ]]
1971          then
1972             cpp_options="${cpp_options},-D__$popts=__$popts"
1973          else
1974             cpp_options="$cpp_options -D__$popts"
1975          fi
1976       done
1977    fi
1978
1979 else
1980
1981
1982       # BEI LOKALEN RECHNUNGEN PRUEFEN, OB EXECUTABLE VORHANDEN
1983    if [[ $do_remote = false ]]
1984    then
1985       if [[ ! -f $executable ]]
1986       then
1987          printf "\n  +++ executable file:  $executable"
1988          printf "\n      does not exist"
1989          locat=executable; exit
1990       fi
1991    fi
1992 fi
1993
1994
1995    # JOBMODUS FESTSTELLEN
1996 if [[ "$ENVIRONMENT" = BATCH ]]
1997 then
1998    jobmo=BATCH
1999 else
2000    jobmo=INTERACTIVE
2001 fi
2002
2003
2004    # no interactive runs on lctit
2005 if [[ $host = lctit  &&  $jobmo = INTERACTIVE  &&  $do_batch = false ]]
2006 then
2007    printf "\n  +++ no interactive runs allowed on host \"$host\" "
2008    printf "\n      please submit batch job using mrun option \"-b\" \n"
2009    locat=normal; exit
2010 fi
2011
2012
2013    # HOSTSPEZIFISCHE DEFAULT-COMPILER SETZEN, FALLS NICHT BEREITS
2014    # DURCH BENUTZER ANDERWEITIG VEREINBART
2015 if [[ "$compiler_name" = "" ]]
2016 then
2017
2018    printf "\n  +++ no compiler specified for \"$host $cond1 $cond2\""
2019    locat=compiler_name; exit
2020
2021 fi
2022
2023
2024    # COMPILER AUF RIAMS NEC UEBERSCHREIBEN
2025 [[ $localhost = necriam ]]  &&  compiler_name=mpif90
2026
2027
2028
2029    # TEMPORAEREN KATALOGNAMEN BESTIMMEN
2030 kennung=$RANDOM
2031 if [[ "$tmp_user_catalog" = "" ]]
2032 then
2033    if [[ $localhost = ibmh ]]
2034    then
2035       tmp_user_catalog=$SCRATCH
2036    elif [[ $localhost = nech ]]
2037    then
2038       tmp_user_catalog=$WRKSHR
2039    else
2040       tmp_user_catalog=/tmp
2041    fi
2042 fi
2043 TEMPDIR=$tmp_user_catalog/${usern}.$kennung
2044
2045
2046    # KATALOGNAMEN FUER ZWISCHENSPEICHERUNG VON FORTSETZUNGSLAUFDATEIEN
2047    # BESTIMMEN
2048 if [[ "$tmp_data_catalog" = "" ]]
2049 then
2050    if [[ $localhost = nech ]]
2051    then
2052       tmp_data_catalog=$WRKSHR/mrun_restart_data
2053    else
2054       tmp_data_catalog=/tmp/mrun_restart_data
2055    fi
2056 fi
2057
2058
2059    # EVENTUELL BEI LOKALEN RECHNUNGEN $-ZEICHEN IN ENVIRONMENT-VARIABLEN
2060    # ERSETZEN
2061 if [[ $do_remote = false  &&  $do_compile = true ]]
2062 then
2063    eval  fopts=\"$fopts\"
2064    eval  lopts=\"$lopts\"
2065 fi
2066
2067
2068
2069    # COMPILE- UND LINK-OPTIONEN BESTIMMEN
2070 fopts="$fopts $netcdf_inc $dvr_inc"
2071 lopts="$lopts $netcdf_lib $dvr_lib"
2072 ROPTS="$ropts"
2073 if [[ ( $(echo $host | cut -c1-3) = nec  ||  $(echo $host | cut -c1-3) = ibm  ||  $host = lckyoto  ||  $host = lcsgih  ||  $host = lcsgib  ||  $host = lctit  ||  $host = lcfimm  ||  $host = lcxt4 ||  $host = lcxt5m || $host = lck || $host = lckordi)  &&  -n $numprocs ]]
2074 then
2075    XOPT="-X $numprocs"
2076 fi
2077
2078
2079
2080    # PRUEFEN DER CPU-ZEIT. (CPUMAX WIRD ALS ENV-VARIABLE VOM HAUTPRO-
2081    # GRAMM BENOETIGT
2082 done=false
2083 while [[ $done = false ]]
2084 do
2085    cputime=$cpumax
2086    if (( $cputime == 0 ))
2087    then
2088       if [[ $do_batch = true ]]
2089       then
2090          printf "\n  +++ cpu-time is undefined"
2091          printf "\n  >>> Please type CPU-time in seconds as INTEGER:"
2092          printf "\n  >>> "
2093          read  cputime  1>/dev/null  2>&1
2094       else
2095          cputime=10000000   # NO CPU LIMIT FOR INTERACTIVE RUNS
2096       fi
2097    else
2098       done=true
2099    fi
2100    cpumax=$cputime
2101 done
2102
2103 (( minuten = cputime / 60 ))
2104 (( sekunden = cputime - minuten * 60 ))
2105
2106
2107    # PRUEFEN DER KERNSPEICHERANFORDERUNG
2108 if [[ $do_batch = true ]]
2109 then
2110    done=false
2111    while [[ $done = false ]]
2112    do
2113       if (( memory == 0 ))
2114       then
2115          printf "\n  +++ memory demand is undefined"
2116          printf "\n  >>> Please type memory in  MByte per process  as INTEGER:"
2117          printf "\n  >>> "
2118          read  memory  1>/dev/null  2>&1
2119       else
2120          done=true
2121       fi
2122    done
2123 fi
2124
2125
2126    # PRUEFEN, OB FUER REMOTE-RECHNUNGEN EIN BENUTZERNAME ANGEGEBEN WURDE
2127 if [[ $do_remote = true  &&  -z $remote_username ]]
2128 then
2129    while [[ -z $remote_username ]]
2130    do
2131       printf "\n  +++ username on remote host \"$host\" is undefined"
2132       printf "\n  >>> Please type username:"
2133       printf "\n  >>> "
2134       read  remote_username
2135    done
2136    mc="$mc -u$remote_username"
2137 fi
2138
2139
2140    # set module load command and export for subjob
2141 if [[ "$modules" != "" ]]
2142 then
2143    if [[ $host = lctit ]]
2144    then
2145       export module_calls=". $modules"
2146    else
2147       export module_calls="module load ${modules};"
2148    fi
2149 fi
2150
2151    # bugfix for wrong netcdf module and for netCDF4 usage in case of mpt
2152 if [[ $host = lcsgib  ||  $host = lcsgih ]]
2153 then
2154    if [[ $(echo $module_calls | grep -c netcdf/3.6.3-intel) != 0 ]]
2155    then
2156       export module_calls="$module_calls export LD_LIBRARY_PATH=/sw/dataformats/netcdf/3.6.3-intel/lib:\$LD_LIBRARY_PATH;"
2157    fi
2158#     if [[ $(echo $module_calls | grep -c mpt) != 0 ]]
2159#     then
2160#        export module_calls="$module_calls export LD_LIBRARY_PATH=/sw/sgi/mpt/2011-02-07/lib:\$LD_LIBRARY_PATH;"
2161#        echo "*** module_calls = $module_calls"
2162#     fi
2163 fi
2164
2165
2166    # SET DEFAULT VALUE FOR MPI MODULE TO BE USED ON SGI-ALTIX
2167 if [[ $host = lcsgib  ||  $host = lcsgih ]]
2168 then
2169    if [[ $(echo $modules | grep -c mpt ) != 0 ]]
2170    then
2171       mpilib=mpt
2172    elif [[ $(echo $modules | grep -c mvapich ) != 0 ]]
2173    then
2174       mpilib=mvapich
2175    elif [[ $(echo $modules | grep -c impi ) != 0 ]]
2176    then
2177       mpilib=impi
2178    fi
2179 fi
2180
2181
2182
2183###########################################################################
2184# HEADER-AUSGABE
2185###########################################################################
2186
2187
2188 calltime=$(date)
2189 printf "\n"
2190# [[ $silent = false ]]  &&  clear
2191 printf "#--------------------------------------------------------------# \n"
2192 printf "| $version$calltime | \n"
2193 printf "|                                                              | \n"
2194 spalte1="called on:"; spalte2=$localhost_realname
2195 printf "| $spalte1$spalte2 | \n"
2196 if [[ $local_compile = false ]]
2197 then
2198    if [[ $do_remote = true ]]
2199    then
2200       spalte1="execution on:"; spalte2="$host (username: $remote_username)"
2201    else
2202       spalte1="execution on:"; spalte2="$host ($localhost_realname)"
2203    fi
2204 else
2205    spalte1="compiling test only!"; spalte2=""
2206 fi
2207 printf "| $spalte1$spalte2 | \n"
2208 if [[ -n $numprocs ]]
2209 then
2210    spalte1="number of PEs:"; spalte2=$numprocs
2211    printf "| $spalte1$spalte2 | \n"
2212 fi
2213 if [[ -n $tasks_per_node ]]
2214 then
2215    spalte1="tasks per node:"; spalte2="$tasks_per_node (number of nodes: $nodes)"
2216    printf "| $spalte1$spalte2 | \n"
2217 fi
2218 if [[ $maximum_parallel_io_streams != $numprocs ]]
2219 then
2220    spalte1="max par io streams:"; spalte2="$maximum_parallel_io_streams"
2221    printf "| $spalte1$spalte2 | \n"
2222 fi
2223 if [[ $use_openmp = true ]]
2224 then
2225    spalte1="threads per task:"; spalte2="$threads_per_task"
2226    printf "| $spalte1$spalte2 | \n"
2227 fi
2228 printf "|                                                              | \n"
2229 if [[ $do_compile = true ]]
2230 then
2231    if [[ "$mopts" != "" ]]
2232    then
2233       spalte1="make options:"; spalte2=$mopts
2234       printf "| $spalte1$spalte2 | \n"
2235       zeile=$(echo "$mopts" | cut -c41-)
2236       while [[ "$zeile" != "" ]]
2237       do
2238          spalte1=""
2239          spalte2=$zeile
2240          printf "| $spalte1$spalte2 | \n"
2241          zeile=$(echo "$zeile" | cut -c41-)
2242       done
2243    fi
2244
2245    spalte1="cpp directives:"; spalte2=$cpp_options
2246    printf "| $spalte1$spalte2 | \n"
2247    zeile=$(echo "$cpp_options" | cut -c41-)
2248    while [[ "$zeile" != "" ]]
2249    do
2250       spalte1=""
2251       spalte2=$zeile
2252       printf "| $spalte1$spalte2 | \n"
2253       zeile=$(echo "$zeile" | cut -c41-)
2254    done
2255
2256    spalte1="compiler options:"; spalte2="$fopts"
2257    printf "| $spalte1$spalte2 | \n"
2258    zeile=$(echo "$fopts" | cut -c41-)
2259    while [[ "$zeile" != "" ]]
2260    do
2261       spalte1=""
2262       spalte2=$zeile
2263       printf "| $spalte1$spalte2 | \n"
2264       zeile=$(echo "$zeile" | cut -c41-)
2265    done
2266
2267    spalte1="linker options:"; spalte2=$lopts
2268    printf "| $spalte1$spalte2 | \n"
2269    zeile=$(echo "$lopts" | cut -c41-)
2270    while [[ "$zeile" != "" ]]
2271    do
2272       spalte1=""
2273       spalte2=$zeile
2274       printf "| $spalte1$spalte2 | \n"
2275       zeile=$(echo "$zeile" | cut -c41-)
2276    done
2277
2278    spalte1="modules to be load:"; spalte2=$modules
2279    printf "| $spalte1$spalte2 | \n"
2280    zeile=$(echo "$modules" | cut -c41-)
2281    while [[ "$zeile" != "" ]]
2282    do
2283       spalte1=""
2284       spalte2=$zeile
2285       printf "| $spalte1$spalte2 | \n"
2286       zeile=$(echo "$zeile" | cut -c41-)
2287    done
2288
2289    spalte1="main program":; spalte2=$mainprog
2290    printf "| $spalte1$spalte2 | \n"
2291 else
2292    spalte1=executable:; spalte2=$executable
2293    printf "| $spalte1$spalte2 | \n"
2294 fi
2295 printf "|                                                              | \n"
2296 spalte1="base name of files":; spalte2=$fname
2297 printf "| $spalte1$spalte2 | \n"
2298 if [[ $fname != $afname ]]
2299 then
2300    spalte1="base name of input files":; spalte2=$afname
2301    printf "| $spalte1$spalte2 | \n"
2302 fi
2303 spalte1="INPUT control list":; spalte2=$input_list
2304 printf "| $spalte1$spalte2 | \n"
2305 spalte1="OUTPUT control list":; spalte2=$output_list
2306 printf "| $spalte1$spalte2 | \n"
2307
2308 if [[ $do_batch = true  ||  "$LOADLBATCH" = yes ]]
2309 then
2310    spalte1="memory demand / PE":; spalte2="$memory MB"
2311    printf "| $spalte1$spalte2 | \n"
2312    spalte1=CPU-time:; spalte2="$minuten:$sekunden"
2313    printf "| $spalte1$spalte2 | \n"
2314 fi
2315
2316 if [[ $do_compile = true ]]
2317 then
2318    printf "|                                                              | \n"
2319    printf "| Files to be compiled:                                        | \n"
2320    zeile=$source_list
2321    while [[ "$zeile" != "" ]]
2322    do
2323       spalte3=$zeile
2324       printf "| $spalte3 | \n"
2325       zeile=$(echo "$zeile" | cut -c61-)
2326    done
2327 fi
2328 printf "#--------------------------------------------------------------#"
2329
2330
2331
2332    # BEDINGTE AUSGABE DER DATEIVERBINDUNGEN
2333 if [[ $do_trace = true ]]
2334 then
2335    (( i = 0 ))
2336    while (( i < iin ))
2337    do
2338       (( i = i + 1 ))
2339       if (( i == 1 ))
2340       then
2341          printf "\n\n >>> INPUT-file assignments:\n"
2342       fi
2343       printf "\n     ${localin[$i]} :  ${absnamein[$i]}"
2344    done
2345    (( i = 0 ))
2346    while (( i < iout ))
2347    do
2348       (( i = i + 1 ))
2349       if (( i == 1 ))
2350       then
2351          printf "\n\n >>> OUTPUT-file assignments:\n"
2352       fi
2353       printf "\n     ${localout[$i]} :  ${pathout[$i]}"
2354    done
2355    (( i = 0 ))
2356    while (( i < iic ))
2357    do
2358       (( i = i + 1 ))
2359       if (( i == 1 ))
2360       then
2361          printf "\n\n >>> INPUT-commands:\n"
2362       fi
2363       printf "\n     ${in_command[$i]}" 
2364    done
2365    (( i = 0 ))
2366    while (( i < ioc ))
2367    do
2368       (( i = i + 1 ))
2369       if (( i == 1 ))
2370       then
2371          printf "\n\n >>> OUTPUT-commands:\n"
2372       fi
2373       printf "\n     ${out_command[$i]}" 
2374    done
2375 fi
2376
2377
2378    # ABFRAGEN BEI AUFRUF AUF LOKALER MASCHINE
2379 if [[ $remotecall = false  &&  $silent = false  &&  $jobmo != BATCH ]]
2380 then
2381    antwort=dummy
2382    printf "\n\n"
2383    while [[ "$antwort" != y  &&  "$antwort" != Y  &&  "$antwort" != n  &&  "$antwort" != N ]]
2384    do
2385       printf " >>> everything o.k. (y/n) ?  "
2386       read  antwort
2387    done
2388    if [[ $antwort = n  ||  $antwort = N ]]
2389    then
2390       locat=user_abort; (( iec = 0 )); exit
2391    fi
2392    if [[ $do_batch = true ]]
2393    then
2394       printf " >>> batch-job will be created and submitted"
2395    else
2396       if [[ $local_compile = false ]]
2397       then
2398          printf " >>> MRUN will now continue to execute on this machine"
2399       else
2400          printf " >>> a test compilation will now be carried out on this machine"
2401       fi
2402    fi
2403 fi
2404
2405#### PERFORM PARAMETER FILE CHECK (COUPLED RUNS ARE NOT SUPPORTED YET)
2406 skip_check=true
2407 if [[ $check_namelist_files == false || $fromhost != $localhost || $run_coupled_model == true ]]
2408 then
2409    skip_check=true
2410 fi
2411 if [[ $skip_check == false ]]
2412 then
2413    if [[ $ocean_file_appendix == true ]]
2414    then
2415       d3par_string="d3o#"
2416       d3fpar_string="d3of"
2417    else
2418       d3par_string="d3#"
2419       d3fpar_string="d3f"
2420    fi
2421
2422    tmp_check=${working_directory}/tmp_check
2423
2424#   GET PARAMETER FILE SUFFIX (USUALLY "_P3D")
2425    line=""
2426    found=false
2427    grep  "$d3par_string" $config_file | grep "PARIN"  >  $tmp_check
2428    while read line1
2429    do
2430       line="$line1"
2431       if [[ "$line" != ""  &&  $(echo $line | cut -c1) != "#" ]]
2432       then
2433             # EVENTUELLE DOPPELPUNKTE AUS OPTIONSSTRING ENTFERNEN
2434          p3d_suffix=`echo $line | tr -s " " | cut -d" " -s -f5`
2435          found=true
2436       fi
2437    done < $tmp_check
2438
2439    if [[ $found = false ]]
2440    then
2441       printf "\n  +++ no PARIN list entry found for $d3par_string in the configuration file."
2442
2443       locat=check_namelist; exit
2444    fi
2445
2446#   GET RESTART PARAMETER FILE SUFFIX (USUALLY "_P3DF"). THIS FILE MIGHT IS
2447#   NOT NECESSARILY REQUIRED
2448    line=""
2449    found=false
2450    grep  "d3f" $config_file | grep "PARIN"  >  $tmp_check
2451    while read line1
2452    do
2453       line="$line1"
2454       if [[ "$line" != ""  &&  $(echo $line | cut -c1) != "#" ]]
2455       then
2456          p3df_suffix=`echo $line | tr -s " " | cut -d" " -s -f5`
2457          found=true
2458       fi
2459    done < $tmp_check
2460
2461    if [[ $found = false ]]
2462    then
2463       printf "\n  +++ no PARIN list entry found for d3f in the configuration file."
2464    fi
2465
2466    rm -rf ${working_directory}/tmp_check
2467
2468#   DEFINE VARIABLES FOR FREQUENTLY USED DIRECTORIES
2469    check_depository="${working_directory}/trunk/UTIL"
2470    check_sources="${working_directory}/tmp_check_namelist_files"
2471
2472#   CHECK IF THE A P3DF FILE MUST BE CHECKED
2473    for  item  in  $input_list
2474    do
2475       if [[ "$item" == "restart" || "$item" == d3f || "$item" == d3of ]]
2476       then
2477          check_restart=1
2478       else
2479          check_restart=0
2480       fi
2481    done
2482
2483#   ERROR IF NO PARAMETER FILE WAS FOUND, OTHERWISE PROCEED
2484    if [[ ! -f $working_directory/JOBS/$fname/INPUT/${fname}${p3d_suffix} ]]
2485    then
2486       printf "\n\n  +++ ERROR: parameter file (${fname}${p3d_suffix}) not found." 
2487       locat=check_namelist; exit
2488    fi
2489   
2490#   CHECK IF THE RESTART PARAMETER FILE EXISTS (IF NECESSARY)
2491    if  [[ $check_restart == 1 ]]
2492    then
2493       if [[ ! -f $working_directory/JOBS/$fname/INPUT/${fname}${p3df_suffix} ]]
2494       then
2495          printf "\n\n  +++ WARNING: restart parameter file (${fname}${p3df_suffix}) is missing." 
2496          check_restart=0
2497          answer=dummy
2498          printf "\n\n"
2499
2500          while [[ "$answer" != c  &&  "$answer" != C  && "$answer" != a  &&  "$answer" != A ]]
2501          do
2502             printf " >>> continue anyway (c(ontinue)/a(bort)) ?  "
2503             read  answer
2504          done
2505          if [[ $answer = a  ||  $answer = A ]]
2506          then
2507             printf "\n  +++ Aborting...."
2508             locat=normal; exit
2509          fi
2510       else
2511          check_restart=1
2512       fi
2513    fi
2514
2515#   CREATE TEMPORARY SOURCES_FOR_CHECK PATH
2516    mkdir $check_sources
2517    cd $check_sources
2518
2519#   CHECK FOR USER CODE, OTHERWISE USE THE PRECOMPILED CHECK_NAMELIST_FILES.X
2520    if [[ -d $working_directory/USER_CODE/$fname ]]
2521    then
2522       printf "\n\n  *** copying files from $check_depository" 
2523       cp $check_depository/check_namelist_files.tar ./
2524
2525       printf "\n\n  *** untar of makefile and source files in $check_sources"
2526       tar -xf check_namelist_files.tar  >  /dev/null  2>&1
2527
2528       printf "\n\n  *** adding user code." 
2529       cp $working_directory/USER_CODE/$fname/* ./
2530       touch check_namelist_files.f90
2531
2532#      GET COMPILER OPTIONS AND PERFORM MAKE
2533       printf "\n\n  *** compiling code if necessary...\n"
2534       copts_check="-cpp -D_parallel -D__check"
2535       make -f Makefile_check F90=$compiler_name_ser  COPT="$copts_check"
2536
2537#      GET MAKE OUTPUT
2538       if [[ $? != 0 ]]
2539       then
2540          printf "\n  +++ error during make."       
2541          answer=dummy
2542          printf "\n\n"
2543          while [[ "$answer" != c  &&  "$answer" != C  && "$answer" != a  &&  "$answer" != A ]]
2544          do
2545             printf " >>> continue anyway (c(ontinue)/a(bort)) ?  "
2546             read  answer
2547          done
2548          if [[ $answer = a  ||  $answer = A ]]
2549          then
2550             printf "\n  +++ Aborting..."
2551             rm -rf  $check_sources
2552             locat=normal; exit
2553          else
2554             skip_check=true
2555          fi
2556       fi
2557    else
2558       cp $PALM_BIN/check_namelist_files.x ./
2559    fi
2560
2561    cp $working_directory/JOBS/$fname/INPUT/${fname}${p3d_suffix} ./PARIN
2562    if [[ $check_restart == 1 ]] 
2563    then
2564       cp $working_directory/JOBS/$fname/INPUT/${fname}${p3df_suffix} ./PARINF   
2565    fi
2566
2567#   CREATE ENVPAR FILE, WHICH IS NEEDED BY CHECK_NAMELIST_FILES.X
2568    cat  >  ENVPAR  <<  %%END%%
2569 &envpar  run_identifier = '$fname', host = '$localhost',
2570            write_binary = '$write_binary', tasks_per_node = $tasks_per_node,
2571            maximum_parallel_io_streams = $maximum_parallel_io_streams,
2572            maximum_cpu_time_allowed = ${cpumax}.,
2573            revision = '$global_revision',
2574            local_dvrserver_running = $local_dvrserver_running /
2575
2576%%END%%
2577
2578#   SAFETY CHECK: ONLY PROCEED IF THE PARAMETER CHECK PROGRAM WAS PROPERLY COMPILED
2579    if [[ ! -f check_namelist_files.x ]] then
2580       printf "\n  +++ WARNING: check_namelist_files.x not found."
2581       answer=dummy
2582       printf "\n\n"
2583       while [[ "$answer" != c  &&  "$answer" != C  && "$answer" != a  &&  "$answer" != A ]]
2584       do
2585          printf " >>> continue anyway (c(ontinue)/a(bort)) ?  "
2586          read  answer
2587       done
2588       if [[ $answer = a  ||  $answer = A ]]
2589       then
2590          printf "\n  +++ Aborting..."
2591          rm -rf  $check_sources
2592          locat=normal; exit
2593       else
2594          printf "\n  *** Skipping parameter file check."
2595       fi       
2596    elif [[ $skip_check == false ]]
2597    then
2598#      STARTING THE PARAMETER FILE CHECK
2599       printf "\n\n  *** starting parameter file check..."
2600
2601#      CHECKING THE P3D FILE
2602       printf "\n\n      (1) checking $fname$p3d_suffix" 
2603       echo "$numprocs 0" > VARIN
2604       errors=`./check_namelist_files.x < VARIN 2>&1`
2605
2606       check_error=false
2607       if [[ "$errors" == "" ]]
2608       then
2609          printf " --> o.k."
2610       else
2611          printf " --> failed."
2612          check_error=true
2613          printf "\n\n  $errors"
2614       fi
2615
2616#      CHECKING THE PD3F FILE IF NECESSARY
2617       if [[ $check_restart == 1 && $check_error == false ]]
2618       then
2619          printf "\n\n      (2) checking $fname$p3df_suffix" 
2620
2621#         FIRST CHECK IF INITIALIZING_ACTIONS="READ_RESTART_DATA" IS SET IN &INIPAR LIST
2622          found=false
2623          cat PARINF|while read line
2624          do
2625             line=$(echo $line|sed 's/ //g')
2626             if [[ $line == *"&inipar"* ]]
2627             then
2628                start_search=true
2629             fi
2630
2631             if [[ $start_search == true ]]
2632             then
2633                if [[ $line == *"initializing_actions='read_restart_data'"* ]]
2634                then
2635                   found=true
2636                   break
2637                fi
2638             fi
2639
2640             if [[ $line == *"/"* ]]
2641             then
2642                start_search=false
2643             fi
2644
2645          done
2646
2647          if [[ $found = false ]]
2648          then
2649             printf "\n\n  +++ ERROR: initializing_actions = 'read_restart_data' not found"
2650             printf "\n      in &inipar list in $fname$p3df_suffix."
2651             rm -rf  $check_sources
2652             locat=check_namelist; exit
2653          fi
2654
2655          echo "$numprocs 1" > VARIN
2656          errors=`./check_namelist_files.x < VARIN 2>&1`
2657
2658          if [[ "$errors" == "" ]]
2659          then
2660             printf " --> o.k."
2661          else
2662             printf " --> failed."
2663             check_error=true
2664             printf "\n\n  $errors"
2665          fi
2666       fi
2667   
2668#      REPORT ERRORS AND CONTINUE/EXIT
2669       if [[ $check_error == true ]]
2670       then
2671          printf "\n  +++ errors found in the parameter file!\n"
2672          answer=dummy
2673          printf "\n\n"
2674
2675          while [[ "$answer" != c  &&  "$answer" != C  && "$answer" != a  &&  "$answer" != A ]]
2676          do
2677          printf " >>> continue anyway (c(ontinue)/a(bort)) ?  "
2678          read  answer
2679          done
2680
2681          if [[ $answer = a  ||  $answer = A ]]
2682          then
2683             printf "\n  +++ Aborting..."
2684             rm -rf  $check_sources
2685             locat=normal; exit
2686          fi
2687        else
2688          printf "\n\n  *** parameter file(s) seem(s) to be o.k.\n"
2689        fi
2690        rm -rf $check_sources
2691    fi
2692 else
2693    printf "\n\n  +++ skipping parameter file check\n" 
2694 fi
2695
2696 cd $working_directory
2697
2698    # FALLS AUF DIESER MASCHINE GERECHNET WERDEN SOLL, WERDEN JETZT ENTSPRE-
2699    # CHENDE AKTIONEN DURCHGEFUEHRT
2700 if [[ $do_batch = false ]]
2701 then
2702
2703
2704       # TEMPORAEREN KATALOG ERZEUGEN
2705    mkdir -p  $TEMPDIR
2706    chmod  go+rx  $TEMPDIR
2707    tmpcreate=true
2708
2709       # set striping on lustre file system
2710#    if [[ $localhost = lcsgih ]]
2711#    then
2712#       lfs setstripe -s 8192k -c 16  $TEMPDIR
2713#       lfs getstripe $TEMPDIR
2714#    fi
2715
2716
2717       # SAEMTLICHE QUELLTEXT-DATEIEN BZW. AUSFUEHRBARES PROGRAMM IN
2718       # TEMPORAERES VERZEICHNIS KOPIEREN
2719    if [[ $do_compile = true ]]
2720    then
2721
2722          # ON NEC, COMPILATION IS DONE ON HOST CROSS VIA CROSS COMPILING
2723          # CREATE A TEMPORARY DIRECTORY ON THAT MACHINE (HOME MOUNTED VIA NFS)
2724       if [[ $localhost = nech ]]
2725       then
2726          TEMPDIR_COMPILE=$HOME/work/${usern}.$kennung
2727          if  mkdir -p  $TEMPDIR_COMPILE
2728          then
2729             printf "\n  *** \"$TEMPDIR_COMPILE\" "
2730             printf "\n      is generated as temporary directory for cross compiling\n"
2731          else
2732             printf "\n  +++ creating directory \"$TEMPDIR_COMPILE\" "
2733             printf "\n      needed for cross compilation failed"
2734             locat=compile
2735             exit
2736          fi
2737       else
2738          TEMPDIR_COMPILE=$TEMPDIR
2739       fi
2740
2741
2742          # PFADNAMEN FUER DAS MAKE-DEPOSITORY ERMITTELN
2743       line=""
2744       grep "%depository_path" $config_file  >  tmp_mrun
2745       while read line
2746       do
2747          if [[ "$line" != ""  &&  $(echo $line | cut -c1) != "#" ]]
2748          then
2749             if [[ "$(echo $line | cut -d" " -s -f3)" = "" ]]
2750             then
2751                global_depository_path=`echo $line | cut -d" " -s -f2`
2752             fi
2753          fi
2754       done < tmp_mrun
2755
2756       line=""
2757       grep  " $localhost" $config_file | grep "%depository_path"  >  tmp_mrun
2758       while read line
2759       do
2760          if [[ "$line" != ""  &&  $(echo $line | cut -c1) != "#" ]]
2761          then
2762             if [[ "$(echo $line | cut -d" " -s -f4)" = "$cond1"  &&  "$(echo $line | cut -d" " -s -f5)" = "$cond2" ]]
2763             then
2764                local_depository_path=`echo $line | cut -d" " -s -f2`
2765             fi
2766          fi
2767       done < tmp_mrun
2768
2769       if [[ "$local_depository_path" = "" ]]
2770       then
2771          if [[ "$global_depository_path" != "" ]]
2772          then
2773             local_depository_path=$global_depository_path
2774          else
2775             printf "\n\n  +++ no depository path found in configuration file"
2776             printf "\n      for local host \"$localhost\" "
2777             printf "\n      please set \"\%depository_path\" in configuration file\n"
2778             locat=config_file; exit
2779          fi
2780       fi
2781       eval local_depository_path=$local_depository_path
2782       [[ "$cond1" != "" ]]  &&  local_depository_path=${local_depository_path}_$cond1
2783       [[ "$cond2" != "" ]]  &&  local_depository_path=${local_depository_path}_$cond2
2784
2785
2786       basename=`print $mainprog | cut -f1 -d"."`
2787       eval make_depository=${local_depository_path}/${basename}_current_version.tar
2788       if [[ ! -f $make_depository ]]
2789       then
2790          printf "\n"
2791          printf "\n  *** WARNING: make depository \"$make_depository\" not found"
2792          printf "\n               \"make\" will fail, if the Makefile or other source files are missing\n"
2793       else
2794          cp  $make_depository  $TEMPDIR_COMPILE
2795          cd  $TEMPDIR_COMPILE
2796          tar -xf  $make_depository  >  /dev/null  2>&1
2797          cd -  > /dev/null
2798       fi
2799
2800       cp  SOURCES_FOR_RUN_$fname/*  $TEMPDIR_COMPILE
2801
2802    else
2803
2804       cp  $executable   ${TEMPDIR}/a.out
2805
2806    fi
2807
2808
2809       # WECHSEL IN TEMPORAEREN KATALOG
2810    cd  $TEMPDIR
2811    printf "\n  *** changed to temporary directory: $TEMPDIR"
2812
2813
2814       # OUTPUT-DATEI-VERBINDUNGEN AUF TEMPORAERER DATEI ABLEGEN
2815       # DIESE DATEI KANN VON SPAETER AUFZURUFENDEN BENUTZERPROZEDUREN GELESEN
2816       # WERDEN, UM ZU LOKALEN DATEINAMEN GEHOERENDE PERMANENTE NAMEN ZU
2817       # ERMITTELN
2818    (( i = 0 ))
2819    while (( i < iout ))
2820    do
2821       (( i = i + 1 ))
2822       if [[ "${actionout[$i]}" = tr  ||  "${actionout[$i]}" = tra  ||  "${actionout[$i]}" = trpe ]]
2823       then
2824          printf "${localout[$i]} ${actionout[$i]}\n${pathout[$i]}\n${localhost}_${fname}${endout[$i]}\n" >> OUTPUT_FILE_CONNECTIONS
2825       else
2826          printf "${localout[$i]} ${actionout[$i]}\n${pathout[$i]}\n${frelout[$i]}\n" >> OUTPUT_FILE_CONNECTIONS
2827       fi
2828    done
2829
2830
2831       # EVTL. UEBERSETZUNGSAKTIONEN STARTEN
2832    if [[ $do_compile = true ]]
2833    then
2834
2835
2836          # COMPILING WITH MAKE (ON NEC COMPILER IS CALLED ON HOST CROSS)
2837       printf "\n\n\n  *** compilation starts \n$striche\n"
2838       printf "  *** compilation with make using following options:\n"
2839       printf "      make depository:          $make_depository"
2840       if [[ "$mopts" != "" ]]
2841       then
2842          printf "      make options:             $mopts\n"
2843       fi
2844       printf "      compilername:             $compiler_name\n"
2845       printf "      compiler options:         $fopts\n"
2846       printf "      preprocessor directives:  $cpp_options \n"
2847       printf "      linker options:           $lopts \n"
2848       if [[ "$modules" != "" ]]
2849       then
2850          printf "      modules to be load:       $modules \n"
2851       fi
2852       printf "      source code files:        $source_list \n"
2853
2854       if [[ $localhost = nech ]]
2855       then
2856          ssh  136.172.44.192 -l $usern ". /SX/opt/etc/initsx.sh; $module_calls cd \$HOME/work/${usern}.$kennung; sxmake $mopts -f Makefile PROG=a.out  F90=$compiler_name  COPT=\"$cpp_options\"  F90FLAGS=\"$fopts\"  LDFLAGS=\"$lopts\" "
2857          cp  $TEMPDIR_COMPILE/a.out  .
2858          [[ $? != 0 ]]  &&  compile_error=true
2859          rm -rf  $TEMPDIR_COMPILE
2860       elif [[ $localhost = ibmh ]]
2861       then
2862          printf "      compiler is called via ssh on \"plogin1\" \n"
2863          ssh  plogin1  -l $usern  "export PATH=/sw/ibm/xlf/12.1.0.3/usr/bin:$PATH; $module_calls cd $TEMPDIR; make $mopts -f Makefile PROG=a.out  F90=$compiler_name  COPT=\"$cpp_options\"  F90FLAGS=\"$fopts\"  LDFLAGS=\"$lopts\" "
2864          [[ ! -f a.out ]]  &&  compile_error=true
2865          continue   # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN
2866       elif [[ $localhost = lcsgib ]]
2867       then
2868          printf "      compiler is called via ssh on \"bicegate0\" \n"
2869          ssh  bicegate0  -l $usern  ". /usr/share/modules/init/bash; $module_calls cd $TEMPDIR; make $mopts -f Makefile PROG=a.out  F90=$compiler_name  COPT=\"$cpp_options\"  F90FLAGS=\"$fopts\"  LDFLAGS=\"$lopts\" "
2870          [[ ! -f a.out ]]  &&  compile_error=true
2871          continue   # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN
2872       elif [[ $localhost = lcsgih ]]
2873       then
2874          printf "      compiler is called via ssh on \"hicegate0\" \n"
2875          ssh  hicegate0    -l $usern  ". /usr/share/modules/init/bash; $module_calls cd $TEMPDIR; make $mopts -f Makefile PROG=a.out  F90=$compiler_name  COPT=\"$cpp_options\"  F90FLAGS=\"$fopts\"  LDFLAGS=\"$lopts\" 2>&1 "
2876          [[ ! -f a.out ]]  &&  compile_error=true
2877          continue   # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN
2878       elif [[ $localhost = lcflow ]]
2879       then
2880          printf "      compiler is called via ssh on \"flow\" \n"
2881          ssh  flow02.hpc.uni-oldenburg.de -l $usern ". /cm/local/apps/environment-modules/3.2.6/Modules/3.2.6/init/bash; echo $MODULEPATH; echo $MODULESHOME; MODULEPATH=/cm/shared/modulefiles/; module load netcdf/intel/64/4.1.3 intel/ics/64/2011.0.013 intel/impi/64/4.0.1.007 hdf5/intel/64/1.8.7; cd $TEMPDIR; make $mopts -f Makefile PROG=a.out F90=$compiler_name COPT=\"$cpp_options\" F90FLAGS=\"$fopts\" LDFLAGS=\"$lopts\" "
2882          [[ ! -f a.out ]]  &&  compile_error=true
2883          continue   # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN
2884       else
2885          [[ $localhost = lcxt4 ]]  &&  . /opt/modules/default/init/ksh
2886          [[ "$module_calls" != "" ]]  &&  eval $module_calls
2887          make $mopts -f Makefile PROG=a.out  F90=$compiler_name  COPT="$cpp_options"  F90FLAGS="$fopts"  LDFLAGS="$lopts"
2888
2889       fi
2890
2891       if [[ $? != 0  ||  "$compile_error" = true  ||  "$module_compile_error" = true ]]
2892       then
2893          printf "\n  +++ error occured while compiling or linking"
2894          locat=compile
2895
2896  # WORKAROUND: REMOVE IF CONSTRUCT LATER, BUT KEEP THE EXIT!
2897#          if [[ $localhost != lcsgib  &&  $localhost != lcsgih ]]
2898#          then
2899             exit
2900#          else
2901#             locat=normal
2902#          fi
2903       else
2904          printf "$striche\n  *** compilation finished \n"
2905       fi
2906    fi
2907
2908
2909       # FALLS NUR TESTWEISE KOMPILIERT WERDEN SOLLTE, IST MRUN JETZT FERTIG
2910    if [[ $local_compile = true ]]
2911    then
2912       cd  $HOME
2913       rm -rf $TEMPDIR
2914       locat=local_compile; exit
2915    fi
2916
2917
2918       # BEREITSTELLEN DER INPUT-DATEIEN
2919       # SCHLEIFE UEBER ALLE VOM BENUTZER ANGEGEBENEN DATEIEN
2920    (( i = 0 ))
2921    while (( i < iin ))
2922    do
2923       (( i = i + 1 ))
2924       if (( i == 1 ))
2925       then
2926          printf "\n\n  *** providing INPUT-files:\n$striche"
2927       fi
2928
2929
2930          # OPTIONALE DATEIEN BEI NICHTVORHANDENSEIN UEBERGEHEN
2931       if [[ "${transin[$i]}" = unavailable ]]
2932       then
2933          if [[ "${extin[$i]}" = ""  ||  "${extin[$i]}" = " " ]]
2934          then
2935             printf "\n  +++ WARNING: input file \"${pathin[$i]}/${afname}${endin[$i]}\" "
2936             printf "\n               is not available!"
2937          else
2938             printf "\n  +++ WARNING: input file \"${pathin[$i]}/${afname}${endin[$i]}.${extin[$i]}\" "
2939             printf "\n               is not available!"
2940          fi
2941          continue
2942       fi
2943
2944          # PRUEFEN, OB EINZELDATEI ODER DATEI PRO PROZESSOR
2945       files_for_pes=false; datentyp=file
2946       if [[ "${actionin[$i]}" = pe  &&  -n $numprocs ]]
2947       then
2948          files_for_pes=true; datentyp=directory
2949          actionin[$i]=""
2950       elif [[ "${actionin[$i]}" = pe  &&  ! -n $numprocs ]]
2951       then
2952          actionin[$i]=""
2953       elif [[ "${actionin[$i]}" = arpe  &&  -n $numprocs ]]
2954       then
2955          files_for_pes=true; datentyp=directory
2956          actionin[$i]="ar"
2957       elif [[ "${actionin[$i]}" = arpe  &&  ! -n $numprocs ]]
2958       then
2959          actionin[$i]="ar"
2960       elif [[ "${actionin[$i]}" = flpe  &&  -n $numprocs ]]
2961       then
2962          files_for_pes=true; datentyp=directory
2963          actionin[$i]="fl"
2964       elif [[ "${actionin[$i]}" = flpe  &&  ! -n $numprocs ]]
2965       then
2966          actionin[$i]="fl"
2967       fi
2968
2969       if [[ $files_for_pes = true ]]
2970       then
2971          printf "\n  >>> INPUT: ${absnamein[$i]}/....  to  ${localin[$i]}"
2972       else
2973          printf "\n  >>> INPUT: ${absnamein[$i]}  to  ${localin[$i]}"
2974       fi
2975
2976          # INPUT-DATEI FUER EINEN FORTSETZUNGSLAUF. ES WIRD GEPRUEFT,
2977          # OB DIESE DATEI NOCH AUF DEM TEMPORAEREN DATENKATALOG VORHANDEN
2978          # IST. FALLS NICHT, WIRD VERSUCHT, SIE ANSCHLIESSEND VOM ARCHIV-
2979          # SERVER ZU HOLEN
2980       if [[ "${actionin[$i]}" = fl ]]
2981       then
2982          printf "\n      $datentyp will be fetched from temporary directory \"${tmp_data_catalog}\" !"
2983          if [[ $files_for_pes = false ]]
2984          then
2985             if [[ -f "$tmp_data_catalog/${frelin[$i]}" ]]
2986             then
2987                ln  $tmp_data_catalog/${frelin[$i]}  ${localin[$i]}
2988                got_tmp[$i]=true
2989             elif [[ -f "$WORK/${frelin[$i]}"  &&  $ignore_archive_error = true ]]
2990             then
2991                printf "\n  +++ $datentyp not found in \"$tmp_data_catalog\" !"
2992                printf "\n  *** trying to use backup copy in \"$WORK\" "
2993                cp  $WORK/${frelin[$i]}  ${localin[$i]}
2994             else
2995                printf "\n  +++ $datentyp not found in \"$tmp_data_catalog\" "
2996                printf "\n      or \"$tmp_data_catalog\" does not exist!"
2997                printf "\n  *** trying to get copy from archive"
2998                actionin[$i]=ar
2999             fi
3000          else
3001             if [[ -d "$tmp_data_catalog/${frelin[$i]}" ]]
3002             then
3003                mkdir  ${localin[$i]}
3004                cd $tmp_data_catalog/${frelin[$i]}
3005                for file in $(ls *)
3006                do
3007                   ln $file $TEMPDIR/${localin[$i]}
3008                done
3009                cd $TEMPDIR
3010                got_tmp[$i]=true
3011             elif [[ -d "$WORK/${frelin[$i]}"  &&  $ignore_archive_error = true ]]
3012             then
3013                printf "\n  +++ $datentyp not found in \"$tmp_data_catalog\" !"
3014                printf "\n  *** trying to use backup copy in \"$WORK\" "
3015                cp -r  $WORK/${frelin[$i]}  ${localin[$i]}
3016             else
3017                printf "\n  +++ $datentyp not found in \"$tmp_data_catalog\" "
3018                printf "\n      or \"$tmp_data_catalog\" does not exist!"
3019                printf "\n  *** trying to get copy from archive"
3020                actionin[$i]=ar
3021             fi
3022          fi
3023       fi
3024
3025
3026          # DATEI LIEGT AUF ARCHIV-SERVER
3027       if [[ "${actionin[$i]}" = ar ]]
3028       then
3029
3030          if [[ $files_for_pes = false ]]
3031          then
3032             printf "\n      file will be restored from archive-system ($archive_system)!"
3033          else
3034             printf "\n      directory will be restored from archive-system ($archive_system)!"
3035          fi
3036
3037          file_restored=false
3038
3039          if [[ $archive_system = asterix ]]
3040          then
3041             do_stagein=true
3042             (( stagein_anz = 0 ))
3043             while [[ $do_stagein = true ]]
3044             do
3045                if [[ $files_for_pes = false ]]
3046                then
3047                   stagein  -O  ${frelin[$i]}  >  STAGEIN_OUTPUT
3048                else
3049                   stagein  -t  -O  ${frelin[$i]}  >  STAGEIN_OUTPUT
3050                fi
3051                cat  STAGEIN_OUTPUT
3052                if [[ $(grep -c "st.msg:i24"  STAGEIN_OUTPUT) != 0 ]]
3053                then
3054                   file_restored=true
3055                   do_stagein=false
3056                else
3057                   (( stagein_anz = stagein_anz + 1 ))
3058                   if (( stagein_anz == 10 ))
3059                   then
3060                      printf "\n  +++ stagein stoped after 10 tries"
3061                      locat=stage
3062                      exit
3063                   fi
3064                   printf "\n  +++ restoring from archive failed, trying again:"
3065                   sleep 900
3066                fi
3067             done
3068          elif [[ $archive_system = DMF ]]
3069          then
3070             if [[ $files_for_pes = false ]]
3071             then
3072                printf "\n  +++ restoring of single files impossible with $archive_system !\n"
3073                locat=DMF
3074                exit
3075             else
3076                find  $ARCHIVE/${frelin[$i]}  -type m  -print  |  dmget
3077                cp  -r $ARCHIVE/${frelin[$i]}  $PWD
3078                file_restored=true
3079             fi
3080          elif [[ $archive_system = tivoli ]]
3081          then
3082             if [[ $files_for_pes = false ]]
3083             then
3084                if [[ $localhost = lcsgih ]]
3085                then
3086                   ssh  $usern@hicedata.hlrn.de  "cp  $PERM/${frelin[$i]}  $PWD"
3087                else
3088                   ssh  $usern@bicedata.hlrn.de  "cp  $PERM/${frelin[$i]}  $PWD"
3089                fi
3090             else
3091                (( inode = 0 ))
3092                while (( inode < nodes ))
3093                do
3094                   if [[ $localhost = lcsgih ]]
3095                   then
3096                      ssh  $usern@hicedata.hlrn.de  "cd $PWD; tar  xf  $PERM/${frelin[$i]}/${frelin[$i]}.node_$inode.tar"
3097                   else
3098                      ssh  $usern@bicedata.hlrn.de  "cd $PWD; tar  xf  $PERM/${frelin[$i]}/${frelin[$i]}.node_$inode.tar"
3099                   fi
3100                   (( inode = inode + 1 ))
3101                done
3102             fi
3103             file_restored=true
3104          elif [[ $archive_system = ut ]]
3105          then
3106             if [[ $files_for_pes = false ]]
3107             then
3108                cp  $UT/${frelin[$i]}  .
3109             else
3110                (( inode = 0 ))
3111                while (( inode < nodes ))
3112                do
3113                   tar  xf  $UT/${frelin[$i]}/${frelin[$i]}.node_$inode.tar
3114                   (( inode = inode + 1 ))
3115                done
3116             fi
3117             file_restored=true
3118          else
3119             printf "\n  +++ archive_system=\"$archive_system\"   restore impossible!"
3120             locat=rearchive
3121             exit
3122          fi
3123
3124          if [[ $file_restored = true ]]
3125          then
3126
3127                # DATEI AUCH AUF TEMPORAERES DATENVERZEICHNIS LEGEN, DAMIT
3128                # SIE BEI WEITEREN ZUGRIFFEN NOCH VORHANDEN IST
3129             [[ ! -d $tmp_data_catalog ]]  &&  mkdir -p  $tmp_data_catalog; chmod  g+rx  $tmp_data_catalog
3130             if [[ $files_for_pes = false ]]
3131             then
3132                ln  -f  ${frelin[$i]}  $tmp_data_catalog/${frelin[$i]}
3133             else
3134                mkdir  $tmp_data_catalog/${frelin[$i]}
3135                ln  -f  ${frelin[$i]}/*  $tmp_data_catalog/${frelin[$i]}
3136             fi
3137             got_tmp[$i]=true
3138
3139                # DATEI UNTER LOKALEM NAMEN ZUR VERFUEGUNG STELLEN
3140             mv  ${frelin[$i]}  ${localin[$i]}
3141
3142          fi
3143       fi
3144
3145
3146          # DATEI LIEGT IM VOM BENUTZER ANGEGEBENEN VERZEICHNIS
3147       if [[ "${actionin[$i]}" = ""  ||  "${actionin[$i]}" = "di"  ||  "${actionin[$i]}" = "npe" ]]
3148       then
3149
3150          if [[ "${actionin[$i]}" = "npe"  &&  -n $numprocs ]]
3151          then
3152
3153                # DATEI WIRD FUER DIE PROZESSOREN EINES PARALLERECHNERS BEREITGESTELLT
3154             printf "\n      file will be provided for $numprocs processors"
3155             mkdir  ${localin[$i]}
3156             ival=$numprocs
3157             (( ii = 0 ))
3158             while (( ii <= ival-1 ))
3159             do
3160                if (( ii < 10 ))
3161                then
3162                   cp  ${absnamein[$i]}  ${localin[$i]}/_000$ii
3163                elif (( ii < 100 ))
3164                then
3165                   cp  ${absnamein[$i]}  ${localin[$i]}/_00$ii
3166                elif (( ii < 1000 ))
3167                then
3168                   cp  ${absnamein[$i]}  ${localin[$i]}/_0$ii
3169                else
3170                   cp  ${absnamein[$i]}  ${localin[$i]}/_$ii
3171                fi
3172                (( ii = ii + 1 ))
3173             done
3174
3175          else
3176
3177             if [[ $files_for_pes = true ]]
3178             then
3179
3180                   # DIE DEN PROZESSOREN EINES PARALLELRECHNERS ZUGEHOERIGEN
3181                   # DATEIEN WERDEN BEREITGESTELLT, INDEM ZUERST DER GESAMTE
3182                   # KATALOGINHALT KOPIERT UND DANN DIE EINZELNEN DATEIEN
3183                   # PER MOVE UMBENANNT WERDEN
3184                printf "\n      providing $numprocs files for the respective processors"
3185                mkdir  ${localin[$i]}
3186                if [[ $link_local_input = true ]]
3187                    then
3188                    printf "      using ln -f\n"
3189                    cd ${absnamein[$i]}
3190                    for file in $(ls *)
3191                      do
3192                      ln -f $file  ${localin[$i]}
3193                    done
3194                    cd $TEMPDIR
3195                fi
3196                # If "ln -f" fails of if "$link_local_input = false" do a normal "cp -r"
3197                if [[ ! -f "${localin[$i]}/_0000" ]]
3198                    then
3199                    if [[ $link_local_input = true ]]
3200                        then
3201                        printf "      ln failed for .../_0000, using cp...\n"
3202                    fi
3203                    cp -r  ${absnamein[$i]}/*  ${localin[$i]}
3204                fi
3205
3206             else
3207                   # BEREITSTELLUNG AUF EINPROZESSORRECHNERN
3208                if [[ $link_local_input = true ]]
3209                then
3210                    printf "      using ln -f\n"
3211                    ln -f  ${absnamein[$i]}  ${localin[$i]}
3212                fi
3213                # If "ln -f" fails of if "$link_local_input = false" do a normal "cp"
3214                if [[ ! -f "${localin[$i]}" ]]
3215                then
3216                    if [[ $link_local_input = true ]]
3217                    then
3218                        printf "      ln failed, using cp...\n"
3219                    fi
3220                    cp  ${absnamein[$i]}  ${localin[$i]}
3221                fi
3222             fi
3223          fi
3224       fi
3225
3226    done
3227    if (( i != 0 ))
3228    then
3229       printf "\n$striche\n  *** all INPUT-files provided \n"
3230    fi
3231
3232
3233       # EVENTUELLE INPUT-KOMMANDOS ABARBEITEN
3234    (( i = 0 ))
3235    while (( i < iic ))
3236    do
3237       (( i = i + 1 ))
3238       if (( i == 1 ))
3239       then
3240          printf "\n\n  *** execution of INPUT-commands:\n$striche"
3241       fi
3242       printf "\n  >>> ${in_command[$i]}"
3243       eval  ${in_command[$i]}
3244       if (( i == iic ))
3245       then
3246          printf "\n$striche\n"
3247       fi
3248    done
3249
3250
3251       # VERBLEIBENDE CPU-ZEIT BERECHNEN
3252    cpurest=${cpumax}.
3253
3254
3255       # START DVR STREAMING SERVER
3256    if [[ $(echo $package_list | grep -c dvrp_graphics) != 0 ]]
3257    then
3258       if [[ "$dvr_server" != "" ]]
3259       then
3260
3261          printf "\n\n  *** preparing the dvr streaming server configuration file"
3262
3263             # Check, if a dvr server is already running
3264          running_dvrserver_id=`echo $(ps -edaf | grep .dvrserver.config | grep -v grep) | cut -d" " -f2`
3265          if [[ "$running_dvrserver_id" != "" ]]
3266          then
3267
3268             printf "\n\n  +++ WARNING: A dvr server with id=$running_dvrserver_id is already running!"
3269             printf "\n      This server is used instead starting a new one!"
3270             printf "\n      If required, script \"process_dvr_output\" has to be run manually."
3271
3272          else
3273
3274                # COPY CONFIGURATION FILE FOR STREAMING SERVER FROM REPOSITORY TO HERE
3275             if [[ -f ${PALM_BIN}/.dvrserver.config ]]
3276             then
3277                cp  ${PALM_BIN}/.dvrserver.config  .
3278
3279                   # Entering the BASEDIR, UID and GID into this file
3280                user_id=`id -u`
3281                group_id=`id -g`
3282                   # & is needed as seperator, because TEMPDIR contains /
3283                sed "s&<replace by dvr data directory>&${TEMPDIR}&g" .dvrserver.config > .dvrserver.1
3284                sed "s/<replace by user id>/$user_id/g"    .dvrserver.1 > .dvrserver.2
3285                sed "s/<replace by group id>/$group_id/g"  .dvrserver.2 > .dvrserver.3
3286                mv  .dvrserver.3  .dvrserver.config
3287                rm  .dvrserver.1  .dvrserver.2
3288
3289                   # Start dvr server in background, get his id and print on terminal
3290                $dvr_server  .dvrserver.config  >>  DVR_LOGFILE  2>&1  &
3291                dvrserver_id=`echo $(ps -edaf | grep .dvrserver.config) | cut -d" " -f2`
3292                printf "\n  *** streaming server with id=$dvrserver_id is started in background"
3293                local_dvrserver_running=.TRUE.
3294             else
3295                printf "\n  +++ missing file \".dvrserver.config\" in directory:"
3296                printf "\n      \"$PALM_BIN\" "
3297                locat=dvr
3298                exit
3299             fi
3300
3301          fi
3302
3303       else
3304          printf "\n\n  --- INFORMATIVE: no dvr streaming server will be started"
3305       fi
3306    fi
3307
3308
3309       # NAMELIST-DATEI MIT WERTEN VON ENVIRONMENT-VARIABLEN ERZEUGEN (ZU
3310       # LESEN VON PALM)
3311    cat  >  ENVPAR  <<  %%END%%
3312 &envpar  run_identifier = '$fname', host = '$localhost',
3313          write_binary = '$write_binary', tasks_per_node = $tasks_per_node,
3314          maximum_parallel_io_streams = $maximum_parallel_io_streams,
3315          maximum_cpu_time_allowed = ${cpumax}.,
3316          revision = '$global_revision',
3317          local_dvrserver_running = $local_dvrserver_running /
3318
3319%%END%%
3320
3321
3322       # PROGRAMMSTART
3323    printf "\n\n  *** execution starts in directory\n      \"`pwd`\"\n$striche\n"
3324    PATH=$PATH:$TEMPDIR
3325
3326       # MPI debug option (argument checking, slows down execution due to increased latency)
3327    if [[ "$mpi_debug" = true ]]
3328    then
3329       export MPI_CHECK_ARGS=1
3330       printf "\n  +++ MPI_CHECK_ARGS=$MPI_CHECK_ARGS"
3331    fi
3332
3333    if [[ "$totalview" = true ]]
3334    then
3335       printf "\n *** totalview debugger will be used"
3336       tv_opt="-tv"
3337    else
3338       tv_opt=""
3339    fi
3340
3341    if [[ "$cond1" = debug  ||  "$cond2" = debug ]]
3342    then
3343       if [[ "$ENVIRONMENT" = BATCH ]]
3344       then
3345          if [[ $(echo $localhost | cut -c1-5) != lcsgi ]]
3346          then
3347             printf "\n  +++ debug is allowed in interactive mode only"
3348             locat=debug
3349             exit
3350          fi
3351       fi
3352       if [[ $localhost = decalpha ]]
3353       then
3354          dxladebug  a.out
3355       elif [[ $localhost = ibmh ]]
3356       then
3357
3358             # SETUP THE IBM MPI ENVIRONMENT
3359          export MP_SHARED_MEMORY=yes
3360          export AIXTHREADS_SCOPE=S
3361          export OMP_NUM_THREADS=$threads_per_task
3362          export AUTHSTATE=files
3363          export XLFRTEOPTS="nlwidth=132:err_recovery=no"    # RECORD-LENGTH OF NAMELIST-OUTPUT
3364
3365             # FOLLOWING OPTIONS ARE MANDATORY FOR TOTALVIEW
3366          export MP_ADAPTER_USE=shared
3367          export MP_CPU_USE=multiple
3368          export MP_TIMEOUT=1200
3369
3370          unset  MP_TASK_AFFINITY
3371
3372             # SO FAR, TOTALVIEW NEEDS HOSTFILE MECHANISM FOR EXECUTION
3373          #(( ii = 1 ))
3374          #while (( ii <= $numprocs ))
3375          #do
3376          #   echo  $localhost_realname  >>  hostfile
3377          #   (( ii = ii + 1 ))
3378          #done
3379          #export MP_HOSTFILE=hostfile
3380
3381          if [[ "$LOADLBATCH" = yes ]]
3382          then
3383             totalview   poe  a.out  $ROPTS
3384          else
3385             echo totalview   poe  -a a.out  -procs $numprocs  -rmpool 0  -nodes 1   $ROPTS
3386             export TVDSVRLAUNCHCMD=ssh
3387             totalview   poe  -a a.out  -procs $numprocs  -rmpool 0  -nodes 1   $ROPTS
3388          fi
3389       elif [[ $(echo $localhost | cut -c1-5) = lcsgi ]]
3390       then
3391             # CURRENTLY NO DEBUGGER ON LCSGI
3392          if [[ $run_coupled_model = true ]]
3393          then
3394             printf "\n  +++ no debug in coupled mode available on \"$localhost\" "
3395             locat=debug
3396             exit
3397          else
3398             echo "no_coupling"  >  runfile_atmos
3399          fi
3400          (( ii = $numprocs / $threads_per_task ))
3401          export OMP_NUM_THREADS=$threads_per_task
3402          echo "OMP_NUM_THREADS=$OMP_NUM_THREADS"
3403          if [[ $threads_per_task != 1 ]]
3404          then
3405             printf "\n      threads per task: $threads_per_task"
3406          fi
3407          printf "\n\n"
3408          if [[ $( echo $mpilib | cut -c1-3 ) = mpt ]]
3409          then
3410#             export MPI_LAUNCH_TIMEOUT=360
3411             if [[ "$totalview" = true ]]
3412             then
3413                printf "\n     running totalview debugger"
3414                mpiexec_mpt $tv_opt -n $ii   ./a.out  $ROPTS  < runfile_atmos
3415             else
3416                mpiexec_mpt -np $ii   ./a.out  $ROPTS  < runfile_atmos
3417             fi
3418          elif [[ $( echo $mpilib | cut -c1-3 ) = mva ]]
3419          then
3420#             ulimit -s 300000   # A too large stack size causes problems
3421#             export MV2_NUM_PORTS=2
3422#             export MV2_CPU_MAPPING=0:1:2:3
3423             if [[ "$totalview" = true ]]
3424             then
3425                printf "\n     running totalview debugger"
3426                mpiexec $tv_opt ./a.out  $ROPTS  < runfile_atmos
3427             else
3428                mpiexec    ./a.out  $ROPTS  < runfile_atmos
3429             fi
3430          fi
3431       else
3432          printf "\n  +++ no debug available on \"$localhost\" "
3433          printf "\n      or not implemented in mrun so far"
3434          locat=debug
3435          exit
3436       fi
3437
3438       # end debug mode
3439    else
3440
3441          # normal execution
3442       if [[ -n $numprocs ]]
3443       then
3444             # RUNNING THE PROGRAM ON PARALLEL MACHINES
3445          if [[ $(echo $host | cut -c1-3) = ibm ]]
3446          then
3447                # SETUP THE IBM MPI ENVIRONMENT
3448             if [[ $host != ibmh  &&  $host != ibmkisti ]]
3449             then
3450                export MP_SHARED_MEMORY=yes
3451                export AIXTHREAD_SCOPE=S
3452                export OMP_NUM_THREADS=$threads_per_task
3453                export XLSMPOPTS="spins=0:yields=0:stack=20000000"
3454                export AUTHSTATE=files
3455                export XLFRTEOPTS="nlwidth=132:err_recovery=no"    # RECORD-LENGTH OF NAMELIST-OUTPUT
3456                #  export MP_PRINTENV=yes
3457
3458                   # TUNING-VARIABLEN ZUR VERBESSERUNG DER KOMMUNIKATION
3459                   # ZEIGEN ABER DERZEIT (SEP 04, FEDERATION) KAUM WIRKUNG
3460                export MP_WAIT_MODE=poll
3461                [[ $node_usage = not_shared ]]  &&  export MP_SINGLE_THREAD=yes
3462             fi
3463
3464             if [[ $host = ibmkisti ]]
3465             then
3466                export LANG=en_US
3467                export MP_SHARED_MEMORY=yes
3468                if [[ $threads_per_task = 1 ]]
3469                then
3470                   export MP_SINGLE_THREAD=yes
3471                   export MEMORY_AFFINITY=MCM
3472                else
3473                   export OMP_NUM_THREADS=$threads_per_task
3474                fi
3475             fi
3476
3477             if [[ "$LOADLBATCH" = yes ]]
3478             then
3479                printf "\n--- Control: OMP_NUM_THREADS = \"$OMP_NUM_THREADS\" \n"
3480                if [[ "$cond1" = hpmcount  ||  "$cond2" = hpmcount ]]
3481                then
3482                   /opt/optibm/HPM_2_4_1/bin/hpmcount  a.out  $ROPTS
3483                else
3484                   if [[ $run_coupled_model = false ]]
3485                   then
3486                      if [[ "$ocean_file_appendix" = true ]]
3487                      then
3488                         echo "precursor_ocean"  >  runfile_atmos
3489                      else
3490                         echo "precursor_atmos"  >  runfile_atmos
3491                      fi
3492                   else
3493                      (( iia = $numprocs_atmos / $threads_per_task ))
3494                      (( iio = $numprocs_ocean / $threads_per_task ))
3495                      printf "\n      coupled run ($iia atmosphere, $iio ocean)"
3496                      printf "\n      using $coupled_mode coupling"
3497                      printf "\n\n"
3498                      echo "coupled_run $iia $iio"  >  runfile_atmos
3499                   fi
3500                   poe ./a.out  $ROPTS  <  runfile_atmos
3501                fi
3502             else
3503                if [[ $localhost = ibmh  ||  $localhost = ibms ]]
3504                then
3505                   poe  a.out  -procs $numprocs  -nodes 1  -rmpool 0  $ROPTS
3506                elif [[ $localhost = ibmkisti  ||  $localhost = ibmku  ||  $localhost = ibmy ]]
3507                then
3508                   if [[ -f $hostfile ]]
3509                   then
3510                      cp  $hostfile  hostfile
3511                   else
3512                      (( ii = 1 ))
3513                      while (( ii <= $numprocs ))
3514                      do
3515                         echo  $localhost_realname  >>  hostfile
3516                         (( ii = ii + 1 ))
3517                      done
3518                   fi
3519                   export MP_HOSTFILE=hostfile
3520                   if [[ $run_coupled_model = false ]]
3521                   then
3522                      if [[ "$ocean_file_appendix" = true ]]
3523                      then
3524                         echo "precursor_ocean"  >  runfile_atmos
3525                      else
3526                         echo "precursor_atmos"  >  runfile_atmos
3527                      fi
3528                   else
3529                      (( iia = $numprocs_atmos / $threads_per_task ))
3530                      (( iio = $numprocs_ocean / $threads_per_task ))
3531                      printf "\n      coupled run ($iia atmosphere, $iio ocean)"
3532                      printf "\n      using $coupled_mode coupling"
3533                      printf "\n\n"
3534                      echo "coupled_run $iia $iio"  >  runfile_atmos
3535                   fi
3536                   if [[ $localhost = ibmy ]]
3537                   then
3538                      ./a.out  -procs $tasks_per_node  $ROPTS  <  runfile_atmos
3539                   else
3540                      poe  ./a.out  -procs $numprocs $ROPTS  <  runfile_atmos
3541                   fi
3542
3543                else
3544                   if [[ "$host_file" = "" ]]
3545                   then
3546                      printf "\n  +++ no hostfile given in configuration file"
3547                      locat=config_file
3548                      exit
3549                   else
3550                      eval host_file=$host_file
3551                   fi
3552                   export MP_HOSTFILE=$host_file
3553                   poe  a.out  -procs $numprocs  -tasks_per_node $numprocs  $ROPTS
3554                fi
3555             fi
3556          elif [[ $host = nech  ||  $host = necriam ]]
3557          then
3558             (( ii = nodes ))
3559             if [[ $ii = 1 ]]
3560             then
3561                export F_ERRCNT=0        # acceptable number of errors before program is stopped
3562                export MPIPROGINF=YES
3563                #  export F_TRACE=YES|FMT1|FMT2  # output of ftrace informations to job protocol
3564                echo "*** execution on single node with mpirun"
3565                mpirun  -np $numprocs  ./a.out  $ROPTS
3566             else
3567                (( i = 0 ))
3568                while (( i < ii ))
3569                do
3570                   echo "-h $i  -p $tasks_per_node  -e ./mpi_exec_shell"  >>  multinode_config
3571                   (( i = i + 1 ))
3572                done
3573
3574                echo "#!/bin/sh"                         >   mpi_exec_shell
3575                echo " "                                 >>  mpi_exec_shell
3576                echo "set -u"                            >>  mpi_exec_shell
3577                echo "F_ERRCNT=0"                        >>  mpi_exec_shell
3578                echo "MPIPROGINV=YES"                    >>  mpi_exec_shell
3579                echo "OMP_NUM_THREADS=$threads_per_task" >>  mpi_exec_shell
3580                echo "cpurest=$cpurest"                  >>  mpi_exec_shell
3581                echo "fname=$fname"                      >>  mpi_exec_shell
3582                echo "localhost=$localhost"              >>  mpi_exec_shell
3583                echo "return_addres=$return_addres"      >>  mpi_exec_shell
3584                echo "return_username=$return_username"  >>  mpi_exec_shell
3585                echo "tasks_per_node=$tasks_per_node"    >>  mpi_exec_shell
3586                echo "write_binary=$write_binary"        >>  mpi_exec_shell
3587                echo "use_seperate_pe_for_dvrp_output=$use_seperate_pe_for_dvrp_output"  >>  mpi_exec_shell
3588                echo "  "                                >>  mpi_exec_shell
3589                echo "export F_ERRCNT"                   >>  mpi_exec_shell
3590                echo "export MPIPROGINV"                 >>  mpi_exec_shell
3591                echo "export OMP_NUM_THREADS"            >>  mpi_exec_shell
3592                echo "export cpurest"                    >>  mpi_exec_shell
3593                echo "export fname"                      >>  mpi_exec_shell
3594                echo "export localhost"                  >>  mpi_exec_shell
3595                echo "export return_addres"              >>  mpi_exec_shell
3596                echo "export return_username"            >>  mpi_exec_shell
3597                echo "export tasks_per_node"             >>  mpi_exec_shell
3598                echo "export write_binary"               >>  mpi_exec_shell
3599                echo "export use_seperate_pe_for_dvrp_output"  >>  mpi_exec_shell
3600                echo " "                                 >>  mpi_exec_shell
3601                echo "exec  ./a.out"                     >>  mpi_exec_shell
3602
3603                chmod u+x  mpi_exec_shell
3604                export MPIPROGINF=YES
3605                mpirun  -f multinode_config  &
3606                wait
3607
3608             fi
3609          elif [[ $(echo $host | cut -c1-2) = lc  &&  $host != lckyoto &&  $host != lctit ]]
3610          then
3611
3612                # COPY HOSTFILE FROM SOURCE DIRECTORY OR CREATE IT, IF IT
3613                # DOES NOT EXIST
3614             if [[ $host != lcsgih  &&  $host != lcsgib ]]
3615             then
3616                if [[ -f $hostfile ]]
3617                then
3618                   cp  $hostfile  hostfile
3619                   (( ii = $numprocs / $threads_per_task ))
3620                else
3621                   (( ii = 1 ))
3622                   while (( ii <= $numprocs / $threads_per_task ))
3623                   do
3624                      echo  $localhost_realname  >>  hostfile
3625                      (( ii = ii + 1 ))
3626                   done
3627                fi
3628                eval zeile=\"`head -n $ii  hostfile`\"
3629                printf "\n  *** running on: $zeile"
3630             fi
3631
3632             (( ii = $numprocs / $threads_per_task ))
3633             export OMP_NUM_THREADS=$threads_per_task
3634             # echo "*** OMP_NUM_THREADS=$OMP_NUM_THREADS"
3635             if [[ $threads_per_task != 1 ]]
3636             then
3637                   # increase stack size to unlimited, because large runs
3638                   # may abort otherwise
3639                ulimit -Ss unlimited
3640                printf "\n      threads per task: $threads_per_task  stacksize: unlimited"
3641             fi
3642             if [[ $run_coupled_model = false ]]
3643             then
3644                if [[ "$ocean_file_appendix" = true ]]
3645                then
3646                   echo "precursor_ocean"  >  runfile_atmos
3647                else
3648                   echo "precursor_atmos"  >  runfile_atmos
3649                fi
3650                printf "\n\n"
3651                if [[ $host = lcsgih  ||  $host = lcsgib ]]
3652                then
3653                   if [[ $( echo $mpilib | cut -c1-3 ) = mpt ]]
3654                   then
3655                          # MPI_DSM_DISTRIBUTE not necessary when MPI_DSM_CPULIST is set
3656                          # export MPI_DSM_DISTRIBUTE=1
3657                          # MPI_DSM_CPULIST: pin MPI processes to cores
3658                      if [[ $use_openmp = false ]]
3659                      then
3660                         if [[ "$sgi_feature" = ice2 ]]
3661                         then
3662                            export MPI_DSM_CPULIST="0,4,1,5,2,6,3,7:allhosts"
3663                         else
3664                            export MPI_DSM_CPULIST="0,1,4,5,2,3,6,7:allhosts"
3665                         fi
3666                      else
3667                         unset MPI_DSM_CPULIST
3668                      fi
3669                          # MPI_IB_RAILS: use both IB rails on ICE2
3670                      export MPI_BUFS_PER_HOST=512
3671                      export MPI_IB_RAILS=2
3672                          # NECESSARY, IF MORE THAN 4096 PEs ARE USED
3673                      export MPI_CONNECTIONS_THRESHOLD=8192
3674                  #    echo "*** MPI_DSM_CPULIST=$MPI_DSM_CPULIST"
3675                      export MPI_TYPE_DEPTH=20
3676                  #    echo "*** MPI_TYPE_DEPTH=$MPI_TYPE_DEPTH"
3677                      export MPI_GROUP_MAX=64
3678                  #    echo "*** MPI_GROUP_MAX=$MPI_GROUP_MAX"
3679                      if [[ $use_openmp = true ]]
3680                      then
3681                         echo " mpiexec -npernode $tasks_per_node  ./a.out  $ROPTS  <  runfile_atmos"
3682                         mpiexec -npernode $tasks_per_node $tv_opt ./a.out  $ROPTS  <  runfile_atmos
3683                      else
3684                         mpiexec_mpt -np $ii $tv_opt  ./a.out  $ROPTS  < runfile_atmos
3685                      fi
3686
3687                          # next is test for openmp usage
3688                  #     echo "mpiexec -npernode $tasks_per_node  ./a.out  $ROPTS  < runfile_atmos"
3689                  #     mpiexec -npernode $tasks_per_node  ./a.out  $ROPTS  < runfile_atmos
3690                   elif [[ $( echo $mpilib | cut -c1-3 ) = mva ]]
3691                   then
3692                      export MV2_NUM_PORTS=2
3693                      #  The default setting of MV2_CPU_MAPPING gives best results
3694                      # export MV2_ENABLE_AFFINITY=1
3695                      #  export MV2_CPU_MAPPING=0,1,4,5,2,3,6,7
3696               #       if [[ "$sgi_feature" = ice2 ]]
3697               #       then
3698               #          export MV2_CPU_MAPPING=0,4,1,5,2,6,3,7
3699               #       else
3700               #          export MV2_CPU_MAPPING=0,1,4,5,2,3,6,7
3701               #       fi
3702                      if [[ $use_openmp = true ]]
3703                      then
3704                         unset MV2_CPU_MAPPING
3705                         export MV2_ENABLE_AFFINITY=0
3706                      fi
3707                      echo "*** MV2_CPU_MAPPING=$MV2_CPU_MAPPING"
3708                      echo "*** MV2_ENABLE_AFFINITY=$MV2_ENABLE_AFFINITY"
3709                      if [[ $use_openmp = true ]]
3710                      then
3711                         echo " mpiexec -npernode $tasks_per_node  ./a.out  $ROPTS  <  runfile_atmos"
3712                         mpiexec -npernode $tasks_per_node $tv_opt ./a.out  $ROPTS  <  runfile_atmos
3713                      else
3714                         mpiexec -np $ii $tv_opt ./a.out  $ROPTS  < runfile_atmos
3715                      fi
3716                   elif [[ "$mpilib" = impi ]]
3717                   then
3718                      echo "mpirun -np $tasks_per_node inspxe-cl -r result -collect mi3 -- ./a.out  <  runfile_atmos"
3719                      mpirun -np $tasks_per_node inspxe-cl -r result -collect mi3 -- ./a.out  <  runfile_atmos
3720                   fi
3721                elif [[ $host = lcxt4  ||  $host = lcxt5m ]]
3722                then
3723                    aprun  -n $ii  -N $tasks_per_node  a.out  $ROPTS  < runfile_atmos
3724                elif [[ $host = lcflow ]]
3725                then
3726                   mpiexec  -machinefile $TMPDIR/machines  -n $ii  -env I_MPI_FABRICS shm:ofa a.out  < runfile_atmos  $ROPTS
3727                else
3728                   mpiexec  -machinefile hostfile  -n $ii  a.out  < runfile_atmos  $ROPTS
3729                fi
3730             else
3731
3732                    # currently there is no full MPI-2 support on ICE and XT4
3733                (( iia = $numprocs_atmos / $threads_per_task ))
3734                (( iio = $numprocs_ocean / $threads_per_task ))
3735                printf "\n      coupled run ($iia atmosphere, $iio ocean)"
3736                printf "\n      using $coupled_mode coupling"
3737                printf "\n\n"
3738
3739                if [[ $coupled_mode = "mpi2" ]]
3740                then
3741                   echo "atmosphere_to_ocean $iia $iio"  >  runfile_atmos
3742                   echo "ocean_to_atmosphere $iia $iio"  >  runfile_ocean
3743                   if [[ $host = lcsgih  ||  $host = lcsgib ]]
3744                   then
3745
3746                      if [[ $( echo $mpilib | cut -c1-3 ) = mpt ]]
3747                      then
3748#                         export MPI_LAUNCH_TIMEOUT=360
3749                         mpiexec_mpt -np $iia  ./a.out  $ROPTS < runfile_atmos &
3750                         mpiexec_mpt -np $iio  ./a.out  $ROPTS < runfile_ocean &
3751                      elif [[ $( echo $mpilib | cut -c1-3 ) = mva ]]
3752                      then
3753#                         ulimit -s 300000   # A too large stack size causes problems
3754#                         export MV2_NUM_PORTS=2
3755#                         export MV2_CPU_MAPPING=0:1:2:3
3756                         mpiexec -n $iia  ./a.out  $ROPTS < runfile_atmos &
3757                         mpiexec -n $iio  ./a.out  $ROPTS < runfile_ocean &
3758                      fi
3759
3760                   elif [[ $host = lcxt4  ||  $host = lcxt5m ]]
3761                   then
3762
3763                      aprun  -n $iia  -N $tasks_per_node  a.out < runfile_atmos  $ROPTS  &
3764                      aprun  -n $iio  -N $tasks_per_node  a.out < runfile_ocean  $ROPTS  &
3765
3766                   else
3767                          # WORKAROUND BECAUSE mpiexec WITH -env option IS NOT AVAILABLE ON SOME SYSTEMS
3768                       mpiexec  -machinefile hostfile  -n $iia  a.out  $ROPTS  <  runfile_atmos &
3769                       mpiexec  -machinefile hostfile  -n $iio  a.out  $ROPTS  <  runfile_ocean &
3770#                       mpiexec  -machinefile hostfile  -n $iia  -env coupling_mode atmosphere_to_ocean  a.out  $ROPTS  &
3771#                       mpiexec  -machinefile hostfile  -n $iio  -env coupling_mode ocean_to_atmosphere  a.out  $ROPTS  &
3772                   fi
3773                   wait
3774
3775                else
3776
3777                   echo "coupled_run $iia $iio"  >  runfile_atmos
3778                   if [[ $host = lcsgih  ||  $host = lcsgib ]]
3779                   then
3780
3781                      if [[ $( echo $mpilib | cut -c1-3 ) = mpt ]]
3782                      then
3783#                         export MPI_LAUNCH_TIMEOUT=360
3784                         mpiexec_mpt -np $ii  ./a.out  $ROPTS < runfile_atmos
3785                      elif [[ $( echo $mpilib | cut -c1-3 ) = mva ]]
3786                      then
3787#                         ulimit -s 300000   # A too large stack size causes problems
3788#                         export MV2_NUM_PORTS=2
3789#                         export MV2_CPU_MAPPING=0:1:2:3
3790                         mpiexec  ./a.out  $ROPTS < runfile_atmos
3791                      fi
3792
3793                   elif [[ $host = lcxt4  ||  $host = lcxt5m ]]
3794                   then
3795
3796                      aprun  -n $ii  -N $tasks_per_node  a.out < runfile_atmos  $ROPTS
3797
3798                   elif [[ $host = lck || $host = lckordi ]]
3799                   then
3800                         mpiexec -n $ii  ./a.out  $ROPTS < runfile_atmos &
3801                   fi
3802                   wait
3803                fi
3804
3805             fi
3806          elif [[ $host = decalpha ]]
3807          then
3808             dmpirun  -np $numprocs  a.out  $ROPTS
3809          elif [[ $host = lckyoto ]]
3810          then
3811             set -xv
3812             export P4_RSHCOMMAND=plesh
3813             echo "     P4_RSHCOMMAND = $P4_RSHCOMMAND"
3814             if [[ "$ENVIRONMENT" = BATCH ]]
3815             then
3816                if [[ "$cond2" = fujitsu ]]
3817                then
3818                   mpiexec  -n $numprocs  ./a.out  $ROPTS  # for fujitsu-compiler
3819                elif [[ "cond2" = pgi ]]
3820                then
3821                   mpirun  -np $numprocs  -machinefile ${QSUB_NODEINF}  ./a.out  $ROPTS
3822                else
3823                   mpirun_rsh -np $numprocs -hostfile ${QSUB_NODEINF} MV2_USE_SRQ=0 ./a.out ${ROPTS} || /bin/true
3824                fi
3825             else
3826                if [[ "$cond2" = "" ]]
3827                then
3828                   mpiruni_rsh -np $numprocs ./a.out  $ROPTS  # for intel
3829                else
3830                   mpirun  -np $numprocs  ./a.out  $ROPTS
3831                fi
3832             fi
3833             set +xv
3834          elif [[ $host = lctit ]]
3835          then
3836             export OMP_NUM_THREADS=$threads_per_task
3837             echo "OMP_NUM_THREADS=$OMP_NUM_THREADS"
3838             if [[ "$threads_per_task" != 1 ]]
3839             then
3840                export MV2_ENABLE_AFFINITY=0
3841             fi
3842             echo "----- PBS_NODEFILE content:"
3843             cat $PBS_NODEFILE
3844             echo "-----"
3845             (( ii = $numprocs / $threads_per_task ))
3846             echo "mpirun  -np $ii  -hostfile $PBS_NODEFILE ./a.out  $ROPTS"
3847             mpirun  -np $ii  -hostfile $PBS_NODEFILE ./a.out  $ROPTS
3848          else
3849             mpprun  -n $numprocs  a.out  $ROPTS
3850          fi
3851          [[ $? != 0 ]]  &&  execution_error=true
3852
3853
3854             # PERFORMANCE-AUSWERTUNG MIT APPRENTICE
3855          if [[ "$cond1" = apprentice  ||  "$cond2" = apprentice ]]
3856          then
3857             apprentice
3858          fi
3859       else
3860          a.out  $ROPTS
3861       fi
3862    fi
3863    if [[ $? != 0  ||  $execution_error = true ]]
3864    then
3865
3866          # ABBRUCH BEI LAUFZEITFEHLER
3867#       [[ ! ( "$cond1" = debug  ||  "$cond2" = debug ) ]]  &&  cat  aout_output*
3868       printf "\n  +++ runtime error occured"
3869       locat=execution
3870       exit
3871    else
3872#       [[ ! ( "$cond1" = debug  ||  "$cond2" = debug ) ]]  &&  cat  aout_output*
3873       printf "\n$striche\n  *** execution finished \n"
3874
3875          # Stop the dvr streaming server and process the dvr output in order
3876          # to create dvrs- and html-files containing all streams
3877       if [[ "$dvrserver_id" != "" ]]
3878       then
3879          kill $dvrserver_id
3880          printf "\n  *** dvr server with id=$dvrserver_id has been stopped"
3881
3882             # If there is a directory, data have been output by the
3883             # streaming server. Otherwise, user has chosen dvrp_output=local
3884          if [[ -d DATA_DVR ]]
3885          then
3886
3887                # Add the current dvr configuration file to the dvr output
3888                # directory
3889             cp  .dvrserver.config  DATA_DVR
3890
3891                # Process the dvr output (option -s for also generating
3892                # sequence mode data)
3893             process_dvr_output  -d DATA_DVR  -f $fname  -s
3894
3895          else
3896
3897                # Process the local output
3898             process_dvr_output  -l  -d DATA_DVR  -f $fname
3899
3900          fi
3901
3902       elif [[ $(echo $package_list | grep -c dvrp_graphics) != 0 ]]
3903       then
3904
3905             # Process dvr output generated in local mode (dvrp_output=local)
3906          process_dvr_output  -l  -d DATA_DVR  -f $fname
3907
3908       fi
3909    fi
3910
3911
3912
3913       # Call of combine_plot_fields in order to merge single files written
3914       # by each PE into one file.
3915    if [[ ! -f ${PALM_BIN}/combine_plot_fields${block}.x ]]
3916    then
3917       printf "\n\n\n  +++ WARNING: no combine_plot_fields found for given block \"$cond1 $cond2\""
3918       printf "\n      2d- and/or 3d-data may be incomplete!"
3919       printf "\n      Run \"mbuild -u -h $localhost\" to generate utilities for this block.\n"
3920    else
3921       printf "\n\n\n *** post-processing: now executing \"combine_plot_fields${block}.x\" ..."
3922       combine_plot_fields${block}.x
3923    fi
3924
3925
3926
3927       # EVENTUELLE OUTPUT-KOMMANDOS ABARBEITEN
3928    (( i = 0 ))
3929    while (( i < ioc ))
3930    do
3931       (( i = i + 1 ))
3932       if (( i == 1 ))
3933       then
3934          printf "\n\n  *** execution of OUTPUT-commands:\n$striche"
3935       fi
3936       printf "\n  >>> ${out_command[$i]}"
3937       eval  ${out_command[$i]}
3938       if (( i == ioc ))
3939       then
3940          printf "\n$striche\n"
3941       fi
3942    done
3943
3944
3945       # EVTL. INHALT DES AKTUELLEN VERZEICHNISSES AUSGEBEN
3946    if [[ $do_trace = true ]]
3947    then
3948       printf "\n\n"
3949       ls -al
3950    fi
3951
3952
3953
3954       # OUTPUT-DATEIEN AN IHRE ZIELORTE KOPIEREN
3955    (( i = 0 ))
3956    while (( i < iout ))
3957    do
3958       (( i = i + 1 ))
3959       if (( i == 1 ))
3960       then
3961          printf "\n\n  *** saving OUTPUT-files:\n$striche"
3962       fi
3963
3964          # PRUEFEN, OB EINZELDATEI ODER DATEI PRO PROZESSOR
3965       files_for_pes=false; filetyp=file
3966       if [[ "${actionout[$i]}" = pe  &&  -n $numprocs ]]
3967       then
3968          files_for_pes=true; filetyp=directory
3969          actionout[$i]=""
3970       elif [[ "${actionout[$i]}" = pe  &&  ! -n $numprocs ]]
3971       then
3972          actionout[$i]=""
3973       elif [[ "${actionout[$i]}" = arpe  &&  -n $numprocs ]]
3974       then
3975          files_for_pes=true; filetyp=directory
3976          actionout[$i]="ar"
3977       elif [[ "${actionout[$i]}" = arpe  &&  ! -n $numprocs ]]
3978       then
3979          actionout[$i]="ar"
3980       elif [[ "${actionout[$i]}" = flpe  &&  -n $numprocs ]]
3981       then
3982          files_for_pes=true; filetyp=directory
3983          actionout[$i]="fl"
3984       elif [[ "${actionout[$i]}" = flpe  &&  ! -n $numprocs ]]
3985       then
3986          actionout[$i]="fl"
3987       elif [[ "${actionout[$i]}" = trpe  &&  -n $numprocs ]]
3988       then
3989          files_for_pes=true; filetyp=directory
3990          actionout[$i]="tr"
3991       elif [[ "${actionout[$i]}" = trpe  &&  ! -n $numprocs ]]
3992       then
3993          actionout[$i]="tr"
3994       fi
3995
3996       if [[ ! -f ${localout[$i]}  &&  $files_for_pes = false ]]
3997       then
3998          printf "\n  +++ temporary OUTPUT-file  ${localout[$i]}  does not exist\n"
3999       elif [[ ! -d ${localout[$i]}  &&  $files_for_pes = true ]]
4000       then
4001          printf "\n  +++ temporary OUTPUT-file  ${localout[$i]}/....  does not exist\n"
4002       else
4003
4004
4005             # KOPIEREN PER FTP/SCP (IMMER IM BINAERMODUS, -M: FALLS ZIELKATALOG
4006             # NICHT VORHANDEN, WIRD VERSUCHT, IHN ANZULEGEN), ABER NUR BEI
4007             # REMOTE-RECHNUNGEN
4008          if [[ "${actionout[$i]}" = tr ]]
4009          then
4010             if [[ $localhost != $fromhost ]]
4011             then
4012                if [[ $files_for_pes = false ]]
4013                then
4014                   cps=""
4015                   cst=""
4016                else
4017                   cps=-c
4018                   cst="/"
4019                fi
4020                if [[ $localhost = nech ]]
4021                then
4022
4023                      # TRANSFER IN EIGENSTAENDIGEM JOB
4024                      # ZUERST KOPIE DER DATEI INS TEMPORAERE DATENVERZEICHNIS
4025                   [[ ! -d $tmp_data_catalog/TRANSFER ]]  &&  mkdir -p  $tmp_data_catalog/TRANSFER
4026                   file_to_transfer=${fname}_${localout[$i]}_to_transfer_$kennung
4027                   if [[ $files_for_pes = false ]]
4028                   then
4029                      ln -f  ${localout[$i]}  $tmp_data_catalog/TRANSFER/$file_to_transfer
4030                   else
4031                      mkdir  $tmp_data_catalog/TRANSFER/$file_to_transfer
4032                      ln  ${localout[$i]}/*  $tmp_data_catalog/TRANSFER/$file_to_transfer
4033                   fi
4034
4035                   echo "set -x"                                    >    transfer_${localout[$i]}
4036                   echo "cd  $tmp_data_catalog/TRANSFER"            >>   transfer_${localout[$i]}
4037
4038                   printf "\n  >>> OUTPUT: ${localout[$i]}$cst  by SCP in seperate job to"
4039                   printf "\n              ${pathout[$i]}/${localhost}_${fname}${endout[$i]}$cst"
4040                   printf "\n              or higher cycle\n"
4041                   echo "batch_scp $cps -b -m -u $return_username $return_addres  $file_to_transfer \"${pathout[$i]}\" ${localhost}_${fname}${endout[$i]}  ${extout[$i]}"  >>  transfer_${localout[$i]}
4042
4043                   echo "[[ \$? = 0 ]]  &&  rm  $file_to_transfer"  >>  transfer_${localout[$i]}
4044
4045                   if [[ $localhost = nech ]]
4046                   then
4047                      subjob  -d  -c /pf/b/$usern/job_queue  -v  -q pp  -X 0  -m 1000  -t 900  transfer_${localout[$i]}
4048                   else
4049                      if [[ "$LOGNAME" = b323013 ]]
4050                      then
4051                         subjob  -v  -q c1  -X 0  -m 1000  -t 900  -c $job_catalog  transfer_${localout[$i]}
4052                      else
4053                         subjob  -d  -v  -q c1  -X 0  -m 1000  -t 900  -c $job_catalog  transfer_${localout[$i]}
4054                      fi
4055                   fi
4056
4057                else
4058
4059                      # TRANSFER INNERHALB DIESES JOBS
4060                   transfer_failed=false
4061                   printf "\n  >>> OUTPUT: ${localout[$i]}$cst  by SCP to"
4062                   printf "\n              ${pathout[$i]}/${localhost}_${fname}${endout[$i]}$cst\n"
4063                   batch_scp $cps -b -m -u $return_username $return_addres  ${localout[$i]} "${pathout[$i]}" ${localhost}_${fname}${endout[$i]}  ${extout[$i]}
4064                   [[ $? != 0 ]]  &&  transfer_failed=true
4065
4066                      # BEI FEHLGESCHLAGENEM TRANSFER SICHERUNGSKOPIE AUF
4067                      # LOKALER MASCHINE ANLEGEN
4068                   if [[ $transfer_failed = true ]]
4069                   then
4070                      printf "  +++ transfer failed. Trying to save a copy on the local host under:\n"
4071                      printf "      ${pathout[$i]}/${localhost}_${fname}${endout[$i]}_$kennung\n"
4072
4073                         # ERSTMAL PRUEFEN, OB VERZEICHNIS EXISTIERT. GEGEBENENFALLS
4074                         # ANLEGEN.
4075                      eval  local_catalog=${pathout[$i]}
4076                      if [[ ! -d $local_catalog ]]
4077                      then
4078                         printf "  *** local directory does not exist. Trying to create:\n"
4079                         printf "      $local_catalog \n"
4080                         mkdir -p  $local_catalog
4081                      fi
4082                      eval  cp  ${localout[$i]}  ${pathout[$i]}/${localhost}_${fname}${endout[$i]}_$kennung
4083                      transfer_problems=true
4084                   fi
4085                fi
4086             else
4087
4088                   # WERTZUWEISUNG, SO DASS WEITER UNTEN NUR KOPIERT WIRD
4089                actionout[$i]=""
4090             fi
4091          fi
4092
4093
4094             # APPEND PER FTP/SCP (IMMER IM BINAERMODUS, -M: FALLS ZIELKATALOG
4095             # NICHT VORHANDEN, WIRD VERSUCHT, IHN ANZULEGEN), ABER NUR BEI
4096             # REMOTE-RECHNUNGEN
4097          if [[ "${actionout[$i]}" = tra ]]
4098          then
4099             if [[ $localhost != $fromhost ]]
4100             then
4101                if [[ $localhost = ibmh  ||  $localhost = nech ]]
4102                then
4103
4104                      # TRANSFER IN EIGENSTAENDIGEM JOB
4105                      # ZUERST KOPIE DER DATEI INS TEMPORAERE DATENVERZEICHNIS
4106                   [[ ! -d $tmp_data_catalog/TRANSFER ]]  &&  mkdir -p  $tmp_data_catalog/TRANSFER
4107                   file_to_transfer=${fname}_${localout[$i]}_to_transfer_$kennung
4108                   ln -f  ${localout[$i]}  $tmp_data_catalog/TRANSFER/$file_to_transfer
4109
4110                   echo "set -x"                                    >    transfer_${localout[$i]}
4111                   echo "cd  $tmp_data_catalog/TRANSFER"            >>   transfer_${localout[$i]}
4112
4113                   printf "\n  >>> OUTPUT: ${localout[$i]}  append by SCP in seperate job to"
4114                   printf "\n              ${pathout[$i]}/${localhost}_${fname}${endout[$i]}"
4115                   printf "\n              or higher cycle\n"
4116                   echo "batch_scp -A -b -m -u $return_username $return_addres  $file_to_transfer \"${pathout[$i]}\" ${localhost}_${fname}${endout[$i]}  ${extout[$i]}"  >>  transfer_${localout[$i]}
4117
4118                   echo "[[ \$? = 0 ]]  &&  rm  $file_to_transfer"  >>  transfer_${localout[$i]}
4119
4120                   if [[ $localhost = nech ]]
4121                   then
4122                      subjob  -d  -c /pf/b/$usern/job_queue  -v  -q pp  -X 0  -m 1000  -t 900  transfer_${localout[$i]}
4123                   else
4124                      if [[ $LOGNAME = b323013 ]]
4125                      then
4126                         subjob  -v  -q c1  -X 0  -m 1000  -t 900  -c $job_catalog  transfer_${localout[$i]}
4127                      else
4128                         subjob  -d  -v  -q c1  -X 0  -m 1000  -t 900  -c $job_catalog  transfer_${localout[$i]}
4129                      fi
4130                   fi
4131
4132                else
4133
4134                      # TRANSFER INNERHALB DIESES JOBS
4135                   transfer_failed=false
4136                   printf "\n  >>> OUTPUT: ${localout[$i]}  append by SCP to"
4137                   printf "\n              ${pathout[$i]}/${localhost}_${fname}${endout[$i]}\n"
4138                   batch_scp -A -b -m -u $return_username  $return_addres ${localout[$i]} "${pathout[$i]}" ${localhost}_${fname}${endout[$i]}  ${extout[$i]}
4139                   [[ $? != 0 ]]  &&  transfer_failed=true
4140
4141                      # BEI FEHLGESCHLAGENEM TRANSFER SICHERUNGSKOPIE AUF
4142                      # LOKALER MASCHINE ANLEGEN
4143                   if [[ $transfer_failed = true ]]
4144                   then
4145                      printf "  +++ transfer failed. Trying to save a copy on the local host under:\n"
4146                      printf "      ${pathout[$i]}/${localhost}_${fname}${endout[$i]}_$kennung\n"
4147
4148                         # ERSTMAL PRUEFEN, OB VERZEICHNIS EXISTIERT. GEGEBENENFALLS
4149                         # ANLEGEN
4150                      eval  local_catalog=${pathout[$i]}
4151                      if [[ ! -d $local_catalog ]]
4152                      then
4153                         printf "  *** local directory does not exist. Trying to create:\n"
4154                         printf "      $local_catalog \n"
4155                         mkdir -p  $local_catalog
4156                      fi
4157
4158                      eval  cp  ${localout[$i]}  ${pathout[$i]}/${localhost}_${fname}${endout[$i]}_$kennung
4159                      transfer_problems=true
4160                   fi
4161                fi
4162             else
4163
4164                   # WERTZUWEISUNG, SO DASS WEITER UNTEN NUR APPEND AUF
4165                   # LOKALER MASCHINE DURCHGEFUEHRT WIRD
4166                actionout[$i]=a
4167             fi
4168          fi
4169
4170
4171             # OUTPUT-DATEI FUER EINEN FORTSETZUNGSLAUF. DATEI WIRD PER
4172             # LINK AUF DEN TEMPORAEREN DATENKATALOG GELEGT. OPTION -f WIRD
4173             # VERWENDET, FALLS DORT NOCH EINE DATEI GLEICHEN NAMENS VORHANDEN
4174             # SEIN SOLLTE. ANSCHLIESSEND WIRD SEINE ARCHIVIERUNG ANGESTOSSEN
4175          if [[ "${actionout[$i]}" = fl ]]
4176          then
4177             [[ ! -d $tmp_data_catalog ]]  &&  mkdir -p  $tmp_data_catalog
4178             chmod  g+rx  $tmp_data_catalog
4179             if [[ $files_for_pes = false ]]
4180             then
4181                printf "\n  >>> OUTPUT: ${localout[$i]}  to"
4182                printf "\n              $tmp_data_catalog/${frelout[$i]} (temporary data catalog)\n"
4183                ln -f  ${localout[$i]}  $tmp_data_catalog/${frelout[$i]}
4184             else
4185                printf "\n  >>> OUTPUT: ${localout[$i]}/....  to"
4186                printf "\n              $tmp_data_catalog/${frelout[$i]} (temporary data catalog)\n"
4187                mkdir  $tmp_data_catalog/${frelout[$i]}
4188                cd ${localout[$i]}
4189                for file in $(ls *)
4190                do
4191                   ln -f $file $tmp_data_catalog/${frelout[$i]}
4192                done
4193                cd $TEMPDIR
4194             fi
4195
4196
4197                # ARCHIVIERUNGSJOB WIRD ERZEUGT UND ABGESCHICKT
4198             if [[ $store_on_archive_system = true ]]
4199             then
4200
4201                if [[ $archive_system = asterix ]]
4202                then
4203                   echo "cd  $tmp_data_catalog"                      >> archive_${frelout[$i]}
4204                   if [[ $files_for_pes = false ]]
4205                   then
4206                      echo "stageout  ${frelout[$i]}  > STAGE_OUTPUT${i}_$kennung" >> archive_${frelout[$i]}
4207                   else
4208                      echo "stageout -t  ${frelout[$i]}  > STAGE_OUTPUT${i}_$kennung" >> archive_${frelout[$i]}
4209                   fi
4210                   echo "cat  STAGE_OUTPUT${i}_$kennung"               >> archive_${frelout[$i]}
4211                   echo "if [[ \$(grep -c \"st.msg:150\"  STAGE_OUTPUT${i}_$kennung) != 0 ]]" >> archive_${frelout[$i]}
4212                   echo "then"                                       >> archive_${frelout[$i]}
4213                   echo "   do_stageout=false"                       >> archive_${frelout[$i]}
4214                   echo "else"                                       >> archive_${frelout[$i]}
4215                   echo "   echo \"  +++ $filetyp ${frelout[$i]}  could not be stored on archive-system\" " >> archive_${frelout[$i]}
4216                   echo "   cat  /dev/null  >  ~/job_queue/ARCHIVE_ERROR_$fname" >> archive_${frelout[$i]}
4217                   echo "   cat  STAGE_OUTPUT${i}_$kennung  >  ~/job_queue/archive_${frelout[$i]}_error" >> archive_${frelout[$i]}
4218                   echo "   echo \"  *** $filetyp ${frelout[$i]} will be copied to \$WORK as backup\" " >> archive_${frelout[$i]}
4219                   if [[ $files_for_pes = false ]]
4220                   then
4221                      echo "   cp   ${frelout[$i]}  \$WORK"                    >> archive_${frelout[$i]}
4222                   else
4223                      echo "   cp -r  ${frelout[$i]}  \$WORK/${frelout[$i]}"   >> archive_${frelout[$i]}
4224                   fi
4225                   echo "   echo \"  *** $filetyp ${frelout[$i]} saved\" " >> archive_${frelout[$i]}
4226                   echo "fi"                                         >> archive_${frelout[$i]}
4227                   echo "rm  STAGE_OUTPUT${i}_$kennung"              >> archive_${frelout[$i]}
4228                elif [[ $archive_system = DMF ]]
4229                then
4230                   echo "cd  $tmp_data_catalog"                      >> archive_${frelout[$i]}
4231                   if [[ $files_for_pes = false ]]
4232                   then
4233                      printf "\n  +++ archiving of single files impossible with $archive_system !\n"
4234                      locat=DMF
4235                      exit
4236                   else
4237                         # FUER RECHNER IN JUELICH. DORT KOENNTEN AUCH
4238                         # EINZELNE DATEIEN GESICHERT WERDEN (SPAETER KORR.)
4239                      echo "rm -rf  \$ARCHIVE/${frelout[$i]}"     >> archive_${frelout[$i]}
4240                      echo "cp -r  ${frelout[$i]}  \$ARCHIVE"     >> archive_${frelout[$i]}
4241                   fi
4242                elif [[ $archive_system = tivoli ]]
4243                then
4244                   echo "cd  $tmp_data_catalog"                       >> archive_${frelout[$i]}
4245                   if [[ $files_for_pes = false ]]
4246                   then
4247                         # EVENTUELL NOCH VORHANDENE DATEI IM ARCHIV LOSCHEN
4248                      echo "set -x"                                   >> archive_${frelout[$i]}
4249                      echo "rm  -rf  \$PERM/${frelout[$i]}"           >> archive_${frelout[$i]}
4250                      echo "cp  ${frelout[$i]} \$PERM/${frelout[$i]}" >> archive_${frelout[$i]}
4251                   else
4252
4253                      echo "set -x"                                   >> archive_${frelout[$i]}
4254                      echo "rm  -rf  \$PERM/${frelout[$i]}/*"         >> archive_${frelout[$i]}
4255                      echo "[[ ! -d \$PERM/${frelout[$i]} ]] && mkdir $PERM/${frelout[$i]}" >> archive_${frelout[$i]}
4256                      cd  $tmp_data_catalog
4257                      all_files=`ls -1 ${frelout[$i]}/*`
4258                      cd -  > /dev/null
4259                      (( inode = 0 ))
4260                      (( tp1   = tasks_per_node + 1 ))
4261                      while (( inode < nodes ))
4262                      do
4263#                         echo "*** all_files = \"$all_files\" "
4264                         files=`echo $all_files | cut -d" " -f1-$tasks_per_node`
4265                         all_files=`echo $all_files | cut -d" " -f$tp1-`
4266#                         echo "*** tasks_per_node = \"$tasks_per_node\" "
4267#                         echo "*** files = \"$files\" "
4268#                         echo "*** all_files = \"$all_files\" "
4269                        echo "tar  cvf \$PERM/${frelout[$i]}/${frelout[$i]}.node_$inode.tar $files"   >> archive_${frelout[$i]}
4270                        ### echo "tar  cvf ${frelout[$i]}.node_$inode.tar $files"   >> archive_${frelout[$i]}
4271                        ### echo "cp ${frelout[$i]}.node_$inode.tar \$PERM/${frelout[$i]}/"   >> archive_${frelout[$i]}
4272                         ###echo "rm ${frelout[$i]}.node_$inode.tar"   >> archive_${frelout[$i]}
4273#                         echo "dsmc incremental  \$PERM/${frelout[$i]}/${frelout[$i]}.node_$inode.tar" >> archive_${frelout[$i]}
4274#                         echo "dsmmigrate \$PERM/${frelout[$i]}/${frelout[$i]}.node_$inode.tar"        >> archive_${frelout[$i]}
4275                         (( inode = inode + 1 ))
4276                      done
4277#                      echo "rm  -rf  \$PERM/${frelout[$i]}.tar"       >> archive_${frelout[$i]}
4278#                      echo "tar  cvf \$PERM/${frelout[$i]}.tar ${frelout[$i]}" >> archive_${frelout[$i]}
4279                   fi
4280                elif [[ $archive_system = ut ]]
4281                then
4282                   echo "cd  $tmp_data_catalog"                       >> archive_${frelout[$i]}
4283                   if [[ $files_for_pes = false ]]
4284                   then
4285                         # EVENTUELL NOCH VORHANDENE DATEI IM ARCHIV LOSCHEN
4286                      echo "set -x"                                 >> archive_${frelout[$i]}
4287                      echo "rm  -rf  \$UT/${frelout[$i]}"           >> archive_${frelout[$i]}
4288                      echo "cp  ${frelout[$i]} \$UT/${frelout[$i]}" >> archive_${frelout[$i]}
4289                   else
4290
4291                      echo "set -x"                                 >> archive_${frelout[$i]}
4292                      echo "rm  -rf  \$UT/${frelout[$i]}/*"         >> archive_${frelout[$i]}
4293                      echo "[[ ! -d \$UT/${frelout[$i]} ]] && mkdir $UT/${frelout[$i]}" >> archive_${frelout[$i]}
4294                      cd  $tmp_data_catalog
4295                      all_files=`ls -1 ${frelout[$i]}/*`
4296                      cd -  > /dev/null
4297                      (( inode = 0 ))
4298                      (( tp1   = tasks_per_node + 1 ))
4299                      while (( inode < nodes ))
4300                      do
4301                         files=`echo $all_files | cut -d" " -f1-$tasks_per_node`
4302                         all_files=`echo $all_files | cut -d" " -f$tp1-`
4303                         echo "tar  cvf \$UT/${frelout[$i]}/${frelout[$i]}.node_$inode.tar $files"   >> archive_${frelout[$i]}
4304                         (( inode = inode + 1 ))
4305                      done
4306                   fi
4307                elif [[ $archive_system = none ]]
4308                then
4309                   printf "              +++ archiving on $localhost not available!\n"
4310                fi
4311
4312                if [[ $archive_system != none ]]
4313                then
4314                   if [[ $localhost = lcsgih  ||  $localhost = lcsgib ]]
4315                   then
4316#                      subjob  -d  -v  -q cdata  -X 0  -m 1000  -t 43200  -c $job_catalog  archive_${frelout[$i]}
4317                      subjob   -v  -q permq  -X 1 -T 1  -m 1000  -t 172800  -c $job_catalog  archive_${frelout[$i]}
4318                   elif [[ $localhost = nech ]]
4319                   then
4320                      subjob  -d  -c /pf/b/$usern/job_queue  -v  -q pp  -X 0  -m 1000  -t 7200  archive_${frelout[$i]}
4321                   fi
4322                   printf "              Archiving of $tmp_data_catalog/${frelout[$i]} initiated (batch job submitted)\n"
4323                fi
4324             else
4325                printf "              +++ caution: option -A is switched off. No archiving on $archive_system!\n"
4326             fi
4327
4328
4329                # LEERDATEI IM BENUTZERVERZEICHNIS ANLEGEN, DAMIT BEKANNT IST,
4330                # WIE DIE HOECHSTE ZYKLUSNUMMER AUF DEM ARCHIV-SYSTEM LAUTET
4331             if [[ $files_for_pes = false ]]
4332             then
4333                cat  /dev/null  >  ${pathout[$i]}
4334             else
4335                mkdir -p  ${pathout[$i]}
4336             fi
4337
4338          fi
4339
4340
4341             # KOPIEREN AUF LOKALER MASCHINE ZUM ARCHIV-SYSTEM
4342             # AUSSERDEM MUSS LEERDATEI ANGELEGT WERDEN, DAMIT BEKANNT IST,
4343             # WIE DIE HOECHSTE ZYKLUSNUMMER AUF DEM ARCHIV-SYSTEM LAUTET
4344             # FALLS IRGENDEINE (VON MEHREREN) ARCHIVIERUNGEN SCHIEF GEHT,
4345             # WIRD FLAG GESETZT UND BLEIBT AUCH BEI WEITEREN ORDNUNGS-
4346             # GEMAESSEN ARCHIVIERUNGEN GESETZT
4347          if [[ "${actionout[$i]}" = ar ]]
4348          then
4349             if [[ $files_for_pes = false ]]
4350             then
4351                printf "\n  >>> OUTPUT: ${localout[$i]}  to"
4352                printf "\n              ${pathout[$i]}"
4353                printf "\n              File will be copied to archive-system ($archive_system) !\n"
4354             else
4355                printf "\n  >>> OUTPUT: ${localout[$i]}/_....  to"
4356                printf "\n              ${pathout[$i]}"
4357                printf "\n              Directory will be copied to archive-system ($archive_system) !\n"
4358             fi
4359             mv  ${localout[$i]}  ${frelout[$i]}
4360
4361             file_saved=false
4362
4363             if [[ $archive_system = asterix ]]
4364             then
4365                do_stageout=true
4366                (( stageout_anz = 0 ))
4367                while [[ $do_stageout = true ]]
4368                do
4369                   if [[ $files_for_pes = false ]]
4370                   then
4371                      stageout  ${frelout[$i]}  > STAGE_OUTPUT
4372                   else
4373                      stageout  -t  ${frelout[$i]}  > STAGE_OUTPUT
4374                   fi
4375                   cat  STAGE_OUTPUT
4376                   if [[ $(grep -c "st.msg:150"  STAGE_OUTPUT) != 0 ]]
4377                   then
4378                      file_saved=true
4379                      do_stageout=false
4380                   else
4381                      if [[ $files_for_pes = false ]]
4382                      then
4383                         printf "\n  +++ file ${frelout[$i]}  could not be saved on archive-system"
4384                      else
4385                         printf "\n  +++ directory ${frelout[$i]} could not be saved on archive-system"
4386                      fi
4387                      (( stageout_anz = stageout_anz + 1 ))
4388                      if (( stageout_anz == 10 ))
4389                      then
4390                         printf "\n  +++ stoped after 10 unsuccessful tries!"
4391                         archive_save=false
4392                         do_stageout=false
4393                      else
4394                         printf "\n  *** new try to store on archive after 15 min:"
4395                         sleep 900
4396                      fi
4397                   fi
4398                done
4399             elif [[ $archive_system = DMF ]]
4400             then
4401                if [[ $files_for_pes = false ]]
4402                then
4403                   printf "\n  +++ archiving of single files impossible on $archive_system!\n"
4404                   locat=DMF
4405                   exit
4406                else
4407                   rm -rf  $ARCHIVE/${frelout[$i]}
4408                   cp -r  ${frelout[$i]}  $ARCHIVE
4409                fi
4410                file_saved=true
4411             elif [[ $archive_system = tivoli ]]
4412             then
4413                   # ARCHIVIERUNG NUR PER BATCH-JOB MOEGLICH
4414                   # DATEI MUSS ZWISCHENZEITLICH INS TEMPORAERE DATENVERZEICHNIS
4415                   # GELEGT WERDEN
4416                [[ ! -d $tmp_data_catalog ]]  &&  mkdir -p  $tmp_data_catalog
4417                chmod  g+rx  $tmp_data_catalog
4418                if [[ $files_for_pes = false ]]
4419                then
4420                   ln -f  ${frelout[$i]}  $tmp_data_catalog/${frelout[$i]}
4421                else
4422                   mkdir  $tmp_data_catalog/${frelout[$i]}
4423                   ln -f  ${frelout[$i]}/*  $tmp_data_catalog/${frelout[$i]}
4424                fi
4425
4426                   # BATCH JOB GENERIEREN UND ABSCHICKEN; DATEI MUSS WIEDER
4427                   # AUS TEMPORAEREM DATENVERZEICHNIS ENTFERNT WERDEN
4428                echo "cd  $tmp_data_catalog"                       >  archive_${frelout[$i]}
4429                if [[ $files_for_pes = false ]]
4430                then
4431                      # EVENTUELL NOCH VORHANDENE DATEI IM ARCHIV LOSCHEN
4432                   echo "rm  -rf  \$PERM/${frelout[$i]}"           >> archive_${frelout[$i]}
4433                   echo "cp  ${frelout[$i]} \$PERM/${frelout[$i]}" >> archive_${frelout[$i]}
4434                   echo "rm  -rf  ${frelout[$i]}"                  >> archive_${frelout[$i]}
4435                else
4436                   echo "rm  -rf  \$PERM/${frelout[$i]}.tar"       >> archive_${frelout[$i]}
4437                   echo "tar  cvf \$PERM/${frelout[$i]}.tar ${frelout[$i]}" >> archive_${frelout[$i]}
4438                   echo "rm  -rf  ${frelout[$i]}"                  >> archive_${frelout[$i]}
4439                fi
4440
4441                subjob  -v  -d  -q cdata  -X 0  -m 1000  -t 43200  -c $job_catalog  archive_${frelout[$i]}
4442                printf "              Archiving of $tmp_data_catalog/${frelout[$i]} initiated (batch job submitted)\n"
4443                file_saved=true
4444
4445             elif [[ $archive_system = ut ]]
4446             then
4447                   # ARCHIVIERUNG NUR PER BATCH-JOB MOEGLICH
4448                   # DATEI MUSS ZWISCHENZEITLICH INS TEMPORAERE DATENVERZEICHNIS
4449                   # GELEGT WERDEN
4450                [[ ! -d $tmp_data_catalog ]]  &&  mkdir -p  $tmp_data_catalog
4451                chmod  g+rx  $tmp_data_catalog
4452                if [[ $files_for_pes = false ]]
4453                then
4454                   ln -f  ${frelout[$i]}  $tmp_data_catalog/${frelout[$i]}
4455                else
4456                   mkdir  $tmp_data_catalog/${frelout[$i]}
4457                   ln -f  ${frelout[$i]}/*  $tmp_data_catalog/${frelout[$i]}
4458                fi
4459
4460                   # BATCH JOB GENERIEREN UND ABSCHICKEN; DATEI MUSS WIEDER
4461                   # AUS TEMPORAEREM DATENVERZEICHNIS ENTFERNT WERDEN
4462                echo "cd  $tmp_data_catalog"                       >  archive_${frelout[$i]}
4463                if [[ $files_for_pes = false ]]
4464                then
4465                      # EVENTUELL NOCH VORHANDENE DATEI IM ARCHIV LOSCHEN
4466                   echo "rm  -rf  \$UT/${frelout[$i]}"           >> archive_${frelout[$i]}
4467                   echo "cp  ${frelout[$i]} \$UT/${frelout[$i]}" >> archive_${frelout[$i]}
4468                   echo "rm  -rf  ${frelout[$i]}"                >> archive_${frelout[$i]}
4469                else
4470                   echo "rm  -rf  \$UT/${frelout[$i]}.tar"       >> archive_${frelout[$i]}
4471                   echo "tar  cvf \$UT/${frelout[$i]}.tar ${frelout[$i]}" >> archive_${frelout[$i]}
4472                   echo "rm  -rf  ${frelout[$i]}"                >> archive_${frelout[$i]}
4473                fi
4474
4475                subjob  -v  -c /pf/b/$usern/job_queue  -d  -q pp  -X 0  -m 1000  -t 7200  archive_${frelout[$i]}
4476                printf "              Archiving of $tmp_data_catalog/${frelout[$i]} initiated (batch job submitted)\n"
4477                file_saved=true
4478
4479             else
4480                printf "\n  +++ archive_system=\"$archive_system\"  archiving impossible!"
4481                archive_save=false
4482             fi
4483             if [[ $file_saved = true ]]
4484             then
4485                if [[ $files_for_pes = false ]]
4486                then
4487                   cat  /dev/null  >  ${pathout[$i]}
4488                else
4489                   mkdir -p  ${pathout[$i]}
4490                fi
4491             fi
4492          fi
4493
4494             # APPEND AUF LOKALER MASCHINE
4495          if [[ "${actionout[$i]}" = "a" ]]
4496          then
4497             if [[ "${extout[$i]}" != " "  &&  "${extout[$i]}" != "" ]]
4498             then
4499                printf "\n  >>> OUTPUT: ${localout[$i]}  append to  ${pathout[$i]}.${extout[$i]}\n"
4500                cat  ${localout[$i]}  >>  ${pathout[$i]}.${extout[$i]}
4501             else
4502                printf "\n  >>> OUTPUT: ${localout[$i]}  append to  ${pathout[$i]}\n"
4503                cat  ${localout[$i]}  >>  ${pathout[$i]}
4504             fi
4505          fi
4506
4507             # KOPIEREN AUF LOKALER MASCHINE
4508             # ES MUSS KOPIERT WERDEN, DA MOVE NICHT UEBER FILESYSTEM HINAUS MOEGLICH
4509          if [[ "${actionout[$i]}" = ""  &&  $files_for_pes = false ]]
4510          then
4511
4512                # KOPIEREN AUF EINPROZESSORMASCHINE
4513             if [[ "${extout[$i]}" != " "  &&  "${extout[$i]}" != "" ]]
4514             then
4515                printf "\n  >>> OUTPUT: ${localout[$i]}  to  ${pathout[$i]}.${extout[$i]}\n"
4516                if [[ $link_local_output = true ]]
4517                then
4518                    printf "      using ln -f\n"
4519                    ln -f  ${localout[$i]}  ${pathout[$i]}.${extout[$i]}
4520                fi
4521                # If "ln -f" fails of if "$link_local_output = false" do a normal "cp"
4522                if [[ ! -f "${pathout[$i]}.${extout[$i]}" ]]
4523                then
4524                    if [[ $link_local_output = true ]]
4525                    then
4526                        printf "      ln failed, using cp...\n"
4527                    fi
4528                    cp  ${localout[$i]}  ${pathout[$i]}.${extout[$i]}
4529                fi
4530             else
4531                printf "\n  >>> OUTPUT: ${localout[$i]}  to  ${pathout[$i]}\n"
4532                if [[ $link_local_output = true ]]
4533                then
4534                    printf "      using ln -f\n"
4535                    ln -f  ${localout[$i]}  ${pathout[$i]}
4536                fi
4537                # If "ln -f" fails of if "$link_local_output = false" do a normal "cp"
4538                if [[ ! -f "${pathout[$i]}" ]]
4539                then
4540                    if [[ $link_local_output = true ]]
4541                    then
4542                        printf "      ln failed, using cp...\n"
4543                    fi
4544                    cp  ${localout[$i]}  ${pathout[$i]}
4545                fi
4546             fi
4547
4548          elif [[ "${actionout[$i]}" = ""  &&  $files_for_pes = true ]]
4549          then
4550
4551                # DIE DEN PROZESSOREN EINES PARALLELRECHNERS ZUGEHOERIGEN
4552                # DATEIEN WERDEN ERST IN EINEM KATALOG GESAMMELT UND DIESER
4553                # WIRD DANN KOPIERT
4554                # PER MOVE UMBENANNT WERDEN
4555             printf "\n  >>> OUTPUT: ${localout[$i]}/_....  to  ${pathout[$i]}\n"
4556             if [[ $link_local_output = true ]]
4557             then
4558                 printf "      using ln -f\n"
4559                 mkdir  ${pathout[$i]}
4560                 cd ${localout[$i]}
4561                 for file in $(ls *)
4562                 do
4563                   ln -f $file  ${pathout[$i]}
4564                 done
4565                 cd $TEMPDIR
4566             fi
4567             # If "ln -f" fails of if "$link_local_output = false" do a normal "cp -r"
4568             if [[ ! -f "${pathout[$i]}/_0000" ]]
4569             then
4570                 if [[ $link_local_output = true ]]
4571                 then
4572                     printf "      ln failed for .../_0000, using cp...\n"
4573                 fi
4574                 cp -r  ${localout[$i]}  ${pathout[$i]}
4575             fi
4576
4577          fi
4578       fi
4579    done
4580    if (( i != 0 ))
4581    then
4582       if [[ $transfer_problems = true ]]
4583       then
4584          printf "\n$striche\n  *** OUTPUT-files saved"
4585          printf "\n  +++ WARNING: some data transfers failed! \n"
4586       else
4587          printf "\n$striche\n  *** all OUTPUT-files saved \n"
4588       fi
4589    fi
4590
4591
4592       # EVENTUELL FOLGEJOB STARTEN
4593       # DATEI CONTINUE_RUN MUSS VOM BENUTZERPROGRAMM AUS ERZEUGT WERDEN
4594    if [[ -f CONTINUE_RUN ]]
4595    then
4596
4597       if [[ $archive_save = true ]]
4598       then
4599
4600             # ZUERST IN MRUN-AUFRUF OPTIONEN FUER FORTSETZUNGSLAUF, FUER
4601             # STILLES ABARBEITEN (OHNE INTERAKTIVE RUECKFAGEN) UND FUER
4602             # BATCH-BETRIEB (NUR WICHTIG, FALLS BATCH AUF LOKALER MASCHINE
4603             # DURCHGEFUEHRT WERDEN SOLL) EINFUEGEN, FALLS NICHT BEREITS VOR-
4604             # HANDEN
4605          [[ $(echo $mc | grep -c "\-C") = 0 ]]  &&  mc="$mc -C"
4606          [[ $(echo $mc | grep -c "\-v") = 0 ]]  &&  mc="$mc -v"
4607          [[ $(echo $mc | grep -c "\-b") = 0 ]]  &&  mc="$mc -b"
4608          if [[ $(echo $mc | grep -c "#") != 0 ]]
4609          then
4610             mc=`echo $mc | sed 's/#/f/g'`
4611          fi
4612
4613
4614             # JOB STARTEN
4615          printf "\n\n  *** initiating restart-run on \"$return_addres\" using command:\n"
4616          echo "      $mc"
4617          printf "\n$striche\n"
4618          if [[ $localhost != $fromhost ]]
4619          then
4620
4621             if [[ $localhost = lcsgih  ||  $localhost = lcsgib  ||  $localhost = nech  ||  $localhost = ibmh  ||  $localhost = ibmkisti  ||  $localhost = ibmku  ||  $localhost = ibms ]]
4622             then
4623                echo "*** ssh will be used to initiate restart-runs!"
4624                echo "    return_addres=\"$return_addres\" "
4625                echo "    return_username=\"$return_username\" "
4626                if [[ $(echo $return_addres | grep -c "130.75.105") = 1 ]]
4627                then
4628                   ssh $return_addres -l $return_username "PATH=\$PATH:$LOCAL_MRUN_PATH;export LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:/muksoft/packages/intel/Compiler/11.1/073/lib/intel64/;export PALM_BIN=$LOCAL_MRUN_PATH;cd $LOCAL_PWD; $mc "
4629                else
4630                   if [[ $localhost = ibmkisti ]]
4631                   then
4632                      ssh $usern@gaiad "ssh $return_addres -l $return_username \"PATH=\\\$PATH:$LOCAL_MRUN_PATH;export PALM_BIN=$LOCAL_MRUN_PATH;cd $LOCAL_PWD; $mc\" "
4633                   else
4634                      ssh $return_addres -l $return_username "PATH=\$PATH:$LOCAL_MRUN_PATH;export PALM_BIN=$LOCAL_MRUN_PATH;cd $LOCAL_PWD; $mc "
4635                   fi
4636                fi
4637             else
4638                printf "\n  +++ no restart mechanism available for host \"$localhost\" "
4639                locat=restart; exit
4640             fi
4641
4642                # WARTEN, DAMIT SICH RESTART JOB IN QUEUE EINREIHEN KANN, BEVOR
4643                # DER AKTUELLE JOB ENDET
4644             if [[ $queue = special1q ]]
4645             then
4646                sleep 120
4647             else
4648                sleep 30
4649             fi
4650
4651          else
4652
4653                # BEI RECHNUNGEN AUF LOKALER MASCHINE KANN MRUN DIREKT AUFGE-
4654                # RUFEN WERDEN, AUSSER AUF lcfimm
4655             cd $LOCAL_PWD
4656             if [[ $localhost = lcfimm ]]
4657             then
4658                ssh $return_addres -l $return_username "PATH=\$PATH:$LOCAL_MRUN_PATH;export PALM_BIN=$LOCAL_MRUN_PATH;cd $LOCAL_PWD; $mc " 
4659             else
4660                eval  $mc                # ' MUESSEN AUSGEWERTET WERDEN
4661             fi
4662             cd -  > /dev/null
4663          fi
4664          printf "\n$striche\n  *** restart-run initiated \n"
4665
4666
4667             # EVENTUELL INPUT-DATEIEN, DIE VON TEMPORAEREM DATENVERZEICHNIS
4668             # GEHOLT WORDEN SIND, LOESCHEN
4669          (( i = 0 ))
4670          while (( i < iin ))
4671          do
4672             (( i = i + 1 ))
4673             if [[ "${got_tmp[$i]}" = true   &&  $keep_data_from_previous_run = false ]]
4674             then
4675                rm -r  $tmp_data_catalog/${frelin[$i]}
4676             fi
4677          done
4678
4679       else
4680
4681          printf "\n  +++ no restart-run possible, since errors occured"
4682          printf "\n      during the archive process"
4683       fi
4684
4685    fi
4686
4687
4688   
4689       # EVTL. EMAIL-BENACHRICHTIGUNG UEBER ABGESCHLOSSENEN LAUF
4690    if [[ "$email_notification" != "none" ]]
4691    then
4692
4693       if [[ $localhost != $fromhost ]]
4694       then
4695          if [[ -f CONTINUE_RUN ]]
4696          then
4697             echo "PALM restart run necessary"        >   email_text
4698             echo "description header of actual run:" >>  email_text
4699             cat  CONTINUE_RUN                        >>  email_text
4700             echo "mrun-command to restart:"          >>  email_text
4701             echo "$mc"                               >>  email_text
4702          else
4703             echo "PALM run with base filename \"$fname\" on host \"$localhost\" finished"  >  email_text
4704          fi
4705          mail  $email_notification  <  email_text
4706          printf "\n  *** email notification sent to \"$email_notification\" "
4707       fi
4708    fi
4709
4710
4711
4712       # ALLE ARBEITEN BEENDET. TEMPORAERER KATALOG KANN GELOESCHT WERDEN
4713    cd  $HOME
4714    [[ $delete_temporary_catalog = true ]]  &&  rm -rf $TEMPDIR
4715
4716 else
4717
4718
4719       # FALLS AUF REMOTE-MASCHINE GERECHNET WERDEN SOLL, WERDEN JETZT ENTSPRE-
4720       # CHENDE AKTIONEN DURCHGEFUEHRT
4721
4722       # MRUN-BEFEHL FUER REMOTE-MASCHINE ZUSAMMENSTELLEN
4723    mrun_com="$mrun_script_name -a $afname -c $config_file -d $fname -h $host -H $fromhost -m $memory -t $cpumax -q \$queue -R $return_addres -U $return_username -u $remote_username"
4724    [[ "$cpp_opts" != "" ]]       &&  mrun_com=${mrun_com}" -D \"$cpp_opts\""
4725    [[ "$global_revision" != "" ]]  &&  mrun_com=${mrun_com}" -G \"$global_revision\""
4726    [[ $group_number != none ]]   &&  mrun_com=${mrun_com}" -g $group_number"
4727    [[ $do_compile = true ]]      &&  mrun_com=${mrun_com}" -s \"$source_list\""
4728    [[ "$input_list" != "" ]]     &&  mrun_com=${mrun_com}" -i \"$input_list\""
4729    [[ $ignore_archive_error = true ]]  &&  mrun_com=${mrun_com}" -I"
4730    [[ $keep_data_from_previous_run = true ]]  &&  mrun_com=${mrun_com}" -k"
4731    [[ "$additional_conditions" != "" ]]  &&  mrun_com=${mrun_com}" -K \"$additional_conditions\""
4732#    [[ "$makefile" != "$source_path/Makefile" ]]  &&  mrun_com=${mrun_com}" -M \"$makefile\""
4733    [[ "$output_list" != "" ]]    &&  mrun_com=${mrun_com}" -o \"$output_list\""
4734    [[ "$read_from_config" = false ]]  &&  mrun_com=${mrun_com}" -S"
4735    [[ $do_trace = true ]]        &&  mrun_com=${mrun_com}" -x"
4736    [[ "$numprocs" != "" ]]       &&  mrun_com=${mrun_com}" -X $numprocs"
4737    if [[ $use_openmp = true ]]
4738    then
4739       mrun_com=${mrun_com}" -O $threads_per_task"
4740    fi
4741    [[ "$tasks_per_node" != "" ]]  &&  mrun_com=${mrun_com}" -T $tasks_per_node"
4742    [[ $store_on_archive_system = true ]]  &&  mrun_com=${mrun_com}" -A"
4743    [[ $package_list != "" ]]     &&  mrun_com=${mrun_com}" -p \"$package_list\""
4744    [[ $return_password != "" ]]  &&  mrun_com=${mrun_com}" -P $return_password"
4745    [[ $delete_temporary_catalog = false ]]  &&  mrun_com=${mrun_com}" -B"
4746    [[ $node_usage != default  &&  "$(echo $node_usage | cut -c1-3)" != "sla"  &&  $node_usage != novice ]]  &&  mrun_com=${mrun_com}" -n $node_usage"
4747    [[ "$ocean_file_appendix" = true ]]  &&  mrun_com=${mrun_com}" -y"
4748    [[ $run_coupled_model = true ]]  &&  mrun_com=${mrun_com}" -Y \"$coupled_dist\""
4749    [[ "$max_par_io_str" != "" ]]  &&  mrun_com=${mrun_com}" -w $max_par_io_str"
4750    if [[ $do_remote = true ]]
4751    then
4752       printf "\n>>>> MRUN-command on execution host:\n>>>> $mrun_com \n"
4753    fi
4754
4755
4756       # ZUSAMMENSTELLUNG DES JOBSCRIPTS AUF DATEI jobfile
4757    jobfile=jobfile.$RANDOM
4758
4759
4760       # TEMPORAERES VERZEICHNIS GENERIEREN UND NACH DORT WECHSELN
4761    echo  "mkdir  $TEMPDIR"      >>  $jobfile
4762    echo  "cd  $TEMPDIR"         >>  $jobfile
4763
4764
4765       # EVENTUELL FEHLERVERFOLGUNG AKTIVIEREN
4766    if [[ $do_trace = true ]]
4767    then
4768       echo  "set -x"                                    >>  $jobfile
4769    else
4770       echo  "set +vx"                                   >>  $jobfile
4771    fi
4772
4773
4774       # BEREITSTELLUNG VON QUELLTEXTEN, MRUN-SCRIPTS UND KONFIGURATIONS-
4775       # DATEI FUER DEN JOB
4776    if [[ $( echo $host | cut -c1-5 ) = lcsgi  ||  $host = ibmkisti ]]
4777    then
4778
4779          # KONFIGURATIONSDATEI UND MRUN_SCRIPT IN DAS SOURCE-VERZEICHNIS
4780          # KOPIEREN
4781       if [[ $restart_run != true ]]
4782       then
4783          cp  $config_file  $working_directory/SOURCES_FOR_RUN_$fname
4784          cp  ${PALM_BIN}/$mrun_script_name  $working_directory/SOURCES_FOR_RUN_$fname
4785       fi
4786
4787          # SOURCE-VERZEICHNIS VOM LOKALEN RECHNER PER SCP TRANSFERIEREN
4788          # (BEI JOBS AUF LOKALEM RECHNER REICHT CP)
4789       echo  "set -x"  >>  $jobfile
4790       if [[ $host = $localhost ]]
4791       then
4792          echo  "cp  -r  $working_directory/SOURCES_FOR_RUN_$fname ."  >>  $jobfile
4793       else
4794          if [[ $host != ibmkisti ]]
4795          then
4796             echo  "scp  -r  $return_username@$return_addres:$working_directory/SOURCES_FOR_RUN_$fname ."  >>  $jobfile
4797          else
4798                # on KISTI's IBM firewall is only opened on interactive node
4799             echo  "localdir=\`pwd\`"                            >>  $jobfile
4800             echo  "ssh $remote_username@gaiad \"cd \$localdir; scp  -r  $return_username@$return_addres:$working_directory/SOURCES_FOR_RUN_$fname .\" "  >>  $jobfile
4801          fi
4802       fi
4803       echo  "export SOURCES_COMPLETE=true"                      >>  $jobfile
4804
4805          # QUELLTEXTE, MRUN-SCRIPT UND KONFIGURATIONSDATEI IN DAS AKTUELLE
4806          # ARBEITSVERZEICHNIS VERSCHIEBEN
4807       echo  "mv  SOURCES_FOR_RUN_$fname/$config_file  . "       >>  $jobfile
4808       echo  "mv  SOURCES_FOR_RUN_$fname/$mrun_script_name  . "  >>  $jobfile
4809       echo  "execute_mrun=true"                                 >>  $jobfile
4810       echo  " "                                                 >>  $jobfile
4811
4812    else
4813
4814          # ABSPEICHERN DER QUELLTEXTE (NUR FALLS UEBERSETZT WERDEN SOLL)
4815          # SOWIE GEGEBENENFALLS DES MAKEFILES
4816       if [[ $do_compile = true ]]
4817       then
4818
4819          source_catalog=SOURCES_FOR_RUN_$fname
4820
4821              # UNTERVERZEICHNIS FUER QUELLTEXTE UND MAKEFILE ANLEGEN
4822              # MRUN WIRD DIESES VRZEICHNIS UEBER ENVIRONMENT VARIABLE
4823              # MITGETEILT (UEBERSTEUERT ANGABE IN KONFIGURATIONSDATEI)
4824          echo  "mkdir  SOURCES_FOR_RUN_$fname"                >>  $jobfile
4825          echo  "export SOURCES_COMPLETE=true"                 >>  $jobfile
4826          echo  "cd     SOURCES_FOR_RUN_$fname"                >>  $jobfile
4827
4828          for  filename  in  $source_list
4829          do
4830                # ABDECKZEICHEN VERHINDERN, DASS ERSETZUNGEN ERFOLGEN
4831             echo  "cat > $filename << \"%END%\""              >>  $jobfile
4832             cat   $source_catalog/$filename                   >>  $jobfile
4833             echo  " "                                         >>  $jobfile
4834             echo  "%END%"                                     >>  $jobfile
4835             echo  " "                                         >>  $jobfile
4836          done
4837
4838             # ABDECKZEICHEN VERHINDERN, DASS ERSETZUNGEN ERFOLGEN
4839          echo  "cat > Makefile << \"%END%\""               >>  $jobfile
4840          cat   $source_catalog/Makefile                    >>  $jobfile
4841          echo  " "                                         >>  $jobfile
4842          echo  "%END%"                                     >>  $jobfile
4843          echo  " "                                         >>  $jobfile
4844
4845          echo  "cd -  > /dev/null"                         >>  $jobfile
4846
4847       fi
4848
4849
4850          # ABSPEICHERN DER KONFIGURATIONSDATEI
4851          # ABDECKZEICHEN VERHINDERN, DASS ERSETZUNGEN ERFOLGEN
4852       echo  "cat > $config_file << \"%END%\""      >>  $jobfile
4853       cat   $config_file                           >>  $jobfile
4854       echo  "%END%"                                >>  $jobfile
4855       echo  " "                                    >>  $jobfile
4856
4857
4858          # ABSPEICHERN DER AKTUELLEN MRUN-VERSION
4859          # ABDECKZEICHEN VERHINDERN, DASS ERSETZUNGEN ERFOLGEN
4860       echo  "cat > $mrun_script_name <<\"%END%\""    >>  $jobfile
4861       cat   ${PALM_BIN}/$mrun_script_name            >>  $jobfile
4862       echo  "%END%"                                  >>  $jobfile
4863       echo  "chmod u+x $mrun_script_name"          >>  $jobfile
4864       echo  "execute_mrun=true"                    >>  $jobfile
4865       echo  " "                                    >>  $jobfile
4866
4867    fi
4868
4869
4870       # EVTL. BENOETIGTE INPUT-DATEIEN PER FTP HOLEN ODER DEM JOB DIREKT
4871       # MITGEBEN UND AUF DEM REMOTE-RECHNER IM BENUTZERVERZEICHNIS ABLEGEN
4872       # FALLS DIESES NICHT EXISTIERT, WIRD VERSUCHT, DAS JEWEILS LETZTE
4873       # UNTERVERZEICHNIS DES PFADNAMENS ANZULEGEN
4874    if [[ $do_remote = true ]]
4875    then
4876       (( i = 0 ))
4877       while (( i < iin ))
4878       do
4879          (( i = i + 1 ))
4880          echo  "[[ ! -d ${pathin[$i]} ]]  &&  mkdir -p  ${pathin[$i]}"  >>  $jobfile
4881          if [[ "${transin[$i]}" = job ]]
4882          then
4883             echo  "cat > ${remotepathin[$i]} <<\"%END%\""    >>  $jobfile
4884             eval cat   ${pathin[$i]}/${frelin[$i]}           >>  $jobfile
4885             echo  " "                                        >>  $jobfile
4886             echo  "%END%"                                    >>  $jobfile
4887          else
4888             echo  "batch_scp -b -o -g -s -u $return_username $return_addres ${remotepathin[$i]} \"${pathin[$i]}\" ${frelin[$i]}" >>  $jobfile
4889          fi
4890
4891             # UEBERPRUEFEN, OB DATEI ANGELEGT WERDEN KONNTE
4892          echo  "if [[ \$? = 1 ]]"                    >>  $jobfile
4893          echo  "then"                                >>  $jobfile
4894          echo  "   echo \" \" "                      >>  $jobfile
4895          echo  "   echo \"+++ file ${remotepathin[$i]} could not be created\" "   >>  $jobfile
4896          echo  "   echo \"    please check, if directory exists on $host!\" "  >>  $jobfile
4897          echo  "   echo \"+++ MRUN will not be continued\" "  >>  $jobfile
4898          echo  "   execute_mrun=false"               >>  $jobfile
4899          echo  "fi"                                  >>  $jobfile
4900       done
4901    fi
4902
4903       # ARBEITSKATALOG AUF DER LOKALEN MASCHINE FUER EVENTUELLE
4904       # FORTSETZUNGSLAUEFE PER ENV-VARIABLE UEBERGEBEN
4905    echo  "LOCAL_PWD=$working_directory"                >>  $jobfile
4906    echo  "export LOCAL_PWD"                            >>  $jobfile
4907
4908       # EBENSO LOKALEN MRUN-KATALOG UEBERGEBEN
4909    echo  "LOCAL_MRUN_PATH=$PALM_BIN"                   >>  $jobfile
4910    echo  "export LOCAL_MRUN_PATH"                      >>  $jobfile
4911
4912       # WORKAROUND FUER RIAM-NEC-JOBS WEGEN PROFILE-SCHWIERIGKEITEN
4913    if [[ $localhost_realname = "gate"  ||  $localhost = lctit ]]
4914    then
4915       echo  "export PALM_BIN=$PALM_BIN"                >>  $jobfile
4916    fi
4917
4918       # MRUN AUF ZIELRECHNER AUFRUFEN (queue is workaround for ibmkisti)
4919    echo  "set -x"                                      >>  $jobfile
4920    echo  "queue=$queue"                                >>  $jobfile
4921    echo  "[[ \$execute_mrun = true ]]  &&  ./$mrun_com"  >>  $jobfile
4922
4923    echo  'ls -al; echo `pwd`'                          >>  $jobfile
4924    echo  "cd \$HOME"                                   >>  $jobfile
4925    echo  "rm -rf  $TEMPDIR"                            >>  $jobfile
4926
4927
4928
4929
4930       # JOB PER SUBJOB STARTEN
4931    if [[ $silent = false ]]
4932    then
4933       printf "\n     "
4934    else
4935       printf "\n\n"
4936    fi
4937
4938    subjob  $job_on_file  -h $host  -u $remote_username -g $group_number -q $queue  -m $memory  -N $node_usage -t $cpumax  $XOPT  $TOPT  $OOPT  -n $fname  -v  -c $job_catalog  -e $email_notification  $jobfile
4939    rm -rf  $jobfile
4940
4941
4942 fi  # ENDE REMOTE-TEIL
4943
4944
4945
4946     # ENDE DER PROZEDUR
Note: See TracBrowser for help on using the repository browser.