/[MITgcm]/MITgcm/verification/testreport
ViewVC logotype

Diff of /MITgcm/verification/testreport

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.77 by jmc, Mon Mar 20 21:50:36 2006 UTC revision 1.168 by jmc, Fri Sep 30 20:25:50 2011 UTC
# Line 11  usage() Line 11  usage()
11      echo      echo
12      echo "where possible OPTIONS are:"      echo "where possible OPTIONS are:"
13      echo "  (-help|-h)               print usage"      echo "  (-help|-h)               print usage"
14      echo "  (-mpi)                   use MPI input files"      echo "  (-mth)                   run multi-threaded (using eedata.mth)"
15      echo "  (-ieee|-noieee)          if possible, use IEEE compiler flags"      echo "  (-mpi)                   use MPI to compile and run on 2 processors"
16      echo "                             (DEF=\"-ieee\")"      echo "  (-MPI)  NUMBER           use MPI to compile and run on max NUMBER procs"
17      echo "  (-optfile=|-of=)STRING   list of optfiles to use"      echo "  (-mfile|-mf) STRING      MPI: file with list of possible machines to run on"
18      echo "  (-a|-addr) STRING        list of email recipients"      echo "  (-fast)                  use optfile default for compiler flags (no '-ieee')"
19      echo "                             (DEF=\"edhill@mitgcm.org\")"      echo "                            DEF=off => use IEEE numerics option (if available)"
20      echo "  (-t|-tdir) STRING        list of test dirs to use"      echo "  (-devel)                 use optfile developement flags (if available)"
21      echo "                             (DEF=\"\" which builds all)"      echo "  (-gsl)                   compile with \"-gsl\" flag"
22      echo "  (-b|-bash) STRING        preferred location of a \"bash\" or"      echo "  (-use_r4|-ur4)           if allowed, use real*4 type for '_RS' variable"
23        echo "  (-optfile|-of) STRING    list of optfiles to use"
24        echo "  (-addr|-a) STRING        list of email recipients"
25        echo "                             (DEF=\"\" no email is sent)"
26        echo "  (-mpackdir|-mpd) DIR     location of the mpack utility"
27        echo "                             (DEF=\"../tools/mpack-1.6\")"
28        echo "  (-tdir|-t) STRING        list of group and/or exp. dirs to test"
29        echo "                             (recognized groups: basic, tutorials)"
30        echo "                             (DEF=\"\" which test all)"
31        echo "                             (if list= 'start_from THIS_EXP' then"
32        echo "                              test THIS_EXP + all the following)"
33        echo "  (-skipdir|-skd) STRING   list of exp. dirs to skip"
34        echo "                             (DEF=\"\" which test all)"
35        echo "  (-bash|-b) STRING        preferred location of a \"bash\" or"
36      echo "                             Bourne-compatible \"sh\" shell"      echo "                             Bourne-compatible \"sh\" shell"
37      echo "                             (DEF=\"\" for \"bash\")"      echo "                             (DEF=\"\" for \"bash\")"
38      echo "  (-adm|-ad)               perform an adjoint run"      echo "  (-adm|-ad)               perform an adjoint run"
39      echo "  (-command) STRING        command to run"      echo "  (-oad)                   perform an OpenAD adjoint run"
40      echo "                             (DEF=\"make output.txt\")"      echo "  (-command|-c) STRING     command to run"
41      echo "  (-m|-make) STRING        command to use for \"make\""      echo "  (-makedepend|-md) STRING command to use for \"makedepend\""
42        echo "  (-make|-m) STRING        command to use for \"make\""
43      echo "                             (DEF=\"make\")"      echo "                             (DEF=\"make\")"
44      echo "  (-odir) STRING           used to build output directory name"      echo "  (-odir) STRING           used to build output directory name"
45      echo "                             (DEF=\"hostname\")"      echo "                             (DEF=\"hostname\")"
46      echo "  (-ptracers|-ptr) STRING  specify which ptracers to test"  #   echo "  (-ptracers|-ptr) STRING  specify which ptracers to test"
47      echo "                             (DEF=\"1 2 3 4 5\")"  #   echo "                             (DEF=\"1 2 3 4 5\")"
48        echo "  (-match) NUMBER          Matching Criteria (number of digits)"
49        echo "                             (DEF=\"$MATCH_CRIT\")"
50      echo "  (-j) JOBS                use \"make -j JOBS\" for parallel builds"      echo "  (-j) JOBS                use \"make -j JOBS\" for parallel builds"
51      echo "  (-clean)                 *ONLY* run \"make CLEAN\""      echo "  (-ef) STRING             used as genmake2 \"-extra_flag\" argument"
52        echo "  (-clean)                 *ONLY* run \"make CLEAN\" & clean run-dir"
53        echo "  (-norun|-nr)             skip the \"runmodel\" stage (stop after make)"
54        echo "  (-obj)                   only produces objects (=norun & no executable)"
55        echo "  (-runonly|-ro)           *ONLY* run stage (=\"-quick\" without make)"
56      echo "  (-quick|-q)              same as \"-nogenmake -noclean -nodepend\""      echo "  (-quick|-q)              same as \"-nogenmake -noclean -nodepend\""
57      echo "  (-nogenmake|-ng)         skip the genmake stage"      echo "  (-nogenmake|-ng)         skip the genmake stage"
58      echo "  (-noclean|-nc)           skip the \"make clean\" stage"      echo "  (-noclean|-nc)           skip the \"make clean\" stage"
59      echo "  (-nodepend|-nd)          skip the \"make depend\" stage"      echo "  (-nodepend|-nd)          skip the \"make depend\" stage"
60        echo "  (-postclean|-pc)         after each exp. test, clean build-dir & run-dir"
61        echo "  (-deloutp|-do)           delete output files after successful run"
62      echo "  (-deldir|-dd)            on success, delete the output directory"      echo "  (-deldir|-dd)            on success, delete the output directory"
63        echo "  (-ts)                    provide timing information per timestep"
64        echo "  (-papis)                 provide MFlop/s per timestep using PAPI"
65        echo "  (-pcls)                  provide MFlop/s per timestep using PCL"
66      echo      echo
67      echo "and where STRING can be a whitespace-delimited list"      echo "and where STRING can be a whitespace-delimited list"
68      echo "such as:"      echo "such as:"
# Line 55  usage() Line 80  usage()
80  build_mpack()  build_mpack()
81  {  {
82      printf "building the mpack utility...  "      printf "building the mpack utility...  "
83      if test ! -x "$MPACKDIR/mpack" ; then      MPACK="$MPACKDIR/mpack"
84        if test ! -x $MPACK ; then
85          if test ! -d $MPACKDIR ; then          if test ! -d $MPACKDIR ; then
86              echo              echo
87              echo "Error: can't find \"$MPACKDIR\""              echo "Error: can't find \"$MPACKDIR\""
# Line 64  build_mpack() Line 90  build_mpack()
90              echo              echo
91              HAVE_MPACK=f              HAVE_MPACK=f
92          fi          fi
         printf "building mpack...  "  
93          if test "x$CC" = x ; then          if test "x$CC" = x ; then
94              export CC=cc              export CC=cc
95          fi          fi
96            printf "building mpack (using CC=$CC)...  "
97          ( cd $MPACKDIR && ./configure && $MAKE ) > tr_build_mpack.out 2>&1          ( cd $MPACKDIR && ./configure && $MAKE ) > tr_build_mpack.out 2>&1
98          RETVAL=$?          RETVAL=$?
99          if test "x$RETVAL" != x0 ; then          if test "x$RETVAL" != x0 ; then
# Line 78  build_mpack() Line 104  build_mpack()
104          else          else
105              rm -f tr_build_mpack.out              rm -f tr_build_mpack.out
106              HAVE_MPACK=t              HAVE_MPACK=t
107                echo "done"
108          fi          fi
109      else      else
110          HAVE_MPACK=t          HAVE_MPACK=t
111            echo "already exist"
112      fi      fi
     echo "OK"  
113  }  }
114    
115  testoutput_for_prop()  testoutput_var()
116  {  {
117      # testoutput_for_prop dir s1 label subdir extension      # testoutput_var dir s1 label subdir reference_output
118      #      #
119      #  compares files in $dir/$subdir/output.txt and $dir/results/output.txt      #  compares 1 variable output selected from file $dir/$subdir/$OUTPUTFILE
120      #  using search strings s1 and text label      #     with same output from reference file $dir/results/$reference_output
121        #  using search strings s1 and text label
122    
123      if [ $debug -gt 0 ]; then      if [ $debug -gt 0 ]; then
124          echo testoutput_for_prop: grep "$2" $1/$4/output.txt 1>&2          echo testoutput_var: grep "$2" $1/$4/$OUTPUTFILE 1>&2
125      fi      fi
126      if [ -r $1/$4/output.txt ]; then      if [ -r $1/$4/$OUTPUTFILE ]; then
127          grep "$2" $1/$4/output.txt | sed 's/.*=//' | cat -n > tmp1.txt          grep "$2" $1/$4/$OUTPUTFILE | sed 's/.*=//' | cat -n > tmp1.txt
128          lncntA=`wc -l tmp1.txt | awk '{print $1}' `          lncntA=`wc -l tmp1.txt | awk '{print $1}' `
129          if [ $lncntA -lt 3 ]; then          if [ $lncntA -lt 2 ]; then
130              if [ $verbose -gt 0 ]; then              if [ $verbose -gt 0 ]; then
131                  echo Not enough lines of output when searching for "$2" 1>&2                  echo Not enough lines of output when searching for "$2" 1>&2
132              fi              fi
133              return 99              return 99
134          fi          fi
135      else      else
136          echo testoutput_for_prop: output.txt from model run was not readable 1>&2          echo testoutput_var: $OUTPUTFILE from model run was not readable 1>&2
137          return 99          return 99
138      fi      fi
139      if [ $debug -gt 0 ]; then      if [ $debug -gt 0 ]; then
140          echo testoutput_for_prop: grep "$2" $1/results/output.txt$5 1>&2          echo testoutput_var: grep "$2" $1/results/$5 1>&2
141      fi      fi
142      grep "$2" $1/results/output.txt$5 | sed 's/.*=//' | cat -n > tmp2.txt      grep "$2" $1/results/$5 | sed 's/.*=//' | cat -n > tmp2.txt
143      lncntB=`wc -l tmp2.txt | awk '{print $1}' `      lncntB=`wc -l tmp2.txt | awk '{print $1}' `
144      if [ $lncntB -lt 3 ]; then      if [ $lncntB -lt 2 ]; then
145          if [ $verbose -gt 0 ]; then          if [ $verbose -gt 0 ]; then
146              echo Not enough lines of output when searching for "$2" 1>&2              echo Not enough lines of output when searching for "$2" 1>&2
147          fi          fi
# Line 127  testoutput_for_prop() Line 155  testoutput_for_prop()
155      fi      fi
156      has_nan=`cat tmp1.txt | grep -i nan | wc -l`      has_nan=`cat tmp1.txt | grep -i nan | wc -l`
157      if [ $has_nan -gt 0  ] ; then      if [ $has_nan -gt 0  ] ; then
158          echo testoutput_for_prop: output.txt contains $has_nan NaN values  1>&2          echo testoutput_var: $OUTPUTFILE contains $has_nan NaN values  1>&2
159          return 99          return 99
160      fi      fi
161      has_inf=`cat tmp1.txt | grep -i inf | wc -l`      has_inf=`cat tmp1.txt | grep -i inf | wc -l`
162      if [ $has_inf -gt 0  ] ; then      if [ $has_inf -gt 0  ] ; then
163          echo testoutput_for_prop: output.txt contains $has_inf Inf values  1>&2          echo testoutput_var: $OUTPUTFILE contains $has_inf Inf values  1>&2
164          return 99          return 99
165      fi      fi
166      if [ $debug -gt 0 ]; then      if [ $debug -gt 0 ]; then
167          echo testoutput_for_prop: join tmp1.txt tmp2.txt 1>&2          echo testoutput_var: join tmp1.txt tmp2.txt 1>&2
168      fi      fi
169      join tmp1.txt tmp2.txt | awk '{print $1 " " $2 " " $3}' > tmp3.txt      join tmp1.txt tmp2.txt | awk '{print $1 " " $2 " " $3}' > tmp3.txt
170      if [ $debug -gt 0 ]; then      if [ $debug -gt 0 ]; then
171          echo testoutput_for_prop: compare_lines 1>&2          echo testoutput_var: compare_lines 1>&2
172      fi      fi
173      if [ $verbose -gt 1 ]; then      if [ $verbose -gt 1 ]; then
174          cat tmp3.txt 1>&2          cat tmp3.txt 1>&2
# Line 148  testoutput_for_prop() Line 176  testoutput_for_prop()
176      echo "-1" >> tmp3.txt      echo "-1" >> tmp3.txt
177      # On the SGI O3K (*not* the O2K), "cat -n" inserts a ":" after the line number      # On the SGI O3K (*not* the O2K), "cat -n" inserts a ":" after the line number
178      cat tmp3.txt | sed -e 's|:||g' > tmp4.txt      cat tmp3.txt | sed -e 's|:||g' > tmp4.txt
179      digits_of_similarity=`./tmp_cmpnum < tmp4.txt`      digits_of_similarity=`./tr_cmpnum < tmp4.txt`
180      if [ $digits_of_similarity -eq 99 ]; then      if [ $digits_of_similarity -eq 99 ]; then
181          if [ $verbose -gt 0 ]; then          if [ $verbose -gt 0 ]; then
182              echo testoutput_for_prop: No comparison was available for \"$2\" 1>&2              echo testoutput_var: No comparison was available for \"$3\" 1>&2
183          fi          fi
184          digits_of_similarity=99          digits_of_similarity=99
185      else      else
186          if [ $verbose -gt 0 ]; then          if [ $verbose -gt 0 ]; then
187              echo There were $digits_of_similarity decimal places of similarity for \"$2\" 1>&2              echo There were $digits_of_similarity decimal places of similarity for \"$3\" 1>&2
188          fi          fi
189      fi      fi
190      rm -f tmp1.txt tmp2.txt tmp3.txt tmp4.txt      rm -f tmp1.txt tmp2.txt tmp3.txt tmp4.txt
       
     return $digits_of_similarity  
 }  
   
 dashnum()  
 {  
     # dashnum n1 n2 n3 ...  
     #  
     #  print numbers using %3i format or "--" if number = 99  
191    
192      for num in $@ ; do      return $digits_of_similarity
         if [ $num = 99 ]; then  
             printf ' --'  
         else  
             printf '%3i' $num  
         fi  
     done  
 }  
   
 testoutput_ad()  
 {  
     grep $3 $1/results_ad/output.txt_adm | awk '{print NR " " $5}' > t05.txt  
     grep $3 $1/$2/output.txt_adm | awk '{print NR " " $5}' > t15.txt  
     grep $3 $1/results_ad/output.txt_adm | awk '{print NR " " $6}' > t06.txt  
     grep $3 $1/$2/output.txt_adm | awk '{print NR " " $6}' > t16.txt  
     join t05.txt t15.txt > t5.txt  
     join t06.txt t16.txt > t6.txt  
     echo "-1" >> t5.txt  
     echo "-1" >> t6.txt  
     digits_5=`./tmp_cmpnum < t5.txt`  
     digits_6=`./tmp_cmpnum < t6.txt`  
     dashnum $digits_5 $digits_6  
     rm -f t[01][56].txt t[56].txt  
 }  
   
 check_for_add_mon_output()  
 {  
     # Check for additional types of monitor output  
     if test "x$1" = x ; then  
         return  
     fi  
   
     for ii in $PTRACERS_NUM ; do  
         eval "HAVE_PTR0"$ii"=f"  
     done  
   
     ptr_add="trcstat_ptracerXX_min trcstat_ptracerXX_max"  
     ptr_add="$ptr_add trcstat_ptracerXX_mean trcstat_ptracerXX_sd"  
     for ii in $PTRACERS_NUM ; do  
         for jj in $ptr_add ; do  
             name=`eval "echo $jj | sed -e 's|XX|0"$ii"|g'"`  
             tst=`grep $name $1 | wc -l | awk '{print $1}'`  
             if test ! "x$tst" = x0 ; then  
                 eval "HAVE_PTR0"$ii"=t"  
             fi  
         done  
         #  eval 'echo "HAVE_PTR0'$ii' = $HAVE_PTR0'$ii'"'  
     done  
193  }  }
194    
195  testoutput()  testoutput_run()
196  {  {
197      # testoutput directory subdir extension      # testoutput_run directory subdir reference_output
198      #      #
199      #  test output in "directory"      #  test output from 1 run in "directory"
200      if test "x$ADM" = x ; then  # --> same processing for adjoint & forward test
201          if [ $debug -gt 0 ]; then          # default list of output variables to be checked:
202              echo testoutput: testoutput_for_prop $1 cg2d_init_res 1>&2          #  1rst : main variable used to decide if it pass or FAIL
203          fi          #  others : number of matching digits to be printed in summary.txt
204          testoutput_for_prop $1 "cg2d_init_res" "cg2d init. residual" $2 $3; cg2dres=$?          listChk=$DEF_CHECK_LIST
205          if [ $debug -gt 0 ]; then          #  load experiment-specific list from file "tr_checklist" (if it exist)
206              echo testoutput: cg2dres=$cg2dres 1>&2          if test -r $1/$2/tr_checklist ; then listChk=`cat $1/$2/tr_checklist` ; fi
207          fi          sVar=`echo $listChk | awk '{print $1}'`
208          testoutput_for_prop $1 "dynstat_theta_min" "theta minimum" $2 $3; tmin=$?          # remove 1rst var and expand the list: + => min max mean s.d
209          testoutput_for_prop $1 "dynstat_theta_max" "theta maximum" $2 $3; tmax=$?          listVar=`echo $listChk | sed 's/ [a-zA-Z0-9]*+/&mn &mx &av &sd/g' \
210          testoutput_for_prop $1 "dynstat_theta_mean" "theta mean" $2 $3; tmean=$?                                 | sed 's/+//g' | sed "s/^$sVar//"`
211          testoutput_for_prop $1 "dynstat_theta_sd" "theta s.d." $2 $3; tsd=$?          if [ $debug -gt 0 ]; then echo "testoutput_run: listVar(I)='$listVar'" 1>&2 ; fi
212          testoutput_for_prop $1 "dynstat_salt_min" "salt minimum" $2 $3; smin=$?          # check for ptracer output in reference_output file :
213          testoutput_for_prop $1 "dynstat_salt_max" "salt maximum" $2 $3; smax=$?          outpref=$1/results/$3
214          testoutput_for_prop $1 "dynstat_salt_mean" "salt mean" $2 $3; smean=$?          ptr_mon="trcstat_ptracerXX_min trcstat_ptracerXX_max"
215          testoutput_for_prop $1 "dynstat_salt_sd" "salt s.d." $2 $3; ssd=$?          ptr_mon="$ptr_mon trcstat_ptracerXX_mean trcstat_ptracerXX_sd"
         testoutput_for_prop $1 "dynstat_uvel_min" "U minimum" $2 $3; umin=$?  
         testoutput_for_prop $1 "dynstat_uvel_max" "U maximum" $2 $3; umax=$?  
         testoutput_for_prop $1 "dynstat_uvel_mean" "U mean" $2 $3; umean=$?  
         testoutput_for_prop $1 "dynstat_uvel_sd" "U s.d." $2 $3; usd=$?  
         testoutput_for_prop $1 "dynstat_vvel_min" "V minimum" $2 $3; vmin=$?  
         testoutput_for_prop $1 "dynstat_vvel_max" "V maximum" $2 $3; vmax=$?  
         testoutput_for_prop $1 "dynstat_vvel_mean" "V mean" $2 $3; vmean=$?  
         testoutput_for_prop $1 "dynstat_vvel_sd" "V s.d." $2 $3; vsd=$?  
   
         #  This is for PTRACERS  
216          for ii in $PTRACERS_NUM ; do          for ii in $PTRACERS_NUM ; do
217              eval `echo "p0"$ii"_min=99"`              ptrfound=0
218              eval `echo "p0"$ii"_max=99"`              for jj in $ptr_mon ; do
219              eval `echo "p0"$ii"_mean=99"`                  name=`eval "echo $jj | sed -e 's|XX|0"$ii"|g'"`
220              eval `echo "p0"$ii"_sd=99"`                  tst=`grep $name $outpref | wc -l | awk '{print $1}'`
221              tst=`eval 'echo "$HAVE_PTR0'$ii'"'`                  if test ! "x$tst" = x0 ; then ptrfound=1 ; fi
222              #echo 'tst = '$tst              done
223              if test "x$tst" = xt ; then              if test $ptrfound = '1' ; then
224                  a="trcstat_ptracer0"                  eval "HAVE_PTR0"$ii"=t"
225                  testoutput_for_prop $1 "$a"$ii"_min"  "p0"$ii"_min"  $2 $3              else
226                  RETVAL=$? ; eval `echo "p0"$ii"_min="$RETVAL`                  eval "HAVE_PTR0"$ii"=f"
227                  testoutput_for_prop $1 "$a"$ii"_max"  "p0"$ii"_max"  $2 $3                if test "x$ADM" = x -a "x$OADM" = x; then
228                  RETVAL=$? ; eval `echo "p0"$ii"_max="$RETVAL`                # remove this ptr from the list of output variable to check
229                  testoutput_for_prop $1 "$a"$ii"_mean" "p0"$ii"_mean" $2 $3                # echo "-- ptr test=" $tst "number of var=" `echo $listVar | awk '{print NF}'` 1>&2
230                  RETVAL=$? ; eval `echo "p0"$ii"_mean="$RETVAL`                  listVar=`echo "$listVar" | sed "s/ pt$ii..//g"`
231                  testoutput_for_prop $1 "$a"$ii"_sd"   "p0"$ii"_sd"   $2 $3                fi
                 RETVAL=$? ; eval `echo "p0"$ii"_sd="$RETVAL`  
232              fi              fi
233            #   eval 'echo "HAVE_PTR0'$ii' = $HAVE_PTR0'$ii'"' 1>&2
234          done          done
235            tst=`echo $sVar $listVar | awk '{ for(i=2;i<=NF;i++){if($i==$1)t+=1}; print t }'`
236          allargs="$cg2dres $tmin $tmax $tmean $tsd $smin $smax $smean $ssd"          if test $tst != 1 ; then
237          allargs="$allargs $umin $umax $umean $usd $vmin $vmax $vmean $vsd"            if test $tst = 0 ; then echo "==> WARNING: selected var >$sVar< not found" 1>&2
238          allargs="$allargs $p01_min $p01_max $p01_mean $p01_sd"                   else echo "==> WARNING: found selected var >$sVar< $tst times" 1>&2 ; fi
239          allargs="$allargs $p02_min $p02_max $p02_mean $p02_sd"            echo "==> WARNING: in checked list:" $listVar 1>&2
240          allargs="$allargs $p03_min $p03_max $p03_mean $p03_sd"          #- put it back once:
241          allargs="$allargs $p04_min $p04_max $p04_mean $p04_sd"            listVar=" $sVar "`echo "$listVar " | sed "s/ $sVar / /g"`
242          allargs="$allargs $p05_min $p05_max $p05_mean $p05_sd"          fi
243            if [ $debug -gt 0 ]; then echo "testoutput_run: listVar(M)='$listVar'" 1>&2 ; fi
244          eval "dashnum $allargs"          echo "listVar='$listVar'" >> $locDIR"/summary.txt"
245            #---
246      else          allargs=""
247          testoutput_ad $1 $2 "precision_grdchk_result"          for xx in $listVar
248      fi          do
249              case $xx in
250               'PS')  if [ $debug -gt 0 ]
251                      then echo testoutput_run: testoutput_var $1 cg2d_init_res 1>&2 ; fi
252                      testoutput_var $1 "cg2d_init_res" "Press. Solver (cg2d)" $2 $3; yy=$?
253                      if [ $debug -gt 0 ] ; then echo testoutput_run: cg2dres=$yy 1>&2 ; fi ;;
254              'Cost') testoutput_var $1 "ADM  ref_cost_function" "ADM CostFct" $2 $3; yy=$? ;;
255             'AdGrd') testoutput_var $1 "ADM  adjoint_gradient"  "ADM Ad Grad" $2 $3; yy=$? ;;
256             'FDGrd') testoutput_var $1 "ADM  finite-diff_grad"  "ADM FD Grad" $2 $3; yy=$? ;;
257               'Tmn') testoutput_var $1 "dynstat_theta_min"  "Theta minimum"  $2 $3; yy=$? ;;
258               'Tmx') testoutput_var $1 "dynstat_theta_max"  "Theta maximum"  $2 $3; yy=$? ;;
259               'Tav') testoutput_var $1 "dynstat_theta_mean" "Theta mean"     $2 $3; yy=$? ;;
260               'Tsd') testoutput_var $1 "dynstat_theta_sd"   "Theta Std.Dev"  $2 $3; yy=$? ;;
261               'Smn') testoutput_var $1 "dynstat_salt_min"  "Salt minimum"    $2 $3; yy=$? ;;
262               'Smx') testoutput_var $1 "dynstat_salt_max"  "Salt maximum"    $2 $3; yy=$? ;;
263               'Sav') testoutput_var $1 "dynstat_salt_mean" "Salt mean"       $2 $3; yy=$? ;;
264               'Ssd') testoutput_var $1 "dynstat_salt_sd"   "Salt Std.Dev"    $2 $3; yy=$? ;;
265               'Umn') testoutput_var $1 "dynstat_uvel_min"  "U minimum"       $2 $3; yy=$? ;;
266               'Umx') testoutput_var $1 "dynstat_uvel_max"  "U maximum"       $2 $3; yy=$? ;;
267               'Uav') testoutput_var $1 "dynstat_uvel_mean" "U mean"          $2 $3; yy=$? ;;
268               'Usd') testoutput_var $1 "dynstat_uvel_sd"   "U Std.Dev"       $2 $3; yy=$? ;;
269               'Vmn') testoutput_var $1 "dynstat_vvel_min"  "V minimum"       $2 $3; yy=$? ;;
270               'Vmx') testoutput_var $1 "dynstat_vvel_max"  "V maximum"       $2 $3; yy=$? ;;
271               'Vav') testoutput_var $1 "dynstat_vvel_mean" "V mean"          $2 $3; yy=$? ;;
272               'Vsd') testoutput_var $1 "dynstat_vvel_sd"   "V Std.Dev"       $2 $3; yy=$? ;;
273            'pt1mn'|'pt2mn'|'pt3mn'|'pt4mn'|'pt5mn') ii=`echo $xx | sed 's/pt//' | sed 's/..$//'`
274               testoutput_var $1 "trcstat_ptracer0"$ii"_min"  "p0"$ii"_min"   $2 $3; yy=$? ;;
275            'pt1mx'|'pt2mx'|'pt3mx'|'pt4mx'|'pt5mx') ii=`echo $xx | sed 's/pt//' | sed 's/..$//'`
276               testoutput_var $1 "trcstat_ptracer0"$ii"_max"  "p0"$ii"_max"   $2 $3; yy=$? ;;
277            'pt1av'|'pt2av'|'pt3av'|'pt4av'|'pt5av') ii=`echo $xx | sed 's/pt//' | sed 's/..$//'`
278               testoutput_var $1 "trcstat_ptracer0"$ii"_mean" "p0"$ii"_mean" $2 $3; yy=$? ;;
279            'pt1sd'|'pt2sd'|'pt3sd'|'pt4sd'|'pt5sd') ii=`echo $xx | sed 's/pt//' | sed 's/..$//'`
280               testoutput_var $1 "trcstat_ptracer0"$ii"_sd"   "p0"$ii"_StDv"  $2 $3; yy=$? ;;
281             'Qntmn') testoutput_var $1 "forcing_qnet_min" "Qnet minimum"  $2 $3; yy=$? ;;
282             'Qntmx') testoutput_var $1 "forcing_qnet_max" "Qnet maximum"  $2 $3; yy=$? ;;
283             'Qntav') testoutput_var $1 "forcing_qnet_mean" "Qnet mean"       $2 $3; yy=$? ;;
284             'Qntsd') testoutput_var $1 "forcing_qnet_sd"  "Qnet Std.Dev"  $2 $3; yy=$? ;;
285             'aSImn') testoutput_var $1 "seaice_area_min"   "SIce Area min"   $2 $3; yy=$? ;;
286             'aSImx') testoutput_var $1 "seaice_area_max"   "SIce Area max"   $2 $3; yy=$? ;;
287             'aSIav') testoutput_var $1 "seaice_area_mean"  "SIce Area mean"  $2 $3; yy=$? ;;
288             'aSIsd') testoutput_var $1 "seaice_area_sd"    "SIce Area StDv"  $2 $3; yy=$? ;;
289             'hSImn') testoutput_var $1 "seaice_heff_min"   "SIce Heff min"   $2 $3; yy=$? ;;
290             'hSImx') testoutput_var $1 "seaice_heff_max"   "SIce Heff max"   $2 $3; yy=$? ;;
291             'hSIav') testoutput_var $1 "seaice_heff_mean"  "SIce Heff mean"  $2 $3; yy=$? ;;
292             'hSIsd') testoutput_var $1 "seaice_heff_sd"    "SIce Heff StDv"  $2 $3; yy=$? ;;
293            'AthSiG') testoutput_var $1 "thSI_Ice_Area_G" "thSIc Area Global" $2 $3; yy=$? ;;
294            'AthSiS') testoutput_var $1 "thSI_Ice_Area_S" "thSIc Area South"  $2 $3; yy=$? ;;
295            'AthSiN') testoutput_var $1 "thSI_Ice_Area_N" "thSIc Area North"  $2 $3; yy=$? ;;
296            'HthSiG') testoutput_var $1 "thSI_IceH_ave_G" "thSIc H Global"    $2 $3; yy=$? ;;
297            'HthSiS') testoutput_var $1 "thSI_IceH_ave_S" "thSIc H South"     $2 $3; yy=$? ;;
298            'HthSiN') testoutput_var $1 "thSI_IceH_ave_N" "thSIc H North"     $2 $3; yy=$? ;;
299                  *) yy=99; echo "WARNING: asking for var=$xx : not recognized !" 1>&2 ;;
300              esac
301              if test $xx = $sVar
302              then allargs="$allargs > $yy <"
303              else allargs="$allargs $yy"
304              fi
305            done
306    
307            nbVar=`echo $listVar | awk '{print NF}'`
308            if [ $nbVar -lt $LEN_CHECK_LIST ] ; then
309            #-- fill line (up to standard length) with dot:
310              adNul=`expr $LEN_CHECK_LIST - $nbVar | awk '{for(i=1;i<=$1;i++){print "."}}'`
311              echo $allargs $adNul
312            else
313              echo $allargs
314            fi
315    # <-- same processing for adjoint & forward test
316  }  }
317    
318  genmakemodel()  genmakemodel()
# Line 300  genmakemodel() Line 329  genmakemodel()
329          (          (
330              cd $1;              cd $1;
331              command="$GENMAKE2  -ds -m $MAKE"              command="$GENMAKE2  -ds -m $MAKE"
332              if test "x$ADM" = x ; then              if test "x$MKDEPEND" != x ; then
333                  command="$command --mods=../code"                  command="$command -makedepend=$MKDEPEND"
334              else              fi
335                if test "x$ADM" = xt ; then
336                  command="$command --mods=../code_ad"                  command="$command --mods=../code_ad"
337                  command="$command -adof=../../../tools/adjoint_options/adjoint_staf"              elif test "x$OADM" = xt ; then
338                    command="$command -adof ../../../tools/adjoint_options/adjoint_oad -mods '../code_oad ../../OpenAD/code_oad_all'"
339                else
340                    command="$command -mods=../code"
341              fi              fi
342              if test "x$OPTFILE" != xNONE ; then              if test "x$OPTFILE" != xNONE ; then
343                  command="$command --optfile=$OPTFILE"                  command="$command -optfile=$OPTFILE"
344                fi
345                if test $OptLev = 1 ; then
346                    command="$command -ieee"
347                fi
348                if test $OptLev = 0 ; then
349                    command="$command -devel"
350              fi              fi
351              if test "x$IEEE" != x ; then              if test "x$GSL" = xt ; then
352                  command="$command -ieee"                  command="$command -gsl"
353              fi              fi
354              if test "x$MPI" = xt ; then              if test "x$MPI" != x0 ; then
355                  command="$command -mpi"                  command="$command -mpi"
356              fi              fi
357              printf 'genmake ... ' 1>&2              if test "x$MULTI_THREAD" = xt ; then
358              $command > make.log 2>&1              #- run multi-threaded using OpenMP:
359                    command="$command -omp"
360                fi
361                if test "x$USE_R4" = xt ; then
362                    command="$command -use_r4"
363                fi
364                if test "x$EXTRFLG" != x ; then
365                    command="$command -extra_flag $EXTRFLG"
366                fi
367                if test "x$TS" = xt ; then
368                    command="$command -ts"
369                fi
370                if test "x$PAPIS" = xt ; then
371                    command="$command -papis"
372                else
373                if test "x$PCLS" = xt ; then
374                    command="$command -pcls"
375                fi
376                fi
377                printf 'genmake ... '
378                eval $command > genmake.tr_log 2>&1
379              RETVAL=$?              RETVAL=$?
380              #  Reduce the size of the testing emails!              #  Reduce the size of the testing emails!
381              head -100 Makefile > $CDIR/Makefile_head              head -100 Makefile > $CDIR/Makefile_head
382              if test "x$RETVAL" != x0 ; then              if test "x$RETVAL" != x0 ; then
383                  tail make.log                  tail genmake.tr_log
384                  echo "genmakemodel: genmake failed" 1>&2                  echo "genmakemodel: genmake failed"
385                  cp genmake_* make.log $CDIR                  cp genmake.log genmake_* genmake.tr_log $CDIR
386                  return 1                  return 1
387              else              else
388                  echo "successful" 1>&2                  echo "successful"
389              fi              fi
390          )          )
391      fi      fi
# Line 335  genmakemodel() Line 394  genmakemodel()
394  makeclean()  makeclean()
395  {  {
396      # makeclean directory      # makeclean directory
397        if test "x$NODEPEND" = xf ; then rm -f $1/make.tr_log ; fi
398      if test "x$NOCLEAN" = xt ; then      if test "x$NOCLEAN" = xt ; then
399          echo "make CLEAN skipped!"          echo "make Clean skipped!"
400      else      else
401          (          (
402              cd $1;              cd $1;
403              if test -e output.txt ; then              #if test -e $OUTPUTFILE ; then rm -f $OUTPUTFILE ; fi
                 rm -f output.txt  
             fi  
             printf 'make CLEAN ... ' 2>&1  
404              if test -r Makefile ; then              if test -r Makefile ; then
405                  $MAKE CLEAN >> make.log 2>&1                  printf 'clean build-dir: make Clean ... '
406                    $MAKE Clean >> make.tr_log 2>&1
407                  RETVAL=$?                  RETVAL=$?
408                  if test "x$RETVAL" != x0 ; then                  if test "x$RETVAL" != x0 ; then
409                      tail make.log                      tail make.tr_log
410                      echo "makeclean: \"make CLEAN\" failed" 1>&2                      echo "makeclean: \"make Clean\" failed"
411                      cp make.log $CDIR"/make.log"                      cp make.tr_log genmake.log genmake.tr_log $CDIR
412                      return 1                      return 1
413                  fi                  fi
414                    echo successful
415                else
416                    echo ''
417              fi              fi
             echo successful 1>&2  
418              exit 0              exit 0
419          )          )
420      fi      fi
421  }  }
422    
423  postclean()  run_clean()
424  {  {
425      # postclean directory      # run_clean directory
426      if test "x$POSTCLEAN" = xt ; then      if test "x$NOCLEAN" = xt ; then
427            echo "run_clean skipped!"
428        else
429          (          (
430              cd $1;              cd $1;
431              if test -r Makefile ; then              printf 'clean run-dir ... '
432                  $MAKE CLEAN >> /dev/null 2>&1              # part of what is done after "make clean" when doing "make CLEAN"
433              fi              find . -name "*.meta" -exec rm {} \;
434                find . -name "*.data" -exec rm {} \;
435                find . -name "fort.*" -exec rm {} \;
436                find . -type l -exec rm {} \;
437                #- should remove executable only if sym-link (alredy done above)
438                rm -f $RUNLOG *.txt STD* *diagnostics.log datetime
439                rm -rf mnc_test_*
440                rm -f *_MIT_CE_000.opt0000 costfunction*0000
441                echo successful
442              exit 0              exit 0
443          )          )
444      fi      fi
# Line 382  makedependmodel() Line 452  makedependmodel()
452      else      else
453          (          (
454              cd $1;              cd $1;
455              printf 'make depend ... ' 1>&2              printf 'make depend ... '
456              $MAKE depend >> make.log 2>&1              $MAKE depend >> make.tr_log 2>&1
457              RETVAL=$?              RETVAL=$?
458              if test "x$RETVAL" != x0 ; then              if test "x$RETVAL" != x0 ; then
459                  tail make.log                  tail make.tr_log
460                  echo "makedependmodel: make depend failed" 1>&2                  echo "makedependmodel: make depend failed"
461                  cp make.log $CDIR"/make.log"                  cp make.tr_log genmake.log genmake.tr_log $CDIR
462                  return 1                  return 1
463              else              else
464                  echo successful 1>&2                  echo successful
465              fi              fi
466          )          )
467      fi      fi
# Line 401  makemodel() Line 471  makemodel()
471  {  {
472      # makemodel directory      # makemodel directory
473      (      (
474        mk_fail=0
475        if test "x$NOMAKE" = xt ; then
476            cd $1;
477            if test -x $EXECUTABLE ; then
478                echo "make skipped!"
479            else
480                echo "no executable!"
481                mk_fail=3
482            fi
483        else
484          cd $1;          cd $1;
485          if test -r Makefile ; then          if test -r Makefile ; then
486              printf 'make ... ' 1>&2              printf 'make ... '
487              if test "x$ADM" = x ; then              $MAKE $TARG >> make.tr_log 2>&1
                 if test "x$JOBS" = x ; then  
                     $MAKE >> make.log 2>&1  
                 else  
                     $MAKE -j $JOBS >> make.log 2>&1  
                 fi  
             else  
                 $MAKE adall >> make.log 2>&1  
             fi  
488              RETVAL=$?              RETVAL=$?
489              if test "x$RETVAL" != x0 ; then              if test "x$RETVAL" != x0 ; then
490                  tail make.log                  tail make.tr_log
491                  echo failed 1>&2                  echo failed
492                  cp make.log $CDIR"/make.log"                  cp genmake.log genmake.tr_log $CDIR
493                  return 1                  tail -$NBLINES_MKLOG make.tr_log > $CDIR"/make.tr_log_tail"
494                    rm -f $EXECUTABLE
495                    mk_fail=1
496              else              else
497                  echo successful 1>&2                  echo successful
498              fi              fi
499            else
500                echo "no Makefile !"
501                mk_fail=2
502          fi          fi
503        fi
504        if test "x$ADM" = xt -a -f taf_ad.log ; then
505                head -1 taf_ad.log >> $CDIR"/summary.txt"
506                nerr=`grep -c 'TAF *.* ERROR ' taf_ad.log`
507                nwar=`grep -c 'TAF RECOMPUTATION *.* WARNING ' taf_ad.log`
508                echo " TAF reports $nerr Errors and $nwar Recomputation Warnings" \
509                                    >> $CDIR"/summary.txt"
510        fi
511        if test $mk_fail != 0 ; then return $mk_fail ; fi
512      )      )
513  }  }
514    
515    mk_mpi_size()
516    {
517        # mk_mpi_size input_file output_file proc_Nb prefer_to_split_X
518        #
519        # make new SIZE.h (=output_file) from SIZE.h_mpi (=input_file)
520        #     for an MPI build with no more than proc_Nb processors ;
521        # return the effective number of processors.
522    
523        inp=$1
524        out=$2
525        np=$3
526        dirX=$4
527        tmp=TTT.$$
528    
529        px=`grep "^     & *nPx *=" $inp | sed "s/^     & *nPx *= *//" | sed 's/, *$//'`
530        py=`grep "^     & *nPy *=" $inp | sed "s/^     & *nPy *= *//" | sed 's/, *$//'`
531        sx=`grep "^     & *nSx *=" $inp | sed "s/^     & *nSx *= *//" | sed 's/, *$//'`
532        sy=`grep "^     & *nSy *=" $inp | sed "s/^     & *nSy *= *//" | sed 's/, *$//'`
533    
534        #- find the largest divisor of input_file proc Nb, but not larger than $np
535        pp=0
536        i=1
537        while [ $i -le $px ] ; do
538          if [ `expr $px % $i` -eq 0 ] ; then
539            j=1
540            while [ $j -le $py ] ; do
541              if [ `expr $py % $j` -eq 0 ] ; then
542                ij=`expr $i \* $j`
543                if [ $ij -gt $pp ] ; then
544                    flag=1
545                elif [ $ij -eq $pp ] ; then
546                    flag=$dirX
547                else
548                    flag=0
549                fi
550                if test $flag = 1 ; then
551                  if [ $ij -le $np ] ; then
552                    ix=$i ; jy=$j ; pp=$ij
553                    #echo "  ix,jy= $ix,$jy"
554                  fi
555                fi
556              fi
557              j=`expr $j + 1`
558            done
559          fi
560          i=`expr $i + 1`
561        done
562    
563        #- create new SIZE.h type file:
564        sx=`expr $sx \* $px / $ix`
565        sy=`expr $sy \* $py / $jy`
566        if [ $verbose -gt 1 ]; then
567            echo " px,py,np= $px,$py,$np : New MPI size: px,py= $ix,$jy : sx,sy= $sx,$sy"
568        fi
569        sed "/^     \& *nPx *=/s/[0-9]*,/$ix,/" $inp > $tmp
570        sed "/^     \& *nPy *=/s/[0-9]*,/$jy,/" $tmp > $out
571        sed "/^     \& *nSx *=/s/[0-9]*,/$sx,/" $out > $tmp
572        sed "/^     \& *nSy *=/s/[0-9]*,/$sy,/" $tmp > $out
573        rm -f $tmp
574        return $pp
575    }
576    
577  symlink_mpifiles()  symlink_mpifiles()
578  {  {
579      # Put special links so that MPI specific files are used      # Put special links so that MPI specific files are used
# Line 434  symlink_mpifiles() Line 582  symlink_mpifiles()
582    
583      dir=$1      dir=$1
584      code_dir=$2      code_dir=$2
585      BUILD_DIR=$dir/$3      build_dir=$dir/$3
586      CODE_DIR=$dir/$code_dir  
       
587      # These are files that should replace their counter-part when using -mpi      # These are files that should replace their counter-part when using -mpi
588      MPI_FILES=`(cd $CODE_DIR; find . -name "*_mpi")`      MPI_FILES=`(cd $dir/$code_dir; find . -name "*_mpi" -print)`
589    
590      #  Is this an MPI run?      for ii in $MPI_FILES ; do
591      if test "x$MPI" = xt ; then          i=`echo $ii | sed 's:^\./::'`
592          # YES: We symbolically link these files to the build          name=`echo $i | sed 's:_mpi::'`
593          # dir so long as there is no real file in place          file="../$code_dir/$i"
594          for ii in $MPI_FILES ; do          if test $name = 'SIZE.h' ; then file="SIZE.h.mpi" ; fi
595              i=`echo $ii | sed 's:^\./::'`  
596              name=`echo $i | sed 's:_mpi::' `          #  Is this an MPI run?
597              cmp $CODE_DIR/$i $BUILD_DIR/$name > /dev/null 2>&1          if test "x$MPI" = x0 ; then
598              RETVAL=$?              # NO: We undo any _mpi symbolically linked files
599              if test "x$RETVAL" != x0 ; then              if test -L $build_dir/$name ; then
600                  if ! test -f $BUILD_DIR/$i ; then                  ( cd $build_dir ; cmp $name $file > /dev/null 2>&1 )
                     #echo Linking $name to $i  
                     (cd $BUILD_DIR; ln -sf ../$code_dir/$i $name)  
                 fi  
             fi  
         done  
     else  
         # NO: We undo any _mpi symbolically linked files  
         for ii in $MPI_FILES ; do  
             i=`echo $ii | sed 's:^\./::'`  
             name=`echo $i | sed 's:_mpi::' `  
             if test -L $BUILD_DIR/$name ; then  
                 cmp $BUILD_DIR/$name "../$code_dir/$name"_mpi > /dev/null 2>&1  
601                  RETVAL=$?                  RETVAL=$?
602                  if test "x$RETVAL" = x0 ; then                  if test "x$RETVAL" = x0 ; then
603                      #echo Un-linking $name from $linktarg                      if [ $verbose -gt 1 ]; then
604                      rm -f $BUILD_DIR/$name                          echo "  Un-linking $name from ../$code_dir" ; fi
605                        rm -f $build_dir/$name
606                  fi                  fi
607              fi              fi
608          done          else
609      fi              # YES: We symbolically link these files to the build
610                    # dir so long as there is no real file in place
611                ( cd $build_dir ; cmp $name $file > /dev/null 2>&1 )
612                RETVAL=$?
613                if [ $verbose -gt 1 ]; then echo "  cmp $name $file returns: $RETVAL" ; fi
614                if test "x$RETVAL" != x0 ; then
615                    if test -h $build_dir/$name ; then rm -f $build_dir/$name ; fi
616                    if test ! -r $build_dir/$name ; then
617                        if [ $verbose -gt 1 ]; then echo "  Linking $name to $file" ; fi
618                        (cd $build_dir; ln -sf $file $name)
619                    fi
620                fi
621            fi
622        done
623  }  }
624    
625  linkdata()  linkdata()
626  {  {
627      # linkdata flag      # linkdata run_dir input_dir_1 input_dir_2 ...
628      #      #
629      # symbolically link data files to run directory      # symbolically link data files to run directory
630      if test "x$1" = x1 ; then      if test -d $1 ; then
631          (          (
632              cd $2              cd $1 ; shift
633              if test "x$ADM" = x ; then              echo 'linkdata from dirs:' $*
634                  files=`( cd ../input ; ls -1 | grep -v CVS )`              inpMPI=`(cd ../$1 ; find . -name "*.mpi" -print | sed 's:^\./::')`
635                  for i in $files ; do              for xx in $inpMPI ; do
636                      if test ! -d "../input/"$i -a ! -f $i ; then                if test -r "../"$1"/"$xx ; then
637                          ln -sf "../input/"$i $i                  # found 1 _mpi sfx file in 1rst input dir and it is readable
638                      fi                  yy=`echo $xx | sed 's:\.mpi$::'`
639                  done                  if test "x$MPI" = "x0" ; then
640              else                      # not mpi test: remove symbolic link
641                  files=`( cd ../input ; ls -1 *.bin | grep -v CVS )`                      if test -h $yy ; then rm -f $yy ; fi
642                  for i in $files ; do                  else
643                      if test ! -d "../input/"$i ; then                      # mpi test: remove symbolic link & link .mpi sfx file
644                          ln -sf "../input/"$i $i                      if test -h $yy ; then rm -f $yy ; fi
645                        if test ! -r $yy ; then
646                            ln -sf "../"$1"/"$xx $yy ;
647                            printf " $xx" 1>&2
648                      fi                      fi
649                  done                  fi
650                  files=`( cd ../input_ad ; ls -1 | grep -v CVS )`                fi
651                  for i in $files ; do              done
652                      if test ! -d "../input_ad/"$i ; then              if test -r "../"$1"/eedata.mth" ; then
653                          ln -sf "../input_ad/"$i $i              # found eedata.mth in 1rst input dir and it is readable
654                    if test "x$MULTI_THREAD" = "xt" ; then
655                    # multi-threaded test: remove symbolic link & link eedata.mth
656                        if test -h eedata ; then rm -f eedata ; fi
657                        if test ! -r eedata ; then
658                            ln -sf "../"$1"/eedata.mth" eedata ;
659                            printf ' eedata.mth' 1>&2
660                      fi                      fi
661                  done                  else
662                    # not multi-threaded test: remove eedata symbolic link
663                        if test -h eedata ; then rm -f eedata ; fi
664                    fi
665              fi              fi
666                prevDir='NONE'
667                for ldir in $* ; do
668                    if test -d "../"$ldir -a $ldir != $prevDir ; then
669                        printf " ldir=${ldir}:" 1>&2
670                        files=`( cd "../"$ldir ; ls -1 | grep -v CVS )`
671                        for i in $files ; do
672                            if test ! -d "../"$ldir/$i ; then
673                                if test ! -r $i  ; then
674                                    printf ' '$i 1>&2
675                                    ln -sf "../"$ldir"/"$i $i
676                                fi
677                            fi
678                        done
679                        printf ' ;' 1>&2
680                        if test -x "../"$ldir"/"prepare_run ; then
681                            "../"$ldir"/"prepare_run 1>&2
682                        else
683                            echo '' 1>&2
684                        fi
685                    fi
686                    prevDir=$ldir
687                done
688          )          )
689      fi      fi
690  }  }
# Line 511  runmodel() Line 693  runmodel()
693  {  {
694      # runmodel directory      # runmodel directory
695      #      #
696      #  runs "$COMMAND in "directory"      #  runs $COMMAND in "directory"
697      #  (where "$COMMAND" is relative to "directory")      #  (where "$COMMAND" is relative to "directory")
698      (      (
699          cd $1          cd $1
700          printf 'runmodel in %s ...' $1 1>&2          printf 'runmodel in %s ... ' $1
701          # make output.txt          if test "x$MPI" != x0 ; then
702          echo              #- adjust the MPI run command with the right number of Procs
703          rm -f run.log              #echo '' ; echo "  COMMAND='$COMMAND'"
704          if test $OUTPUTFILE -ot $EXECUTABLE ; then              COMMAND=`echo $COMMAND | sed "s/ TR_NPROC / $LOC_NPROC /"`
705             ( eval $COMMAND ) > run.log 2>&1              if test "x$MPI_MFILE" != x ; then
706             RETVAL=$?                COMMAND=`echo $COMMAND | sed "s/ TR_MFILE / ..\/..\/$LOC_MFILE /"`
707                fi
708                #echo "  COMMAND='$COMMAND'"
709            fi
710            if test -L $EXECUTABLE ; then
711              if test -x "../"$builddir"/"$EXECUTABLE ; then
712                cmp $EXECUTABLE "../"$builddir"/"$EXECUTABLE > /dev/null 2>&1
713                outD=$? ; if test "x$outD" != x0 ; then rm -f $EXECUTABLE ; fi
714              else rm -f $EXECUTABLE
715              fi
716            fi
717            if test ! -x $EXECUTABLE -a -x "../"$builddir"/"$EXECUTABLE ; then
718                echo " link" $EXECUTABLE "from dir ../"$builddir > run.log_tmp
719                ln -sf "../"$builddir"/"$EXECUTABLE .
720            fi
721            if test ! -x $EXECUTABLE ; then
722                rm -f $RUNLOG ; touch $RUNLOG
723                if test -f run.log_tmp ; then cat run.log_tmp >> $RUNLOG ; fi
724                echo " no executable:" $EXECUTABLE >> $RUNLOG
725                RETVAL=8
726                ENDVAL=-1
727          else          else
728             echo " $OUTPUTFILE is up to date " > run.log 2>&1            if test ! -f $OUTPUTFILE -o $OUTPUTFILE -ot $EXECUTABLE ; then
729             RETVAL=0              # output do not exist or is older than executable:
730                rm -f $OUTPUTFILE $RUNLOG ; touch $RUNLOG
731                if test -f run.log_tmp ; then cat run.log_tmp >> $RUNLOG ; fi
732                ( eval $COMMAND ) >> $RUNLOG 2>&1
733                RETVAL=$?
734                ENDVAL=`tail $OUTPUTFILE | grep -c 'PROGRAM MAIN: Execution ended Normally'`
735                if [ $POSTCLEAN -eq 1 -a $ENDVAL -gt 0 ] ; then
736                    find . -name "*.meta" -exec rm {} \;
737                    find . -name "*.data" -exec rm {} \;
738                    rm -rf mnc_test_*
739                fi
740              else
741                RETVAL=0
742                ENDVAL=`tail $OUTPUTFILE | grep -c 'PROGRAM MAIN: Execution ended Normally'`
743                touch $RUNLOG
744                if test -f run.log_tmp ; then cat run.log_tmp >> $RUNLOG ; fi
745                echo "---------->> $OUTPUTFILE is up to date " >> $RUNLOG 2>&1
746              fi
747            fi
748            rm -f run.log_tmp
749            #- in all cases where OutputFile exists, report SIZE (and AD time)
750            if test -f $OUTPUTFILE ; then
751              grep '(PID\.TID 0000\.0001)      n.. =' $OUTPUTFILE \
752                    | sed 's/(PID.TID 0000.0001)     //' >> $CDIR"/summary.txt"
753              if test "x$ADM" = xt ; then
754                grep -A3 'Seconds in section "ALL' $OUTPUTFILE >> $CDIR"/summary.txt"
755              fi
756          fi          fi
757          # echo "COMMAND='$COMMAND'"          if test -s STDERR.0000 ; then cp STDERR.0000 $CDIR"/STDERR.0000" ; fi
758          # echo "pwd='"`pwd`"'"          if [ $RETVAL -eq 0 -a $ENDVAL -gt 0 ] ; then
759          if test "x$RETVAL" = x0 ; then              echo successful
760              tail run.log              printf '=> output from running in %s :\n' $1 1>&2
761              echo successful 1>&2              tail $RUNLOG | sed 's/^.*/> &/g' 1>&2
762              # === Reduce the size of the testing emails!              return 0
763              # if test "x$ADM" = x ; then          elif [ $RETVAL -ne 0 -a $ENDVAL -gt 0 ] ; then
764              #   cp output.txt $CDIR"/output.txt"              #-- for some weird cases (run is finihed but with error code)
765              # else              echo 'finished with error (run:' $RETVAL ' end:' $ENDVAL ')'
766              #   cp output.txt_adm $CDIR"/output.txt_adm"              printf '=> output from running in %s :\n' $1 1>&2
767              # fi              tail $RUNLOG | sed 's/^.*/> &/g' 1>&2
             if test -s STDERR.0000 ; then cp STDERR.0000 $CDIR"/STDERR.0000" ; fi  
768              return 0              return 0
769          else          else
770              tail run.log              echo 'failed (run:' $RETVAL ' end:' $ENDVAL ')'
771              echo failed 1>&2              printf '=> output from running in %s :\n' $1 1>&2
772              cp run.log $CDIR"/run.log"              tail $RUNLOG | sed 's/^.*/> &/g' 1>&2
773              if test -s STDERR.0000 ; then cp STDERR.0000 $CDIR"/STDERR.0000" ; fi              cp $RUNLOG $CDIR"/"$RUNLOG
774              return 1              return 1
775          fi          fi
776      )      )
# Line 553  createcodelet() Line 780  createcodelet()
780  {  {
781      # create codelet for comparing model output      # create codelet for comparing model output
782    
783      printf "creating the comparison code...  "      printf "creating the comparison code (using CC=$CC)...  "
784      cat > tmp_cmpnum.c <<EOF      cat > tr_cmpnum.c <<EOF
785  #include <stdio.h>  #include <stdio.h>
786  #include <math.h>  #include <math.h>
787  int main( int argc, char** argv )  {  int main( int argc, char** argv )  {
788    int linnum,best,lncnt;    int linnum,cmplin,best,lncnt;
789    double a,b,abave,relerr;    double a,b,abave,relerr;
790    best = -22;    best = -22;
791    lncnt = 0;    lncnt = 0;
792    while( 1 & (lncnt+=1) < 999 )  {    while( 1 & ( (lncnt+=1) < 999 ) )  {
793      scanf("%d", &linnum);      scanf("%d", &linnum);
794      if (linnum == -1)  break;      if (linnum == -1)  break;
795      scanf("%lf", &a);  scanf("%lf", &b);      scanf("%lf", &a);  scanf("%lf", &b);
796      abave = 0.5*(fabs(a)+fabs(b));      abave = 0.5*(fabs(a)+fabs(b));
797      if (abave > 0.0) {      if ( abave == abave ) {
798        relerr=fabs(a-b)/abave;        if (abave > 0.0) {
799        if (relerr > 0.0) { linnum = (int)rint(log10(relerr)); }          relerr=fabs(a-b)/abave;
800        else { linnum = -16 ; }          if (relerr > 0.0) { cmplin = (int)rint(log10(relerr)); }
801        best = (best > linnum) ? best : linnum;          else { cmplin = -16 ; }
802      }          best = (best > cmplin) ? best : cmplin; }
803          else { cmplin = -22 ; }
804       /* printf("%d ; %lf ; %lf\n",cmplin,a,b); */
805          }
806       else {
807       /* printf("%lf ; %lf ; %lf\n",abave,a,b); */
808          break; }
809    }    }
810    if (lncnt == 999) best=-29;    if (lncnt == 999) best=-29;
811      if (linnum != -1) best=-99;
812    printf("%d\n", -best);    printf("%d\n", -best);
813    return 0;    return 0;
814  }  }
815  EOF  EOF
816      $CC -o tmp_cmpnum tmp_cmpnum.c -lm      $CC -o tr_cmpnum tr_cmpnum.c -lm
817    
818      if [ -x ./tmp_cmpnum ]; then      if [ -x ./tr_cmpnum ]; then
819          echo "OK"          echo "OK"
820          return 0          return 0
821      else      else
822          echo          echo
823          echo "ERROR: failed to compile comparison code -- please specify"          echo "ERROR: failed to compile comparison code -- please specify"
824          echo "  a C compiler using the CC environment variable."          echo "  a C compiler using the CC environment variable."
825          exit 1          exit 1
826      fi      fi
# Line 599  formatresults() Line 833  formatresults()
833      nm=$1      nm=$1
834      printf '%s %s %s %s' $2 $3 $4 $5      printf '%s %s %s %s' $2 $3 $4 $5
835      shift; shift; shift; shift; shift;      shift; shift; shift; shift; shift;
836      printf '%3s' $@      listPrt=$@
837            listRes=`echo $listPrt | sed 's/>//' | sed 's/<//'`
838      if [ $1 = '--' ]; then      xx=`echo $listPrt | sed 's/.*>//' | sed 's/<.*//' | awk '{print $1}'`
839        printf '%3s' $listPrt
840    #   line below does not work on hp-ux_ia64 : do those substitutions later on
841    #   printf '%3s' $listPrt | sed 's/ 99/ --/g' | sed 's/  > />/' | sed 's/  < /</'
842    
843        if [ $xx = '..' ]; then
844            printf ' N/O '
845        elif [ $xx = '--' ]; then
846            printf ' N/O '
847        elif [ $xx = 99 ]; then
848          printf ' N/O '          printf ' N/O '
849      else      else
850          if [ $1 -gt 12 ]; then          if [ $xx -ge $MATCH_CRIT ]; then
851              printf ' pass'              printf ' pass'
852          else          else
853              printf ' FAIL'              printf ' FAIL'
# Line 612  formatresults() Line 855  formatresults()
855      fi      fi
856      printf '  %s' $nm      printf '  %s' $nm
857      printf '\n'      printf '\n'
       
 }  
   
 show_help()  
 {  
     cat - << EOF  
 $0 [-help] [-quick] [-verbose] dir1 [dir2] [...]  
   
  -help|-h      Show this help message  
  -quiet     Reduce the amount of output  
  -verbose   Produce copious amounts of output  
  -debug     Produce even more output which will mean nothing to most  
  -force     Do "make CLEAN" before compiling. This forces a complete rebuild.  
  -clean     Do "make CLEAN" after compiling and testing.  
  -cleanup   Aggresively removes all model output, executables and object files  
             and then exits. Use with care.  
858    
 Normal usage:  
  $0 *       Configure, compile, run and analyze in all experiment directories  
 EOF  
859  }  }
860    
861  scandirs()  scandirs()
862  {  {
863      if [ $# -eq 0 ]; then      if [ $# -eq 1 ]; then
864          for arg in * ; do          for arg in * ; do
865              test -d $arg/input && echo $arg              test -f $arg/$1 && echo $arg
866          done          done
867      else      else
868          echo $*          echo $*
869      fi      fi
870  }  }
871    
872    
873    check_eedata()
874    {
875        # check_eedata eedata size.h
876        if [ $# -eq 2 ] ; then
877         if test -f $1 -a -f $2 ; then
878          nx=`grep "^ *nTx *=" $1 | tail -1 | sed 's/^ *nTx *= *//' | sed "s/, *$//"`
879          sx=`grep "^     & *nSx *=" $2 | sed "s/^     & *nSx *=//" | sed 's/, *$//'`
880          if test "x$nx" = x ; then
881            rx=10
882          else
883            rx=`expr $sx % $nx`
884          fi
885          ny=`grep "^ *nTy *=" $1 | tail -1 | sed 's/^ *nTy *= *//' | sed "s/, *$//"`
886          sy=`grep "^     & *nSy *=" $2 | sed "s/^     & *nSy *=//" | sed 's/, *$//'`
887          if test "x$ny" = x ; then
888            ry=20
889          else
890            ry=`expr $sy % $ny`
891          fi
892          echo `expr $rx + $ry`
893         else
894          echo '-1'
895         fi
896        elif [ $# -eq 1 ] ; then
897         if test -f $1 ; then
898          nx=`grep "^ *nTx *=" $1 | tail -1 | sed 's/^ *nTx *= *//' | sed "s/, *$//"`
899          if test "x$nx" = x ; then nx=1 ; fi
900          ny=`grep "^ *nTy *=" $1 | tail -1 | sed 's/^ *nTy *= *//' | sed "s/, *$//"`
901          if test "x$ny" = x ; then ny=1 ; fi
902         #echo $nx $ny
903          echo $nx
904         else
905          echo '-1'
906         fi
907        else
908          echo '-2'
909        fi
910    
911    }
912    
913  ###############################################################################  ###############################################################################
914    
915    
916  #  Default properties  #  Default properties
917  debug=0  debug=0
918  verbose=1  verbose=1
919  clean=0  NBLINES_MKLOG=16000
 expts=''  
 # ieee=1  
920    
921  IEEE=true  IEEE=true
922  if test "x$MITGCM_IEEE" != x ; then  if test "x$MITGCM_IEEE" != x ; then
923      IEEE=$MITGCM_IEEE      IEEE=$MITGCM_IEEE
924  fi  fi
925    OptLev=1
926    GSL=f
927    
928  CLEANUP=f  CLEANUP=f
929    NORUN=f
930  QUICK=f  QUICK=f
931    NOMAKE=f
932  NOGENMAKE=f  NOGENMAKE=f
933  NOCLEAN=f  NOCLEAN=f
934  NODEPEND=f  NODEPEND=f
935  POSTCLEAN=f  POSTCLEAN=0
936    
937  BASH=  BASH=
938  OPTFILE=NONE  OPTFILE=NONE
939  ADDRESSES=  ADDRESSES=
940  TESTDIRS=  TESTDIRS=
941    SKIPDIRS=
942  MPACKDIR="../tools/mpack-1.6"  MPACKDIR="../tools/mpack-1.6"
943  HAVE_MPACK=  HAVE_MPACK=
944  MPACK="$MPACKDIR/mpack"  MPACK=
945  COMMAND=  COMMAND=
946    MKDEPEND=
947  if test "x$MAKE" = x ; then  if test "x$MAKE" = x ; then
948      MAKE=make      MAKE=make
949  fi  fi
# Line 684  if test "x$CC" = x ; then Line 951  if test "x$CC" = x ; then
951      CC=cc      CC=cc
952  fi  fi
953  JOBS=  JOBS=
954  MPI=f  TARG=
955    MPI=0
956    MPI_MFILE=
957    MULTI_THREAD=f
958  OUTDIR=  OUTDIR=
959  DELDIR=  DELDIR=
960    USE_R4=
961    EXTRFLG=
962    
963  ADM=  ADM=
964    OADM=
965    
966  # Additional monitor types  # list of pTracers to check for monitor output
967  PTRACERS_NUM="1 2 3 4 5"  PTRACERS_NUM="1 2 3 4 5"
968    
969    MATCH_CRIT=10
970    
971  printf "parsing options...  "  printf "parsing options...  "
972    
973  ac_prev=  ac_prev=
# Line 706  for ac_option ; do Line 981  for ac_option ; do
981      fi      fi
982    
983      ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`      ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
984        
985      case $ac_option in      case $ac_option in
986                    
987          -help | --help | -h | --h)          -help | --help | -h | --h) usage ;;
988              usage ;;  
989                    -optfile | --optfile | -of | --of) ac_prev=OPTFILE ;;
990          -optfile | --optfile | -of | --of)          -optfile=* | --optfile=* | -of=* | --of=*) OPTFILE=$ac_optarg ;;
991              ac_prev=OPTFILE ;;  
992          -optfile=* | --optfile=* | -of=* | --of=*)          -addr | --addr | -a | --a) ac_prev=ADDRESSES ;;
993              OPTFILE=$ac_optarg ;;          -addr=* | --addr=* | -a=* | --a=*) ADDRESSES=$ac_optarg ;;
994                    -mpackdir | --mpackdir | -mpd | --mpd) ac_prev=MPACKDIR ;;
995          -addr | --addr | -a | --a)          -mpackdir=* | --mpackdir=* | -mpd=* | --mpd=*) MPACKDIR=$ac_optarg ;;
996              ac_prev=ADDRESSES ;;  
997          -addr=* | --addr=*)          -tdir | --tdir | -t | --t) ac_prev=TESTDIRS ;;
998              ADDRESSES=$ac_optarg ;;          -tdir=* | --tdir=* | -t=* | --t=*) TESTDIRS=$ac_optarg ;;
999            -skipdir | --skipdir | -skd | --skd) ac_prev=SKIPDIRS ;;
1000          -tdir | --tdir | -t | --t)          -skipdir=* | --skipdir=* | -skd=* | --skd=*) SKIPDIRS=$ac_optarg ;;
1001              ac_prev=TESTDIRS ;;  
1002          -tdir=* | --tdir=*)          -bash | --bash | -b | --b) ac_prev=BASH ;;
1003              TESTDIRS=$ac_optarg ;;          -bash=* | --bash=* | -b=* | --b=*) BASH=$ac_optarg ;;
1004    
1005          -bash | --bash | -b | --b)          -command | --command | -c | --c) ac_prev=COMMAND ;;
1006              ac_prev=BASH ;;          -command=* | --command=* | -c=* | --c=*) COMMAND=$ac_optarg ;;
1007          -bash=* | --bash=*)  
1008              BASH=$ac_optarg ;;          -makedepend | --makedepend | -md | --md) ac_prev=MKDEPEND ;;
1009            -makedepend=* | --makedepend=* | -md=* | --md=*) MKDEPEND=$ac_optarg ;;
1010          -command | --command | -c | --c)  
1011              ac_prev=COMMAND ;;          -make | --make | -m | --m) ac_prev=MAKE ;;
1012          -command=* | --command=*)          -make=* | --make=* | -m=* | --m=*) MAKE=$ac_optarg ;;
1013              COMMAND=$ac_optarg ;;  
1014            -odir | --odir) ac_prev=OUTDIR ;;
1015          -make | --make | -m | --m)          -odir=* | --odir=*) OUTDIR=$ac_optarg ;;
1016              ac_prev=MAKE ;;  
1017          -make=* | --make=*)          -ptracers | --ptracers | -ptr | --ptr) ac_prev=PTRACERS_NUM ;;
1018              MAKE=$ac_optarg ;;          -ptracers=* | --ptracers=* | -ptr=* | --ptr=*) PTRACERS_NUM=$ac_optarg ;;
1019    
1020          -odir | --odir)          -match | --match ) ac_prev=MATCH_CRIT ;;
1021              ac_prev=OUTDIR ;;          -match=* | --match=* ) MATCH_CRIT=$ac_optarg ;;
1022          -odir=* | --odir=*)  
1023              OUTDIR=$ac_optarg ;;          -j | --j) ac_prev=JOBS ;;
1024            -j=* | --j=*) JOBS=$ac_optarg ;;
1025          -ptracers | --ptracers | -ptr | --ptr)  
1026              ac_prev=PTRACERS_NUM ;;          -ef | --ef) ac_prev=EXTRFLG ;;
1027          -ptracers=* | --ptracers=* | -ptr=* | --ptr=*)          -ef=* | --ef=*) EXTRFLG=$ac_optarg ;;
1028              PTRACERS_NUM=$ac_optarg ;;  
1029            -clean | --clean) CLEANUP=t ; DELDIR=t ;;
         -j) ac_prev=JOBS ;;  
         -j=*) JOBS=$ac_optarg ;;  
   
         -clean | --clean)  
             CLEANUP=t ; DELDIR=t ;;  
   
         -quick | --quick | -q | --q)  
             QUICK=t ;;  
         -nogenmake | --nogenmake | -ng | --ng)  
             NOGENMAKE=t ;;  
         -noclean | --noclean | -nc | --nc)  
             NOCLEAN=t ;;  
         -nodepend | --nodepend | -nd | --nd)  
             NODEPEND=t ;;  
1030    
1031          -postclean | --postclean | -pc | --pc)          -norun | --norun | -nr | --nr) NORUN=t ;;
1032              POSTCLEAN=t ;;          -obj | --obj ) TARG='obj' ; NORUN=t ;;
1033            -runonly | --runonly | -ro | --ro) QUICK=t ; NOMAKE=t ;;
1034            -quick | --quick | -q | --q) QUICK=t ;;
1035            -nogenmake | --nogenmake | -ng | --ng) NOGENMAKE=t ;;
1036            -noclean | --noclean | -nc | --nc) NOCLEAN=t ;;
1037            -nodepend | --nodepend | -nd | --nd) NODEPEND=t ;;
1038    
1039          -mpi) MPI=t ;;          -postclean | --postclean | -pc | --pc) POSTCLEAN=2 ;;
1040            -deloutp | --deloutp | -do | --do) POSTCLEAN=1 ;;
1041    
1042            -mpi | --mpi) MPI=2 ;;
1043            -MPI | --MPI) ac_prev=MPI ;;
1044            -MPI=* | --MPI=*) MPI=$ac_optarg ;;
1045    
1046            -mfile | --mfile | -mf | --mf) ac_prev=MPI_MFILE ;;
1047            -mfile=* | --mfile=* | -mf=* | --mf=*) MPI_MFILE=$ac_optarg ;;
1048    
1049            -mth) MULTI_THREAD=t ;;
1050    
1051          -adm | -ad) ADM=t ;;          -adm | -ad) ADM=t ;;
1052            -oad) OADM=t; NODEPEND=t ;;
1053    
1054          -ieee) IEEE=true ;;          -ieee)   echo "Warning: ignore option '-ieee' (already the default)"
1055          -noieee) IEEE= ;;                   printf " ... " ;;
1056            -noieee) echo "Warning: will use option '-fast' instead of '-noieee' (obsolete)"
1057                     printf " ... " ; OptLev=`expr $OptLev \* 2` ;;
1058            -fast)  OptLev=`expr $OptLev \* 2` ;;
1059            -devel) OptLev=0 ;;
1060            -gsl) GSL=t ;;
1061    
1062          -verbose) verbose=2 ;;          -verbose) verbose=2 ;;
1063          -debug) debug=1 ;;          -debug) debug=1 ;;
# Line 783  for ac_option ; do Line 1065  for ac_option ; do
1065    
1066          -deldir | -dd) DELDIR=t ;;          -deldir | -dd) DELDIR=t ;;
1067    
1068          -*)          -use_r4|-ur4) USE_R4=t ;;
1069              echo "Error: unrecognized option: "$ac_option  
1070              usage          -ts) TS=t;;
1071              ;;          -papis) PAPIS=t;;
1072                    -pcls) PCL=t;;
1073          *)  
1074              echo "Error: unrecognized argument: "$ac_option          -*) echo "Error: unrecognized option: "$ac_option
1075              usage              usage ;;
1076              ;;          *)  echo "Error: unrecognized argument: "$ac_option
1077                        usage ;;
1078    
1079       esac       esac
1080        
1081  done  done
1082    
1083  if test "x$QUICK" = xt ; then  if test "x$QUICK" = xt ; then
# Line 803  if test "x$QUICK" = xt ; then Line 1086  if test "x$QUICK" = xt ; then
1086      NODEPEND=t      NODEPEND=t
1087  fi  fi
1088    
1089  if test "x$TESTDIRS" = x ; then  #- check length of MPI machine file:
1090      TESTDIRS=`scandirs`  if test "x$MPI" != x0 -a "x$MPI_MFILE" != x ; then
1091  fi      if test -r $MPI_MFILE ; then
1092            nl=`wc -l $MPI_MFILE | awk '{print $1}'`
1093  if test "x$OPTFILE" = xNONE -a "x$MITGCM_OF" != x ; then          if [ $nl -lt $MPI ] ; then
1094      OPTFILE=$MITGCM_OF            echo "Error: need at least $MPI nodes (currently only $nl) in MPI_MFILE=$MPI_FILE"
1095              usage
1096            fi
1097            if [ $verbose -gt 1 ]; then
1098                echo " MPI_MFILE=$MPI_MFILE : $nl procs for MPI=$MPI run"
1099            fi
1100        else
1101              echo "Error: cannot access MPI_MFILE=$MPI_FILE"
1102              usage
1103        fi
1104  fi  fi
1105    
1106    #- setting for forward or ADM testing
1107  if test "x$ADM" = xt ; then  if test "x$ADM" = xt ; then
1108        if test "x$TARG" = xobj ; then TARG=adobj ; else TARG=adall ; fi
1109        code_dir=code_ad
1110        inputdir=input_ad
1111        ref_outp="output_adm.txt"
1112        EXECUTABLE="mitgcmuv_ad"
1113    elif test "x$OADM" = xt ; then
1114        TARG=adAll
1115        code_dir=code_oad
1116        inputdir=input_oad
1117        ref_outp="output_oadm.txt"
1118      EXECUTABLE="mitgcmuv_ad"      EXECUTABLE="mitgcmuv_ad"
     OUTPUTFILE="output.txt_adm"  
1119  else  else
1120        if test "x$JOBS" != x ; then TARG="-j $JOBS $TARG" ; fi
1121        code_dir=code
1122        inputdir=input
1123        ref_outp="output.txt"
1124      EXECUTABLE="mitgcmuv"      EXECUTABLE="mitgcmuv"
     OUTPUTFILE="output.txt"  
1125  fi  fi
1126    
1127  if test "x$ADM" = xt -a "x$COMMAND" = x ; then  xx=`echo $TESTDIRS | awk '{print $1}'`
1128      COMMAND="./$EXECUTABLE > $OUTPUTFILE"  if test "x$TESTDIRS" = x ; then
1129        LIST=`scandirs results/$ref_outp`
1130    elif test $xx = 'start_from' ; then
1131        xx=`echo $TESTDIRS | awk '{print $2}'`
1132        LIST=`scandirs results/$ref_outp | sed -n "/$xx/,$ p"`
1133    else
1134        #- expand group of experiments:
1135        LIST=" "
1136        for xx in $TESTDIRS
1137        do
1138          case $xx in
1139            'basic') LIST=${LIST}" aim.5l_cs hs94.128x64x5 ideal_2D_oce"
1140                     LIST=${LIST}" lab_sea tutorial_baroclinic_gyre"
1141                     LIST=${LIST}" tutorial_global_oce_latlon tutorial_plume_on_slope"
1142                    ;;
1143            'tutorials')
1144                     LIST=${LIST}" "`ls | grep 'tutorial_'` ;;
1145            *)       LIST=${LIST}" "$xx ;;
1146          esac
1147        done
1148    fi
1149    #echo 'LIST='${LIST}'<'
1150    #- skip dirs, remove duplicate and non-directory:
1151    TESTDIRS=" "
1152    count=0
1153    for xx in $LIST
1154    do
1155        yy=`echo $SKIPDIRS | grep -c $xx`
1156        if test $yy = 0 ; then
1157            if test -d $xx ; then
1158                yy=`echo $TESTDIRS | grep -c $xx`
1159                if test $yy = 0 ; then TESTDIRS=${TESTDIRS}" "$xx ; fi
1160            else count=1 ;
1161                echo ""; echo -n " -- skip \"$xx\" (not a directory !)"
1162            fi
1163        else
1164            if test $count = 1 ; then echo -n ", \"$xx\""
1165            else count=1 ; echo "" ;  echo -n " skip: \"$xx\""
1166            fi
1167        fi
1168    done
1169    if test $count = 1 ; then echo "" ; echo -n " ... " ; fi
1170    #echo 'TESTDIRS='${TESTDIRS}'<'
1171    
1172    if test "x$OPTFILE" = xNONE -a "x$MITGCM_OF" != x ; then
1173        OPTFILE=$MITGCM_OF
1174  fi  fi
1175    
1176    LOC_MFILE='tr_mpi_mfile'
1177    RUNLOG="run.tr_log"
1178    OUTPUTFILE=$ref_outp
1179  if test "x$COMMAND" = x ; then  if test "x$COMMAND" = x ; then
1180      COMMAND="./$EXECUTABLE > $OUTPUTFILE"      COMMAND="./$EXECUTABLE > $OUTPUTFILE"
1181  fi  fi
1182    if test "x$MPI" != x0 ; then
1183        OUTPUTFILE="STDOUT.0000"
1184    fi
1185    
 #echo "OK"  
1186  echo "OK (COMMAND= $COMMAND )"  echo "OK (COMMAND= $COMMAND )"
1187    
1188    # set the Default List of output variables to be checked:
1189    #  (use default or load experiment-specific list from file "tr_checklist")
1190    # content : 1rst = main variable used to decide if it pass or FAIL
1191    #         others = number of matching digits to be printed in summary.txt
1192    if test "x$ADM" = x -a "x$OADM" = x; then
1193        DEF_CHECK_LIST='PS PS T+ S+ U+ V+ pt1+ pt2+ pt3+ pt4+ pt5+'
1194        EMPTY_RESULTS='.. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. ..'
1195        LEN_CHECK_LIST=`echo $DEF_CHECK_LIST | sed 's/ [a-zA-Z0-9]*+/&mn &mx &av &sd/g' | awk '{print NF-1}'`
1196        ii=`echo $EMPTY_RESULTS | awk '{print NF}'`
1197        EMPTY_RESULTS=$EMPTY_RESULTS`expr $LEN_CHECK_LIST - $ii | awk 'BEGIN{FS=":"}{for(i=1;i<=$1;i++){printf "  ."}}'`
1198    else
1199        DEF_CHECK_LIST='AdGrd Cost AdGrd FDGrd'
1200        EMPTY_RESULTS='.. ..'
1201        LEN_CHECK_LIST=`echo $DEF_CHECK_LIST | sed 's/ [a-zA-Z0-9]*+/&mn &mx &av &sd/g' | awk '{print NF-1}'`
1202    fi
1203    
1204  #  create the FORTRAN comparison code  #  create the FORTRAN comparison code
1205  createcodelet  if test -x tr_cmpnum ; then
1206        echo "skipping comparison code build"
1207    else
1208        createcodelet
1209    fi
1210    
1211  #  build the mpack utility  #  build the mpack utility (if ADDRESSES = NONE, do it to test the build)
1212  if test "x$ADDRESSES" = xNONE -o "x$ADDRESSES" = x ; then  if test "x$ADDRESSES" = x ; then
1213      echo "skipping mpack build"      echo "skipping mpack build"
1214  else  else
1215      build_mpack      build_mpack
1216  fi  fi
1217    
1218  #  Create a uniquely named directory to store results  #  Create a uniquely named directory to store results
1219    CMDLINE=$0
1220    for xx in "$@" ; do nw=`echo $xx | wc -w`
1221        if test $nw = '1' ; then CMDLINE="$CMDLINE $xx"
1222                            else CMDLINE="$CMDLINE '$xx'" ; fi
1223    done
1224    #for xx in "$@" ; do CMDLINE="$CMDLINE '$xx'" ; done
1225  MACH=`hostname`  MACH=`hostname`
1226  UNAMEA=`uname -a`  UNAMEA=`uname -a`
1227  DATE=`date +%Y%m%d`  DATE=`date +%Y%m%d`
1228  BASE="tr_"$MACH"_"$DATE"_"  BASE="tr_"$MACH"_"$DATE"_"
1229  if test "x$OUTDIR" != x ; then  if test "x$OUTDIR" != x ; then
1230      BASE="tr_"$OUTDIR"_"$DATE"_"      BASE="tr_"$OUTDIR"_"$DATE"_"
1231    else
1232        short_name=`hostname | sed 's/\..*$//'`
1233        BASE="tr_"$short_name"_"$DATE"_"
1234  fi  fi
1235  DNUM=0  DNUM=0
1236  DRESULTS="$BASE$DNUM"  DRESULTS="$BASE$DNUM"
# Line 861  if test "x$RETVAL" != x0 ; then Line 1245  if test "x$RETVAL" != x0 ; then
1245      exit 1      exit 1
1246  fi  fi
1247  SUMMARY="$DRESULTS/summary.txt"  SUMMARY="$DRESULTS/summary.txt"
 printf "Start time:  " >> $SUMMARY  
1248  start_date=`date`  start_date=`date`
1249  echo $start_date > $SUMMARY  echo $start_date > $SUMMARY
1250    echo 'run:' $CMDLINE >> $SUMMARY
1251    echo 'on :' $UNAMEA  >> $SUMMARY
1252    
1253  of_path=  of_path=
1254  if test "x$OPTFILE" != xNONE ; then  if test "x$OPTFILE" != xNONE ; then
# Line 887  if test "x$OPTFILE" != xNONE ; then Line 1272  if test "x$OPTFILE" != xNONE ; then
1272      fi      fi
1273  else  else
1274      echo >> $SUMMARY      echo >> $SUMMARY
1275      echo "No \"OPTFILE\" was explicitly specified by testreport," >> $SUMMARY      echo "No \"OPTFILE\" was specified ; genmake2 found and uses:" >> $SUMMARY
1276      echo "   so the genmake default will be used." >> $SUMMARY      #-note: to be filled later after 1rst run
1277  fi  fi
1278  echo  echo
1279  echo >> $SUMMARY  echo >> $SUMMARY
1280  if test "x$ADM" = x ; then  if test "x$ADM" = x -a "x$OADM" = x; then
1281      line_0="            ----T-----  ----S-----  ----U-----  ----V-----"      if [ $MATCH_CRIT -lt 10 ] ;
1282        then line_0="default  "$MATCH_CRIT ;
1283        else line_0="default "$MATCH_CRIT ; fi
1284           line_0="$line_0  ----T-----  ----S-----  ----U-----  ----V-----"
1285      line_1="G D M    c        m  s        m  s        m  s        m  s"      line_1="G D M    c        m  s        m  s        m  s        m  s"
1286      line_2="E p a R  g  m  m  e  .  m  m  e  .  m  m  e  .  m  m  e  ."      line_2="e p a R  g  m  m  e  .  m  m  e  .  m  m  e  .  m  m  e  ."
1287      line_3="N n k u  2  i  a  a  d  i  a  a  d  i  a  a  d  i  a  a  d"      line_3="n n k u  2  i  a  a  d  i  a  a  d  i  a  a  d  i  a  a  d"
1288      line_4="2 d e n  d  n  x  n  .  n  x  n  .  n  x  n  .  n  x  n  ."      line_4="2 d e n  d  n  x  n  .  n  x  n  .  n  x  n  .  n  x  n  ."
1289      for ii in $PTRACERS_NUM ; do      for ii in $PTRACERS_NUM ; do
         #  tst=`eval 'echo $HAVE_PTR0'$ii`  
         #  if test "x$tst" = xt ; then  
1290          line_0="$line_0  --PTR 0"$ii"--"          line_0="$line_0  --PTR 0"$ii"--"
1291          line_1="$line_1        m  s"          line_1="$line_1        m  s"
1292          line_2="$line_2  m  m  e  ."          line_2="$line_2  m  m  e  ."
1293          line_3="$line_3  i  a  a  d"          line_3="$line_3  i  a  a  d"
1294          line_4="$line_4  n  x  n  ."          line_4="$line_4  n  x  n  ."
         #  fi  
1295      done      done
1296      echo "$line_0" | tee -a $SUMMARY      echo "$line_0" | tee -a $SUMMARY
1297      echo "$line_1" | tee -a $SUMMARY      echo "$line_1" | tee -a $SUMMARY
# Line 917  if test "x$ADM" = x ; then Line 1302  if test "x$ADM" = x ; then
1302  else  else
1303      echo "ADJOINT=true" >> $SUMMARY      echo "ADJOINT=true" >> $SUMMARY
1304      echo >> $SUMMARY      echo >> $SUMMARY
1305        if [ $MATCH_CRIT -lt 10 ] ;
1306        then line_0="default     "$MATCH_CRIT ;
1307        else line_0="default    "$MATCH_CRIT ; fi
1308        echo "$line_0" | tee -a $SUMMARY
1309      cat << EOF | tee -a $SUMMARY      cat << EOF | tee -a $SUMMARY
1310  G D M    C  G  G D M    C  A  F
1311  E p a R  o  r  e p a R  o  d  D
1312  N n k u  s  a  n n k u  s  G  G
1313  2 d e n  t  d  2 d e n  t  r  r
1314    
1315  EOF  EOF
1316  fi  fi
1317    echo "-------------------------------------------------------------------------------"
1318    
1319  #  ...and each test directory...  #  ...and each test directory...
1320  for dir in $TESTDIRS ; do  for dir in $TESTDIRS ; do
1321        
1322        # set builddir & rundir:
1323        builddir="build"
1324        if test ! -d $dir/$builddir ; then mkdir $dir/$builddir ; fi
1325        rundir="run"
1326        pfxdir="tr_$rundir"
1327        if test ! -d $dir/$rundir ; then
1328            rundir=$builddir
1329        fi
1330        CODE_DIR=$dir/$code_dir
1331        BUILD_DIR=$dir/$builddir
1332    
1333      #  Cleanup only!      #  Cleanup only!
1334      if test "x$CLEANUP" = xt ; then      if test "x$CLEANUP" = xt ; then
1335          if test -r $dir/build/Makefile ; then          echo -n '  --- dir:' $BUILD_DIR ': '
1336              ( cd $dir/build ; make CLEAN )          makeclean $BUILD_DIR
1337            (   cd $BUILD_DIR
1338                rm -f $EXECUTABLE *.bak
1339                rm -f genmake_state genmake_*optfile genmake.log
1340                rm -f SIZE.h.mpi genmake.tr_log make.tr_log
1341            )
1342            if test -d $dir/$rundir/CVS ; then
1343                echo -n '  --- dir:' $dir/$rundir ': '
1344                run_clean $dir/$rundir
1345          fi          fi
1346          if test -r $dir/input/Makefile ; then          trdir=`( cd $dir ; find . -type d -name "$pfxdir.*" -print | sed 's/^.\///')`
1347              ( cd $dir/input ; make CLEAN )          ttd=`echo $trdir | wc -w`
1348            if test $ttd != 0 ; then
1349                echo '  --- rm dir:' $trdir
1350                ( cd $dir ; rm -rf $trdir )
1351          fi          fi
         (  
             cd $dir  
             rm -rf tr_run.*  
         )  
1352          continue          continue
1353      fi      fi
1354    
1355      #  Verify that the testdir exists and contains previous      #  Verify that the testdir exists and contains previous
1356      #  results in the correct location--or skip this directory!      #  results in the correct location--or skip this directory!
1357      fout=      fout=$dir"/results/"$ref_outp
     if test "x$ADM" = x ; then  
         fout=$dir"/results/output.txt"  
     else  
         fout=$dir"/results_ad/output.txt_adm"  
     fi  
1358      if test ! -r $fout ; then      if test ! -r $fout ; then
1359          echo "can't read \"$fout\" -- skipping $dir"          echo "can't read \"$fout\" -- skipping $dir"
1360          continue          continue
1361      fi      fi
     if test "x$ADM" = x ; then  
         check_for_add_mon_output  $fout  
     fi  
1362    
1363      # Check for additional types of monitor output      # Check for specific files for particular type of run
1364    
1365      builddir="input"      if test ! -r $CODE_DIR"/SIZE.h_mpi"  -a "x$MPI" != "x0" ; then
1366      rundir="input"          echo "can't find \"$CODE_DIR/SIZE.h_mpi\" -- skipping $dir"
1367      use_seperate_build=0          continue
     if test -d $dir/build -a -r $dir/build ; then  
         builddir="build"  
         rundir="build"  
         use_seperate_build=1  
         linkdata $use_seperate_build $dir/$rundir  
1368      fi      fi
1369            if test ! -r $dir"/input/eedata.mth" -a "x$MULTI_THREAD" = "xt" ; then
1370      #  Check whether there are "extra runs" for this testdir          echo "can't find \"$dir/input/eedata.mth\" -- skipping $dir"
1371      extra_runs=          continue
     if test "x$ADM" = x -a "x$use_seperate_build" = x1 ; then  
         ex_run_dirs=`( cd $dir ; echo input.* )`  
         echo "ex_run_dirs='$ex_run_dirs'"  
         for exd in $ex_run_dirs ; do  
             name=`echo $exd | sed -e 's/input.//g'`  
             outf="$dir/results/output.txt.$name"  
             if test -f $outf -a -r $outf ; then  
                 extra_runs="$extra_runs $name"  
             fi  
         done  
1372      fi      fi
1373    
1374      if test "x$ADM" = x ; then      if test "x$MPI" != "x0" ; then
1375          code_dir=code          prefer_X=0
1376          CODE_DIR=$dir/code          if test "x$MULTI_THREAD" = "xt" ; then
1377      else              retv=`check_eedata $dir"/input/eedata.mth"`
1378          code_dir=code_ad              if test $retv = 1 ; then prefer_X=1 ; fi
1379          CODE_DIR=$dir/code_ad          fi
1380            #- create new SIZE.h with no more than '$MPI' Procs
1381            mk_mpi_size $CODE_DIR"/SIZE.h_mpi" $BUILD_DIR"/tr_size.mpi" $MPI $prefer_X
1382            LOC_NPROC=$?
1383            (   cd $BUILD_DIR
1384                if test -r SIZE.h.mpi ; then
1385                    cmp tr_size.mpi SIZE.h.mpi > /dev/null 2>&1 ; RETVAL=$?
1386                else RETVAL=1
1387                fi
1388                if test "x$RETVAL" = x0 ; then
1389                    rm -f tr_size.mpi
1390                else
1391                    rm -f SIZE.h.mpi ; mv tr_size.mpi SIZE.h.mpi
1392                fi
1393            )
1394            if test "x$MPI_MFILE" != x ; then
1395                #- create new MPI machine-file with the right number of Procs
1396                rm -f $LOC_MFILE
1397                cat $MPI_MFILE | sort | uniq | head -$LOC_NPROC > $LOC_MFILE
1398                nl=`wc -l $LOC_MFILE | awk '{print $1}'`
1399                if [ $nl -lt $LOC_NPROC ] ; then
1400                    rm -f $LOC_MFILE
1401                    cat $MPI_MFILE | head -$LOC_NPROC > $LOC_MFILE
1402                    #sed -n "1,$LOC_NPROC p" $MPI_MFILE > $LOC_MFILE
1403                fi
1404                if [ $verbose -gt 1 ]; then
1405                    nl=`wc -l $LOC_MFILE | awk '{print $1}'`
1406                    echo " new LOC_MFILE=$LOC_MFILE : $nl procs for LOC_NPROC=$LOC_NPROC"
1407                fi
1408            fi
1409            if test "x$MULTI_THREAD" = "xt" ; then
1410                retv=`check_eedata $dir"/input/eedata.mth" $BUILD_DIR"/SIZE.h.mpi"`
1411                if test $retv != 0 ; then
1412                    echo "input/eedata.mth tiling misfit -- skipping $dir"
1413                    continue
1414                fi
1415            fi
1416      fi      fi
     BUILD_DIR=$dir/$builddir  
1417    
1418      if test ! -r $CODE_DIR"/SIZE.h_mpi" -a "x$MPI" = "xt" ; then      #  Check whether there are "extra runs" for this testdir
1419          echo "can't find \"$CODE_DIR/SIZE.h_mpi\" -- skipping $dir"      extra_runs=
1420          continue      if test "x$NORUN" = xf ; then
1421            ex_run_dirs=`( cd $dir ; echo $inputdir.* )`
1422      fi      fi
1423        #echo "ex_run_dirs='$ex_run_dirs'"
1424        for exd in $ex_run_dirs ; do
1425            name=`echo $exd | sed -e "s/$inputdir\.//"`
1426            refExOut=`echo $ref_outp | sed "s/\./.${name}./"`
1427            outf="$dir/results/$refExOut"
1428            if test -f $outf -a -r $outf ; then
1429              if test "x$MULTI_THREAD" = "xt" ; then
1430                if test -r $dir"/"$exd"/eedata.mth" ; then
1431                  if test "x$MPI" = "x0" ; then
1432                    extra_runs="$extra_runs $name"
1433                  else
1434                    retv=`check_eedata $dir"/"$exd"/eedata.mth" $BUILD_DIR"/SIZE.h.mpi"`
1435                    if test $retv = 0 ; then
1436                        extra_runs="$extra_runs $name"
1437                    else
1438                        echo $exd"/eedata.mth tiling misfit -- skipping $dir"
1439                    fi
1440                  fi
1441                #else echo $dir"/"$exd"/eedata.mth: not found"
1442                fi
1443              else
1444                extra_runs="$extra_runs $name"
1445              fi
1446            fi
1447        done
1448    
     echo "-------------------------------------------------------------------------------"  
1449      echo      echo
1450      echo "Experiment:  $dir"      if test "x$extra_runs" = "x" ; then
1451           echo "Experiment:  $dir"
1452        else
1453           echo "Experiment:  $dir ; extra_runs=$extra_runs"
1454        fi
1455      echo      echo
1456      unset genmake makedepend make run      unset genmake makedepend make run
1457      results='-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --'      results=$EMPTY_RESULTS
1458    
1459      #  Create an output dir for each OPTFILE/tdir combination      #  Create an output dir & summary.txt file for each tested experiment (tdir)
1460      rel_CDIR=$DRESULTS"/"$dir      locDIR=$DRESULTS"/"$dir
1461      mkdir $rel_CDIR      mkdir $locDIR
1462      CDIR=`pwd`"/$rel_CDIR"      #- report to this experiment local summary file ---
1463            echo "DATE='$DATE' ; tdir='$dir'" > $locDIR"/summary.txt"
1464      if test "x$CLEANUP" = xt ; then      echo "MACH='$MACH'" >> $locDIR"/summary.txt"
1465          makeclean $dir/$builddir      echo "UNAMEA='$UNAMEA'" >> $locDIR"/summary.txt"
1466        CDIR=`pwd`"/$locDIR"
1467    
1468        if test "x$NORUN" = xt ; then
1469                run=N
1470            genmakemodel $dir/$builddir && genmake=Y \
1471                && makeclean $dir/$builddir \
1472                && symlink_mpifiles $dir $code_dir $builddir \
1473                && makedependmodel $dir/$builddir && makedepend=Y \
1474                && makemodel $dir/$builddir && make=Y
1475      else      else
1476          genmakemodel $dir/$builddir && genmake=Y \          genmakemodel $dir/$builddir && genmake=Y \
1477              && makeclean $dir/$builddir \              && makeclean $dir/$builddir \
1478              && symlink_mpifiles $dir $code_dir $builddir \              && symlink_mpifiles $dir $code_dir $builddir \
1479              && makedependmodel $dir/$builddir && makedepend=Y \              && makedependmodel $dir/$builddir && makedepend=Y \
1480              && makemodel $dir/$builddir && make=Y \              && makemodel $dir/$builddir && make=Y \
1481              && linkdata $use_seperate_build $dir/$rundir \              && run_clean $dir/$rundir \
1482                && linkdata $dir/$rundir $inputdir \
1483              && runmodel $dir/$rundir && run=Y \              && runmodel $dir/$rundir && run=Y \
1484              && results=`testoutput $dir $rundir`              && results=`testoutput_run $dir $rundir $ref_outp`
1485      fi      fi
1486            #echo "results='$results'"
1487      echo  
     if test "x$ADM" = x ; then  
1488          fres=`formatresults $dir ${genmake:-N} ${makedepend:-N} ${make:-N} ${run:-N} $results`          fres=`formatresults $dir ${genmake:-N} ${makedepend:-N} ${make:-N} ${run:-N} $results`
1489          echo          echo 1>&2
1490          echo "$fres" >> $SUMMARY          echo "$fres" | sed 's/ 99/ --/g' | sed 's/  > />/' | sed 's/  < /</' >> $SUMMARY
1491          echo "fresults='$fres'" > $CDIR"/summary.txt"          echo "fresults='$fres'" | sed 's/ 99/ --/g' >> $locDIR"/summary.txt"
         echo "MACH='$MACH'" >> $CDIR"/summary.txt"  
         echo "UNAMEA='$UNAMEA'" >> $CDIR"/summary.txt"  
         echo "DATE='$DATE'" >> $CDIR"/summary.txt"  
         echo "tdir='$dir'" >> $CDIR"/summary.txt"  
1492    
1493          for ex in $extra_runs ; do          for ex in $extra_runs ; do
1494              unset run              unset run
1495              results='-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --'              results=$EMPTY_RESULTS
1496              #  Create an output dir for each OPTFILE/tdir.ex combination              #  reference output file
1497              rel_CDIR=$DRESULTS"/"$dir"."$ex              refExOut=`echo $ref_outp | sed "s/\./.${ex}./g"`
1498              mkdir $rel_CDIR              #  Create an output dir & summary.txt file for each extra run (tdir.ex)
1499              CDIR=`pwd`"/$rel_CDIR"              locDIR=$DRESULTS"/"$dir"."$ex
1500              test ! -e "$dir/tr_run.$ex" && mkdir "$dir/tr_run.$ex"              mkdir $locDIR
1501              for ldir in input.$ex input ; do              #- report to this experiment local summary file ---
1502                  (              echo "DATE='$DATE' ; tdir='$dir.$ex'" > $locDIR"/summary.txt"
1503                      cd "$dir/$ldir" > /dev/null 2>&1              #echo "MACH='$MACH'" >> $locDIR"/summary.txt"
1504                      ls -1 2>/dev/null \              #echo "UNAMEA='$UNAMEA'" >> $locDIR"/summary.txt"
1505                          | sed -e 's|^CVS$||g' | sed -e 's|^output.txt$||g'              CDIR=`pwd`"/$locDIR"
1506                  ) > tr_exrun_links              test ! -e "$dir/$pfxdir.$ex" && mkdir "$dir/$pfxdir.$ex"
1507                  (              run_clean $dir/$pfxdir.$ex
1508                      cd "$dir/tr_run.$ex"              linkdata $dir/$pfxdir.$ex $inputdir.$ex $inputdir
1509                      cat ../../tr_exrun_links | while read i ; do              runmodel $dir/$pfxdir.$ex && run=Y \
1510                          if test ! "x$i" = x ; then              && results=`testoutput_run $dir $pfxdir.$ex $refExOut`
                             test ! -r $i  &&  ln -s "../"$ldir"/"$i $i  
                         fi  
                     done  
                 )  
                 test -e tr_exrun_links  &&  rm -f tr_exrun_links  
             done  
             ldir=build  
             (  
                 cd $dir/tr_run.$ex  
                 test ! -e mitgcmuv  &&  ln -s "../"$ldir"/"mitgcmuv .  
             )  
             runmodel $dir/tr_run.$ex && run=Y \  
                 && results=`testoutput $dir tr_run.$ex "."$ex`  
             fres=`printf '%s %s %s %s' ${genmake:-N} ${makedepend:-N} ${make:-N} ${run:-N}`  
1511              fres=`formatresults $dir ${genmake:-N} ${makedepend:-N} ${make:-N} ${run:-N} $results`              fres=`formatresults $dir ${genmake:-N} ${makedepend:-N} ${make:-N} ${run:-N} $results`
1512              fres="$fres.$ex"              fres="$fres.$ex"
1513              echo              echo 1>&2
1514              echo "$fres" >> $SUMMARY              echo "$fres" | sed 's/ 99/ --/g' | sed 's/  > />/' | sed 's/  < /</' >> $SUMMARY
1515              echo "fresults='$fres'" > $CDIR"/summary.txt"              echo "fresults='$fres'" | sed 's/ 99/ --/g' >> $locDIR"/summary.txt"
1516              echo "MACH='$MACH'" >> $CDIR"/summary.txt"              if test "x$POSTCLEAN" = x2 ; then
1517              echo "UNAMEA='$UNAMEA'" >> $CDIR"/summary.txt"                  run_clean $dir/$pfxdir.$ex
1518              echo "DATE='$DATE'" >> $CDIR"/summary.txt"              fi
             echo "tdir='$dir.$ex'" >> $CDIR"/summary.txt"  
1519          done          done
1520      else  
1521          fres=`printf '%s %s %s %s' ${genmake:-N} ${makedepend:-N} ${make:-N} ${run:-N}`      if test -f $DRESULTS"/"genmake_state ; then : ; else
1522          fres=$fres"$results   $dir"          if test -f $dir/$builddir/Makefile ; then
1523          echo              mkOpt=`grep '^# OPTFILE=' $dir/$builddir/Makefile 2>/dev/null | head -1 | sed 's/^# //'`
1524          echo "$fres" >> $SUMMARY              echo "from '$dir/$builddir/Makefile', extract:" > $DRESULTS/genmake_state
1525          echo "fresults='$fres'" > $CDIR"/summary.txt"              sed -n '/^# executed by:/,+1 p' $dir/$builddir/Makefile >> $DRESULTS/genmake_state
1526          echo "MACH='$MACH'" >> $CDIR"/summary.txt"              echo " $mkOpt" >> $DRESULTS/genmake_state
1527          echo "UNAMEA='$UNAMEA'" >> $CDIR"/summary.txt"              if test "x$OPTFILE" = xNONE ; then
1528          echo "DATE='$DATE'" >> $CDIR"/summary.txt"                  eval $mkOpt
1529          echo "tdir='$dir'" >> $CDIR"/summary.txt"                  sed "/^No \"OPTFILE\" was specified ; genmake2/a\  OPTFILE=${OPTFILE}"\
1530          grep -A3 'Seconds in section "ALL' $dir/$rundir/$OUTPUTFILE \                          $SUMMARY > tr_0.tmp_log
1531                             >> $CDIR"/summary.txt"                  RETVAL=$?
1532                    if test "x$RETVAL" = x0 ; then rm -f $SUMMARY
1533                            cp tr_0.tmp_log $SUMMARY
1534                    else rm -f tr_0.tmp_log
1535                    fi
1536                fi
1537                gmkLog=$dir/$builddir/genmake.log
1538                grep '^Get compiler version using:' $gmkLog > /dev/null 2>&1
1539                RETVAL=$?
1540                if test "x$RETVAL" = x0 ; then
1541                    echo "from '$gmkLog', extract compiler version:" >> $DRESULTS/genmake_state
1542                    sed -n '/Get compiler version/,/<-- compiler version/p' $gmkLog \
1543                            | grep -v '^... compiler version ' > tr_1.tmp_log
1544                    sed -n '1p' tr_1.tmp_log >> $DRESULTS/genmake_state
1545                    sed -n '2,/^$/p' tr_1.tmp_log | sed '/^$/d' | sed 's/^./ &/' \
1546                            >> $DRESULTS/genmake_state
1547                    rm -f tr_1.tmp_log
1548                fi
1549            fi
1550        fi
1551        #postclean $dir/$builddir
1552        if test "x$POSTCLEAN" = x2 ; then
1553            makeclean $dir/$builddir \
1554                && run_clean $dir/$rundir
1555      fi      fi
1556        if test "x$MPI" != x0 -a "x$MPI_MFILE" != x ; then rm -f $LOC_MFILE ; fi
1557    
     postclean $dir/$builddir  
       
1558      echo "-------------------------------------------------------------------------------"      echo "-------------------------------------------------------------------------------"
1559        
1560  done  done
1561    
1562  printf "Start time:  " >> $SUMMARY  printf "Start time:  " >> $SUMMARY
1563  echo $start_date >> $SUMMARY  echo "$start_date" >> $SUMMARY
1564  printf "End time:    " >> $SUMMARY  printf "End time:    " >> $SUMMARY
1565  date >> $SUMMARY  date >> $SUMMARY
1566    
# Line 1124  else Line 1585  else
1585              echo "An email containing results was sent to the following addresses:"              echo "An email containing results was sent to the following addresses:"
1586              echo "  \"$ADDRESSES\""              echo "  \"$ADDRESSES\""
1587              echo              echo
1588                test -f $DRESULTS".tar"  &&  rm -f $DRESULTS".tar"
1589                test -f $DRESULTS".tar.gz"  &&  rm -f $DRESULTS".tar.gz"
1590          fi          fi
         test -f $DRESULTS".tar"  &&  rm -f $DRESULTS".tar"  
         test -f $DRESULTS".tar.gz"  &&  rm -f $DRESULTS".tar.gz"  
1591      fi      fi
1592  fi  fi
1593    
1594  # rm -f tmp_cmpnum.f a.out  if test "x$QUICK" = xf -a "x$NORUN" = xf ; then
1595  rm -f tmp_cmpnum.c tmp_cmpnum      rm -f tr_cmpnum.c tr_cmpnum
1596    fi
1597    
1598  if test "x$CLEANUP" != xt ; then  if test "x$CLEANUP" != xt ; then
1599      cat $SUMMARY | sed 's/ -- -- -- --//g'      cat $SUMMARY | sed 's/ \.  \.  \.  \.  \.  \.  \.  \.  \.  \.  \.  \. //'
1600      if test -e tr_out.txt ; then      if test -e tr_out.txt ; then
1601          mv tr_out.txt tr_out.txt.old          mv tr_out.txt tr_out.txt.old
1602      fi      fi
1603      cat $SUMMARY | sed 's/ -- -- -- --//g' > tr_out.txt      cat $SUMMARY | sed '/^[YN] [YN] [YN] [YN]/ s/ \. //g' > tr_out.txt
1604  fi  fi
1605    
1606  if test "x$DELDIR" = xt ; then  if test "x$DELDIR" = xt ; then

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.168

  ViewVC Help
Powered by ViewVC 1.1.22