/[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.9 by jmc, Mon Jul 9 18:41:07 2012 UTC revision 1.10 by jmc, Sun Aug 5 16:42:05 2012 UTC
# Line 9  if test $# = 0 ; then Line 9  if test $# = 0 ; then
9  else  else
10    if test $1 = ifort ; then    if test $1 = ifort ; then
11      tst_list='iadm imp2 iur4'      tst_list='iadm imp2 iur4'
12       #tst_list='iadm imp2 iur4 iad4'
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 g77'
# Line 47  do Line 48  do
48    echo "=========================================================================="    echo "=========================================================================="
49    set -x    set -x
50    rm -f tr_clean_$tt.log    rm -f tr_clean_$tt.log
51  if test $tt = 'iadm' -o $tt = 'gadm' -o  $tt = 'gads' ; then  if test $tt = 'iadm' -o $tt = 'iad4' -o $tt = 'gadm' -o  $tt = 'gads' ; then
52    ( 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 )
53  else  else
54    #- cleanup previous restart:    #- cleanup previous restart:
# Line 86  case $tt in Line 87  case $tt in
87     -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1     -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1
88    
89    #unset echo    #unset echo
90      sed -n "/ email /,$ p" ../../tr_run_$tt.log
91    ;;
92    
93    'iad4' )
94      if test -e tr_out.txt ; then /bin/rm -f tr_out.sav ; mv tr_out.txt tr_out.sav ; fi
95    
96      testreport -MPI 3 -ur4 -adm -of ../tools/build_options/linux_amd64_ifort11 \
97       -devel -nc -repl_mk do_make_syntax.sh -obj -dd > ../../tr_run_$tt.log 2>&1
98    
99      testreport -MPI 3 -ur4 -adm -of ../tools/build_options/linux_amd64_ifort11 \
100       -devel -q -match 5 -command='mpirun -v -np TR_NPROC ./mitgcmuv_ad' \
101       -a jmc@mitgcm.org >> ../../tr_run_$tt.log 2>&1
102    
103      #unset echo
104    sed -n "/ email /,$ p" ../../tr_run_$tt.log    sed -n "/ email /,$ p" ../../tr_run_$tt.log
105  ;;  ;;
106    

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

  ViewVC Help
Powered by ViewVC 1.1.22