/[MITgcm]/MITgcm_contrib/test_scripts/other/testing_loc
ViewVC logotype

Diff of /MITgcm_contrib/test_scripts/other/testing_loc

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

revision 1.11 by jmc, Thu Aug 16 01:01:43 2012 UTC revision 1.17 by jmc, Mon Sep 23 15:32:48 2013 UTC
# Line 11  else Line 11  else
11  #   tst_list='iadm imp2 iur4'  #   tst_list='iadm imp2 iur4'
12      tst_list='iad4 imp2 iur4'      tst_list='iad4 imp2 iur4'
13    elif test $1 = gfort ; then    elif test $1 = gfort ; then
14      tst_list='gadm gads gmp2 gmpi gfo g77'  #   tst_list='gadm gads gmp2 gmpi gfo g77'
15  #   tst_list='gadm gads gmp2 gfo g77'      tst_list='gadm gads gmp2 gfo'
16      elif test $1 = gfor4 ; then
17        tst_list='gad4 gmp4 gfo4 g77'
18    else    else
19      tst_list=$*      tst_list=$*
20    fi    fi
# Line 35  if [ $gfort -eq 0 ] ; then Line 37  if [ $gfort -eq 0 ] ; then
37    #source ~jmc/bin/intel_v11.sh    #source ~jmc/bin/intel_v11.sh
38     echo 'source ~jmc/bin/intel_v12.sh'     echo 'source ~jmc/bin/intel_v12.sh'
39     source ~jmc/bin/intel_v12.sh     source ~jmc/bin/intel_v12.sh
    export GFORTRAN_OPTFILE=f  
40  fi  fi
41  if [ $gfort -eq 2 ] ; then  if [ $gfort -eq 2 ] ; then
42     echo 'source ~jmc/bin/openmpi.sh'     echo 'source ~jmc/bin/openmpi.sh'
43     source ~jmc/bin/openmpi.sh     source ~jmc/bin/openmpi.sh
    export GFORTRAN_OPTFILE=t  
44  fi  fi
45    
46  #--------------------------------------------------------------------  #--------------------------------------------------------------------
# Line 48  for tt in $tst_list Line 48  for tt in $tst_list
48  do  do
49    
50    echo "=========================================================================="    echo "=========================================================================="
51    set -x  # set -x
52    rm -f tr_clean_$tt.log    rm -f tr_clean_$tt.log
53  if test $tt = 'iadm' -o $tt = 'iad4' -o $tt = 'gadm' -o  $tt = 'gads' ; then    echo $tt | grep '^.ad' > /dev/null 2>&1 ; fwd=$?
54      echo " testing tt= $tt , fwd= $fwd"
55    if [ $fwd -eq 0 ] ; then
56      set -x
57    ( cd MITgcm_$tt/verification ; testreport -adm -clean > ../../tr_clean_$tt.log 2>&1 )    ( cd MITgcm_$tt/verification ; testreport -adm -clean > ../../tr_clean_$tt.log 2>&1 )
58      set +x
59  else  else
60      set -x
61    #- cleanup previous restart:    #- cleanup previous restart:
62    ( cd MITgcm_$tt/verification ; ../tools/do_tst_2+2 -clean > ../../tr_clean_$tt.log 2>&1 )    ( cd MITgcm_$tt/verification ; ../tools/do_tst_2+2 -clean > ../../tr_clean_$tt.log 2>&1 )
63    #- cleanup previous test:    #- cleanup previous test:
64    ( cd MITgcm_$tt/verification ; testreport -clean >> ../../tr_clean_$tt.log 2>&1 )    ( cd MITgcm_$tt/verification ; testreport -clean >> ../../tr_clean_$tt.log 2>&1 )
 fi  
