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

Annotation of /MITgcm/tools/example_scripts/csail/test_baudelaire

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


Revision 1.21 - (hide annotations) (download)
Sat Jul 19 15:16:24 2014 UTC (9 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e
Changes since 1.20: +10 -1 lines
save previous summary (before removing MITgcm testing dir)

1 jmc 1.1 #! /usr/bin/env bash
2    
3 jmc 1.21 # $Header: /u/gcmpack/MITgcm/tools/example_scripts/csail/test_baudelaire,v 1.20 2013/11/25 14:42:49 jmc Exp $
4 jmc 1.1
5     # Test script for MITgcm that should work on most of the csail.mit.edu
6     # Linux machines.
7    
8     # defaults
9     #export PATH="$PATH:/usr/local/bin"
10     if [ -d ~/bin ]; then export PATH=$PATH:~/bin ; fi
11     #- to get case insensitive "ls" (and order of tested experiments)
12     export LC_ALL="en_US.UTF-8"
13     # Turn off stack limit for FIZHI & AD-tests
14     ulimit -s unlimited
15 jmc 1.4 # MPI test (for now, only with gfortran)
16     export MPI_GCC_DIR=/srv/software/gcc/gcc-packages/gcc-4.4.5/mpich2/mpich2-1.3
17     export MPI_INC_DIR=$MPI_GCC_DIR/include
18     export PATH="$PATH:$MPI_GCC_DIR/bin"
19 jmc 1.1
20     #- method to acces CVS:
21     # export CVSROOT='/u/gcmpack'
22     # export CVSROOT=':ext:@mitgcm.org:/u/gcmpack'
23     # export CVS_RSH='ssh' ; cvs co -P MITgcm > /dev/null
24     # cvs -d :pserver:cvsanon@mitgcm.org:/u/gcmpack co -P MITgcm > /dev/null
25     cmdCVS='cvs -d :pserver:cvsanon@mitgcm.org:/u/gcmpack'
26     cmdCVS='cvs -d /u/gcmpack'
27    
28 jmc 1.19 # checkOut=2 : download new code ;
29 jmc 1.20 # =3 : skip download but, if sepDir, use a new copy
30 jmc 1.19 # =1 : update code (if no existing code -> swith to 2)
31     # =0 : use existing code (if no existing code -> swith to 2)
32 jmc 1.11 dInWeek=`date +%a`
33 jmc 1.20 outDir=`hostname -s`
34     TESTDIR="/scratch/jmc/test_${outDir}"
35 jmc 1.3 MC=13
36 jmc 1.19 checkOut=2
37 jmc 1.1 sepDir=1
38     option=
39 jmc 1.20 #tst_list='g7a adm mpa g77 gfo+rs mth mp2+rs mpi ifc'
40     #if test "x$dInWeek" = xSun ; then tst_list="$tst_list tlm oad" ; fi
41     outDir="${outDir}-a"
42     tst_list='g7a mpa mth mp2+rs mpi oad'
43     #outDir="${outDir}-b"
44     #tst_list='adm g77 gfo+rs ifc'
45     #if test "x$dInWeek" = xSun ; then tst_list="$tst_list tlm" ; fi
46 jmc 1.1
47 jmc 1.19 #option="-nc" ; checkOut=1
48     #option="-q" ; checkOut=1
49 jmc 1.1
50     TODAY=`date +%d`
51     tdir=$TESTDIR
52 jmc 1.19 if test $checkOut != 2 ; then
53 jmc 1.7 if test -e $tdir/MITgcm/CVS ; then
54     echo $tdir/MITgcm/CVS 'exist'
55 jmc 1.19 if test $sepDir = 0 -a $checkOut = 1 ; then
56 jmc 1.15 echo -n "Update the MITgcm code using: $cmdCVS ..."
57     cd $tdir/MITgcm
58 jmc 1.7 $cmdCVS update -P -d
59 jmc 1.15 echo " done"
60 jmc 1.7 fi
61 jmc 1.1 else
62 jmc 1.7 echo -n $tdir/MITgcm 'missing ; '
63 jmc 1.19 checkOut=2
64 jmc 1.1 fi
65     fi
66 jmc 1.19 if test $checkOut = 2 ; then
67 jmc 1.1 if test -e $tdir ; then
68     echo -n "Removing working copy: $tdir/MITgcm ..."
69     test -e $tdir/MITgcm && rm -rf $tdir/MITgcm
70     else
71     echo -n "Creating a working dir: $tdir ..."
72     mkdir $tdir
73     fi
74     echo " done"
75     echo -n "Downloading the MITgcm code using: $cmdCVS ..."
76     cd $tdir
77     $cmdCVS co -P MITgcm > /dev/null
78     echo " done"
79     else
80     cd $tdir
81     fi
82    
83     #------------------------------------------------------------------------
84    
85     firstTst=`echo $tst_list | awk '{print $1}'`
86     last_Tst=`echo $tst_list | awk '{print $NF}'`
87     for tt in $tst_list
88     do
89    
90 jmc 1.5 echo "================================================================"
91     typ=`echo $tt | sed 's/+rs//'`
92     #- check day and time:
93     curDay=`date +%d` ; curHour=`date +%H`
94     if [ $curDay -ne $TODAY ] ; then
95     date ; echo "day is over => skip test $typ"
96     continue
97     fi
98     if [ $curHour -ge 18 ] ; then
99     date ; echo "too late to run test $typ"
100     continue
101     fi
102 jmc 1.19 if test $sepDir = 0 -a "x$option" != x -a $tt != $last_Tst ; then
103     echo "using option='$option' prevent multi-tests => skip test $typ"
104     continue
105     fi
106 jmc 1.5 #- clean-up old output files
107     rm -f $tdir/output_${typ}*
108 jmc 1.12 touch $tdir/output_$tt
109 jmc 1.5 if test $sepDir = 1 ; then
110     new_dir="MITgcm_$typ"
111 jmc 1.20 reUse=1 ; if [ $checkOut -ge 2 ] ; then reUse=0 ; fi
112     if test -d $new_dir/CVS -a $reUse = 1 ; then
113 jmc 1.5 pushd $new_dir
114 jmc 1.14 if test $tt != $typ ; then
115     ( cd verification ; ../tools/do_tst_2+2 -clean )
116     fi
117 jmc 1.19 if test $checkOut = 1 ; then
118     echo -n "Update the MITgcm code using: $cmdCVS ..."
119     $cmdCVS update -P -d
120     echo " done"
121     fi
122 jmc 1.5 else
123 jmc 1.21 if test -d prev ; then
124     #-- save previous summary:
125     oldS=`ls -t ${new_dir}/verification/tr_${outDir}_*/summary.txt 2> /dev/null | head -1`
126     if test "x$oldS" != x ; then cp -p -f $oldS prev/tr_out.$typ ; fi
127     if test $tt != $typ ; then
128     oldS=`ls -t ${new_dir}/verification/rs_${outDir}_*/summary.txt 2> /dev/null | head -1`
129     if test "x$oldS" != x ; then cp -p -f $oldS prev/rs_out.$typ ; fi
130     fi
131     fi
132 jmc 1.5 test -e $new_dir && rm -rf $new_dir
133     mkdir $new_dir
134     pushd $new_dir
135     cp -ra ../MITgcm/* .
136     fi
137 jmc 1.1 else
138 jmc 1.5 pushd MITgcm
139 jmc 1.1 fi
140 jmc 1.5 cd verification
141 jmc 1.1
142 jmc 1.5 #-- set the testreport command:
143 jmc 1.7 comm="./testreport"
144     if test $typ = 'g7a' -o $typ = 'adm' -o $typ = 'mpa' ; then
145 jmc 1.12 comm="$comm -adm"
146 jmc 1.18 elif test $typ = 'oad' ; then
147     comm="$comm -oad"
148 jmc 1.11 elif test $typ = 'tlm' ; then
149 jmc 1.12 comm="$comm -tlm"
150 jmc 1.5 elif test $typ = 'mth' -o $typ = 'mp2' ; then
151 jmc 1.4 export GOMP_STACKSIZE=400m
152 jmc 1.5 export OMP_NUM_THREADS=2
153     comm="$comm -mth"
154 jmc 1.17 else
155     comm="$comm -md cyrus-makedepend"
156 jmc 1.5 fi
157 jmc 1.20 comm="$comm -odir $outDir -a jmc@mitgcm.org"
158 jmc 1.5 #-- set the optfile (+ mpi & match-precision)
159     MPI=0
160     case $typ in
161     'g77'|'g7a') OPTFILE='../tools/build_options/linux_amd64_g77' ;;
162 jmc 1.18 'gfo'|'adm'|'oad'|'tlm'|'mth') comm="$comm -match $MC -devel"
163 jmc 1.11 OPTFILE='../tools/build_options/linux_amd64_gfortran' ;;
164 jmc 1.20 'ifc') comm="$comm -devel"
165     OPTFILE='../tools/build_options/linux_amd64_ifort11' ;;
166 jmc 1.5 'pgi') OPTFILE='../tools/build_options/linux_amd64_pgf77' ;;
167 jmc 1.11 'mpa'|'mpi'|'mp2') comm="$comm -match $MC -devel" ; MPI=6
168     OPTFILE='../tools/build_options/linux_amd64_gfortran' ;;
169 jmc 1.5 *) OPTFILE= ;;
170     esac
171     #-- set MPI command:
172 jmc 1.8 if test $MPI != 0 ; then
173     if test $typ = 'mp2' ; then MPI=3 ; fi
174 jmc 1.7 if test $typ = 'mpa' ; then
175 jmc 1.6 EXE="mpirun -np TR_NPROC ./mitgcmuv_ad"
176 jmc 1.5 else
177 jmc 1.6 EXE="mpirun -np TR_NPROC ./mitgcmuv"
178 jmc 1.5 fi
179     fi
180 jmc 1.1
181 jmc 1.7 #-- set specific Env Vars:
182 jmc 1.18 if test $typ = 'oad' ; then
183     source ~jmc/mitgcm/bin/setenv_OpenAD.sh
184     fi
185 jmc 1.7 if test $typ = 'ifc' ; then
186     source /srv/software/intel/intel-11.1.073/bin/ifortvars.sh intel64
187     fi
188     if test $typ = 'pgi' ; then
189 jmc 1.8 #listT='fizhi-cs-32x32x40 fizhi-cs-aqualev20'
190 jmc 1.7 export PGI=/srv/software/pgi/pgi-10.9
191     export PATH="$PATH:$PGI/linux86-64/10.9/bin"
192     export LM_LICENSE_FILE=$PGI/license.dat
193     fi
194    
195 jmc 1.19 if test $sepDir = 0 -a "x$option" = x -a $tt = $firstTst -a $checkOut != 2 ; then
196 jmc 1.1 #-- cleaning:
197 jmc 1.5 echo "======================"
198 jmc 1.12 echo "Cleaning test directories:" | tee -a $tdir/output_$tt
199 jmc 1.1 cmdCLN="./testreport -clean"
200 jmc 1.12 echo " clean dir running: $cmdCLN" | tee -a $tdir/output_$tt
201     $cmdCLN >> $tdir/output_$tt 2>&1
202 jmc 1.5 echo "======================"
203 jmc 1.12 echo "" | tee -a $tdir/output_$tt
204 jmc 1.1 fi
205    
206 jmc 1.5 #-- run the testreport command:
207 jmc 1.12 echo -n "Running testreport using:" | tee -a $tdir/output_$tt
208 jmc 1.1 if test "x$OPTFILE" != x ; then
209     comm="$comm -of=$OPTFILE"
210     fi
211 jmc 1.12 if test $MPI = 0 ; then echo '' | tee -a $tdir/output_$tt
212     else echo " (EXE='$EXE')" | tee -a $tdir/output_$tt
213 jmc 1.8 comm="$comm -MPI $MPI -command \"\$EXE\""
214     fi
215 jmc 1.1 if test "x$option" != x ; then comm="$comm $option" ; fi
216 jmc 1.8 #if test $typ = 'pgi' ; then comm="$comm -t \"\$listT\"" ; fi
217 jmc 1.12 echo " \"eval $comm\"" | tee -a $tdir/output_$tt
218 jmc 1.1 echo "======================"
219 jmc 1.12 eval $comm >> $tdir/output_$tt 2>&1
220     sed -n "/^An email /,/^======== End of testreport / p" $tdir/output_$tt
221     echo "" | tee -a $tdir/output_$tt
222 jmc 1.1
223 jmc 1.5 #-- also test restart (test 2+2=4)
224     if test $tt != $typ
225     then
226 jmc 1.12 echo "testing restart using:" | tee -a $tdir/output_$tt
227 jmc 1.20 comm="../tools/do_tst_2+2 -o $outDir -a jmc@mitgcm.org"
228 jmc 1.8 if test $MPI = 0 ; then
229 jmc 1.12 echo " \"$comm\"" | tee -a $tdir/output_$tt
230 jmc 1.8 echo "======================"
231 jmc 1.12 $comm >> $tdir/output_$tt 2>&1
232 jmc 1.8 else
233 jmc 1.12 echo " \"$comm -mpi -exe $EXE\"" | tee -a $tdir/output_$tt
234 jmc 1.5 echo "======================"
235 jmc 1.12 $comm -mpi -exe "$EXE" >> $tdir/output_$tt 2>&1
236 jmc 1.5 fi
237     echo ; cat tst_2+2_out.txt
238     echo
239 jmc 1.1 fi
240 jmc 1.5 export OMP_NUM_THREADS=1
241 jmc 1.1
242 jmc 1.5 if test $sepDir = 0 ; then
243     #-- cleaning:
244 jmc 1.7 echo "======================"
245 jmc 1.12 echo "Cleaning test directories:" | tee -a $tdir/output_$tt
246 jmc 1.7 if test $tt != $typ ; then
247     cmdCLN="../tools/do_tst_2+2 -clean"
248 jmc 1.12 echo " clean tst_2+2 running: $cmdCLN" | tee -a $tdir/output_$tt
249     $cmdCLN >> $tdir/output_$tt 2>&1
250 jmc 1.7 fi
251     if test $tt != $last_Tst ; then
252     cmdCLN="./testreport -clean"
253 jmc 1.12 echo " clean dir running: $cmdCLN" | tee -a $tdir/output_$tt
254     $cmdCLN >> $tdir/output_$tt 2>&1
255 jmc 1.7 fi
256     echo "======================"
257     echo
258     fi
259     popd
260 jmc 1.1
261     done

  ViewVC Help
Powered by ViewVC 1.1.22