source: palm/trunk/SCRIPTS/mrun @ 1197

Last change on this file since 1197 was 1197, checked in by raasch, 11 years ago

script adjustments for CSC Helsinki (lccrayf)

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