65    set +x    set +x
66    fi
67      if [ $gfort -eq 0 ] ; then
68        echo ' remove all Makefile_syntax and do "cvs update -P -d"' >> tr_clean_$tt.log
69        ( cd MITgcm_$tt/verification ; rm -f */build/Makefile_syntax )
70      else
71        echo ' run "cvs update -P -d"'  >> tr_clean_$tt.log
72      fi
73    echo ""    echo ""
74    
75    echo "=========================================================================="    echo "=========================================================================="
# Line 83  case $tt in Line 94  case $tt in
94    
95    testreport -MPI 3 -adm -of ../tools/build_options/linux_amd64_ifort11 \    testreport -MPI 3 -adm -of ../tools/build_options/linux_amd64_ifort11 \
96     -devel -nc -repl_mk do_make_syntax.sh -obj -dd > ../../tr_run_$tt.log 2>&1     -devel -nc -repl_mk do_make_syntax.sh -obj -dd > ../../tr_run_$tt.log 2>&1
97      echo '' >> ../../tr_run_$tt.log 2>&1
98    
99    testreport -MPI 3 -adm -of ../tools/build_options/linux_amd64_ifort11 \    testreport -MPI 3 -adm -of ../tools/build_options/linux_amd64_ifort11 \
100     -devel -q -command='mpirun -v -np TR_NPROC ./mitgcmuv_ad' \     -devel -q -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1
    -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1  
101    
102    #unset echo    sed -n "/ email /,/^======== End of testreport / p" ../../tr_run_$tt.log
   sed -n "/ email /,$ p" ../../tr_run_$tt.log  
103  ;;  ;;
104    
105  'iad4' )  'iad4' )
# Line 97  case $tt in Line 107  case $tt in
107    
108    testreport -MPI 3 -ur4 -adm -of ../tools/build_options/linux_amd64_ifort11 \    testreport -MPI 3 -ur4 -adm -of ../tools/build_options/linux_amd64_ifort11 \
109     -devel -nc -repl_mk do_make_syntax.sh -obj -dd > ../../tr_run_$tt.log 2>&1     -devel -nc -repl_mk do_make_syntax.sh -obj -dd > ../../tr_run_$tt.log 2>&1
110      echo '' >> ../../tr_run_$tt.log 2>&1
111    
112    testreport -MPI 3 -ur4 -adm -of ../tools/build_options/linux_amd64_ifort11 \    testreport -MPI 3 -ur4 -adm -of ../tools/build_options/linux_amd64_ifort11 \
113     -devel -q -match 5 -command='mpirun -v -np TR_NPROC ./mitgcmuv_ad' \     -devel -q -match 5 -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1
    -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1  
114    
115    #unset echo    sed -n "/ email /,/^======== End of testreport / p" ../../tr_run_$tt.log
   sed -n "/ email /,$ p" ../../tr_run_$tt.log  
116  ;;  ;;
117    
118  'imp2')  'imp2')
# Line 114  case $tt in Line 123  case $tt in
123    
124    testreport -MPI 2 -mth -of ../tools/build_options/linux_amd64_ifort11 \    testreport -MPI 2 -mth -of ../tools/build_options/linux_amd64_ifort11 \
125     -devel -nc -repl_mk do_make_syntax.sh -obj -dd > ../../tr_run_$tt.log 2>&1     -devel -nc -repl_mk do_make_syntax.sh -obj -dd > ../../tr_run_$tt.log 2>&1
126      echo '' >> ../../tr_run_$tt.log 2>&1
127    
128    testreport -MPI 2 -mth -of ../tools/build_options/linux_amd64_ifort11 \    testreport -MPI 2 -mth -of ../tools/build_options/linux_amd64_ifort11 \
129     -devel -q -command='mpirun -v -np TR_NPROC ./mitgcmuv' \     -devel -q -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1
    -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1  
130    
131    sed -n "/ email /,$ p" ../../tr_run_$tt.log    sed -n "/ email /,/^======== End of testreport / p" ../../tr_run_$tt.log
132    
133    #- test restart:    #- test restart:
134    echo '' >> ../../tr_run_$tt.log 2>&1    echo '' >> ../../tr_run_$tt.log 2>&1
135    ../tools/do_tst_2+2 -mpi -exe 'mpirun -v -np TR_NPROC ./mitgcmuv' \    ../tools/do_tst_2+2 -mpi -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1
    -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1  
