/[MITgcm]/MITgcm/tools/example_scripts/csail/test_dickens
ViewVC logotype

Diff of /MITgcm/tools/example_scripts/csail/test_dickens

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

revision 1.4 by jmc, Thu Apr 16 19:06:45 2009 UTC revision 1.6 by jmc, Sat May 30 15:07:57 2009 UTC
# Line 14  MC=10 Line 14  MC=10
14  checkOut=1  checkOut=1
15  sepDir=0  sepDir=0
16  #tst_list='adm g77 pgi gfo ifc mth'  #tst_list='adm g77 pgi gfo ifc mth'
17  tst_list='adm g77 gfo mth'  tst_list='adm g77 gfo+rs mth'
18    
19  #  Turn off stack limit for FIZHI  #  Turn off stack limit for FIZHI
20  ulimit -s unlimited  ulimit -s unlimited
# Line 141  do Line 141  do
141   then   then
142    
143    echo "Running testreport using:"    echo "Running testreport using:"
144    comm="./testreport -adm -match $MC -a jmc@mitgcm.org"  # comm="./testreport -adm -match $MC -a jmc@mitgcm.org"
145      comm="./testreport -adm -match $MC -a jmc@mitgcm.org -skd lab_sea"
146    if test "x$OPTFILE" != x ; then    if test "x$OPTFILE" != x ; then
147      comm="$comm -of=$OPTFILE"      comm="$comm -of=$OPTFILE"
148    fi    fi
# Line 254  do Line 255  do
255  #-- cleaning:  #-- cleaning:
256    echo "======================"    echo "======================"
257    echo "Cleaning test directories:"    echo "Cleaning test directories:"
258    ./testreport -clean > /dev/null 2>&1    if test $tt != $typ ; then
259        cmdCLN="../tools/do_tst_2+2 -clean"
260        echo " clean tst_2+2 running: $cmdCLN"
261        $cmdCLN >> $tdir/output_2+2 2>&1
262      fi
263        cmdCLN="./testreport -clean"
264        echo " clean dir running: $cmdCLN"
265        $cmdCLN > /dev/null 2>&1
266    echo "======================"    echo "======================"
267    echo    echo
268   fi   fi

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.22