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

Diff of /MITgcm_contrib/test_scripts/other/test_local

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

revision 1.9 by jmc, Sun May 2 18:42:06 2021 UTC revision 1.10 by jmc, Tue Sep 21 14:28:33 2021 UTC
# Line 13  else Line 13  else
13      dd1=`date +%d -d "1 day"`      dd1=`date +%d -d "1 day"`
14  #   if test $dd1 != '01' ; then echo 'not last day of month'; exit ; fi  #   if test $dd1 != '01' ; then echo 'not last day of month'; exit ; fi
15    elif test $1 = gfort ; then    elif test $1 = gfort ; then
16      tst_list='gadm gads gad4 gmp4 gmp2 gfo gfo4 g77'      tst_list='gadm gads gad4 gmp4 gmp2 gfo gfo4 g77 g7a'
17    elif test $1 = gfor8 ; then    elif test $1 = gfor8 ; then
18  #   tst_list='gadm gads gmp2 gmpi gfo g77'  #   tst_list='gadm gads gmp2 gmpi gfo g77'
19      tst_list='gadm gads gmp2 gfo'      tst_list='gadm gads gmp2 gfo'
# Line 75  do Line 75  do
75  # set -x  # set -x
76    rm -f tr_clean_$tt.log    rm -f tr_clean_$tt.log
77    echo $tt | grep '^.ad' > /dev/null 2>&1 ; fwd=$?    echo $tt | grep '^.ad' > /dev/null 2>&1 ; fwd=$?
78      if test $tt = g7a ; then fwd=0 ; fi
79    echo " testing tt= $tt , fwd= $fwd"    echo " testing tt= $tt , fwd= $fwd"
80   if test -e $gcmDIR/.git/config -a -d $gcmDIR/verification ; then   if test -e $gcmDIR/.git/config -a -d $gcmDIR/verification ; then
81   #- cleaning previous testreport run and updating the code:   #- cleaning previous testreport run and updating the code:
# Line 233  case $tt in Line 234  case $tt in
234    
235    sed -n "/ email /,/^======== End of testreport / p" ../../tr_run_$tt.log    sed -n "/ email /,/^======== End of testreport / p" ../../tr_run_$tt.log
236  ;;  ;;
237    
238    'g7a')
239    
240      ./testreport -adm -of ../tools/build_options/linux_amd64_g77 \
241       -nc $sendCmd >> ../../tr_run_$tt.log 2>&1
242    
243      sed -n "/ email /,/^======== End of testreport / p" ../../tr_run_$tt.log
244    ;;
245    
246  'gmp2')  'gmp2')
247    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.22