136  ;;  ;;
137    
138  'iur4')  'iur4')
# Line 132  case $tt in Line 140  case $tt in
140    
141    testreport -MPI 3 -ur4 -of ../tools/build_options/linux_amd64_ifort11 \    testreport -MPI 3 -ur4 -of ../tools/build_options/linux_amd64_ifort11 \
142     -devel -nc -repl_mk do_make_syntax.sh -obj -dd > ../../tr_run_$tt.log 2>&1     -devel -nc -repl_mk do_make_syntax.sh -obj -dd > ../../tr_run_$tt.log 2>&1
143      echo '' >> ../../tr_run_$tt.log 2>&1
144    
145    testreport -MPI 3 -ur4 -of ../tools/build_options/linux_amd64_ifort11 \    testreport -MPI 3 -ur4 -of ../tools/build_options/linux_amd64_ifort11 \
146     -devel -q -match 5 -command='mpirun -v -np TR_NPROC ./mitgcmuv' \     -devel -q -match 5 -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1
    -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1  
147    
148    sed -n "/ email /,$ p" ../../tr_run_$tt.log    sed -n "/ email /,/^======== End of testreport / p" ../../tr_run_$tt.log
149    
150    #- test restart:    #- test restart:
151    echo '' >> ../../tr_run_$tt.log 2>&1    echo '' >> ../../tr_run_$tt.log 2>&1
152    ../tools/do_tst_2+2 -mpi -exe 'mpirun -v -np TR_NPROC ./mitgcmuv' \    ../tools/do_tst_2+2 -mpi -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1
    -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1  
153  ;;  ;;
154    
155  'gadm')  'gadm')
156    if test -e tr_out.txt ; then /bin/rm -f tr_out.sav ; mv tr_out.txt tr_out.sav ; fi    if test -e tr_out.txt ; then /bin/rm -f tr_out.sav ; mv tr_out.txt tr_out.sav ; fi
157    
158    testreport -MPI 3 -adm -of ../tools/build_options/linux_amd64_gfortran \    testreport -MPI 3 -adm -of ../tools/build_options/linux_amd64_gfortran \
159     -devel -nc -command='mpirun -v -np TR_NPROC ./mitgcmuv_ad' \     -devel -nc -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1
    -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1  
160    
161    sed -n "/ email /,$ p" ../../tr_run_$tt.log    sed -n "/ email /,/^======== End of testreport / p" ../../tr_run_$tt.log
162  ;;  ;;
163    
164  'gads')  'gads')
# Line 161  case $tt in Line 167  case $tt in
167    testreport -adm -of ../tools/build_options/linux_amd64_gfortran \    testreport -adm -of ../tools/build_options/linux_amd64_gfortran \
168     -devel -nc -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1     -devel -nc -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1
169    
170    sed -n "/ email /,$ p" ../../tr_run_$tt.log    sed -n "/ email /,/^======== End of testreport / p" ../../tr_run_$tt.log
171    ;;
172    
173    'gad4')
174      if test -e tr_out.txt ; then /bin/rm -f tr_out.sav ; mv tr_out.txt tr_out.sav ; fi
175    
176      testreport -adm -ur4 -of ../tools/build_options/linux_amd64_gfortran \
177       -devel -nc -match 5 -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1
178    
179      sed -n "/ email /,/^======== End of testreport / p" ../../tr_run_$tt.log
180  ;;  ;;
181    
182  'gmp2')  'gmp2')
# Line 171  case $tt in Line 186  case $tt in
186    export GOMP_STACKSIZE=400m    export GOMP_STACKSIZE=400m
187    
188    testreport -MPI 2 -mth -of ../tools/build_options/linux_amd64_gfortran \    testreport -MPI 2 -mth -of ../tools/build_options/linux_amd64_gfortran \
189     -devel -nc -command='mpirun -v -np TR_NPROC ./mitgcmuv' \     -devel -nc -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1
    -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1  
190    
191    sed -n "/ email /,$ p" ../../tr_run_$tt.log    sed -n "/ email /,/^======== End of testreport / p" ../../tr_run_$tt.log
192    
193    #- test restart:    #- test restart:
194    echo '' >> ../../tr_run_$tt.log 2>&1    echo '' >> ../../tr_run_$tt.log 2>&1
195    ../tools/do_tst_2+2 -mpi -exe 'mpirun -v -np TR_NPROC ./mitgcmuv' \    ../tools/do_tst_2+2 -mpi -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1
    -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1  
196  ;;  ;;
197    
198  'gmpi')  'gmpi')
199    if test -e tr_out.txt ; then /bin/rm -f tr_out.sav ; mv tr_out.txt tr_out.sav ; fi    if test -e tr_out.txt ; then /bin/rm -f tr_out.sav ; mv tr_out.txt tr_out.sav ; fi
200    
201    testreport -MPI 3 -of ../tools/build_options/linux_amd64_gfortran \    testreport -MPI 3 -of ../tools/build_options/linux_amd64_gfortran \
202     -devel -nc -command='mpirun -v -np TR_NPROC ./mitgcmuv' \     -devel -nc -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1
203     -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1  
204      sed -n "/ email /,/^======== End of testreport / p" ../../tr_run_$tt.log
205    
206      #- test restart:
207      echo '' >> ../../tr_run_$tt.log 2>&1
208      ../tools/do_tst_2+2 -mpi -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1
209    ;;
210    
211    'gmp4')
212      if test -e tr_out.txt ; then /bin/rm -f tr_out.sav ; mv tr_out.txt tr_out.sav ; fi
213    
214      testreport -MPI 3 -ur4 -of ../tools/build_options/linux_amd64_gfortran \
215       -devel -nc -match 5 -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1
216    
217    sed -n "/ email /,$ p" ../../tr_run_$tt.log    sed -n "/ email /,/^======== End of testreport / p" ../../tr_run_$tt.log
218    
219    #- test restart:    #- test restart:
220    echo '' >> ../../tr_run_$tt.log 2>&1    echo '' >> ../../tr_run_$tt.log 2>&1
221    ../tools/do_tst_2+2 -mpi -exe 'mpirun -v -np TR_NPROC ./mitgcmuv' \    ../tools/do_tst_2+2 -mpi -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1
    -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1  
222  ;;  ;;
223    
224  'gfo')  'gfo')
# Line 203  case $tt in Line 227  case $tt in
227    testreport -of ../tools/build_options/linux_amd64_gfortran \    testreport -of ../tools/build_options/linux_amd64_gfortran \
228     -devel -nc -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1     -devel -nc -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1
229    
230    sed -n "/ email /,$ p" ../../tr_run_$tt.log    sed -n "/ email /,/^======== End of testreport / p" ../../tr_run_$tt.log
231    
232      #- test restart:
233      echo '' >> ../../tr_run_$tt.log 2>&1
234      ../tools/do_tst_2+2 -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1
235    ;;
236    
237    'gfo4')
238      if test -e tr_out.txt ; then /bin/rm -f tr_out.sav ; mv tr_out.txt tr_out.sav ; fi
239    
240      testreport -ur4 -of ../tools/build_options/linux_amd64_gfortran \
241       -devel -nc -match 5 -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1
242    
243      sed -n "/ email /,/^======== End of testreport / p" ../../tr_run_$tt.log
244    
245    #- test restart:    #- test restart:
246    echo '' >> ../../tr_run_$tt.log 2>&1    echo '' >> ../../tr_run_$tt.log 2>&1
# Line 217  case $tt in Line 254  case $tt in
254     -skd 'fizhi-cs-32x32x40 fizhi-cs-aqualev20' \     -skd 'fizhi-cs-32x32x40 fizhi-cs-aqualev20' \
255     -nc -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1     -nc -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1
256    
257    sed -n "/ email /,$ p" ../../tr_run_$tt.log    sed -n "/ email /,/^======== End of testreport / p" ../../tr_run_$tt.log
258    
259    #- test restart:    #- test restart:
260    echo '' >> ../../tr_run_$tt.log 2>&1    echo '' >> ../../tr_run_$tt.log 2>&1

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.17

  ViewVC Help
Powered by ViewVC 1.1.22