43 |
ADDRESS='none' |
ADDRESS='none' |
44 |
dBug=f |
dBug=f |
45 |
sTime=`date` |
sTime=`date` |
46 |
|
#- to get case insensitive "ls" (and order of tested experiments) |
47 |
|
export LC_ALL="en_US.UTF-8" |
48 |
|
|
49 |
# Parse options |
# Parse options |
50 |
ac_prev= |
ac_prev= |
178 |
( cd $INDIR ; ls -1 -t */summary.txt | sed 's/\/summary.txt//' ) > ./dir_all |
( cd $INDIR ; ls -1 -t */summary.txt | sed 's/\/summary.txt//' ) > ./dir_all |
179 |
|
|
180 |
if test "x$MACHINES" = "x_All_" ; then |
if test "x$MACHINES" = "x_All_" ; then |
181 |
MACHINES="faulks aces eddy bay meander lagoon hugo" |
MACHINES="faulks meander lagoon harbor dickens danton aces" |
182 |
MACHINES="$MACHINES columbia edvir rays solasrv sx8 xd1" |
MACHINES="$MACHINES beagle columbia edvir rays solasrv sx8 xd1" |
183 |
MACHINES="$MACHINES beagle batsi starp" |
MACHINES="$MACHINES bigred starp" |
184 |
|
|
185 |
MALL=`cat ./dir_all | sed -e 's|_| |g' | awk '{print $2}' | sort | uniq` |
MALL=`cat ./dir_all | sed -e 's|_| |g' | awk '{print $2}' | sort | uniq` |
186 |
for madd in $MALL ; do |
for madd in $MALL ; do |
251 |
comm=`grep 'ADJOINT=true' $dir/summary.txt 2>/dev/null` |
comm=`grep 'ADJOINT=true' $dir/summary.txt 2>/dev/null` |
252 |
eval $comm |
eval $comm |
253 |
RESTART=`grep -c 'test 2+2=4 summary' $dir/summary.txt` |
RESTART=`grep -c 'test 2+2=4 summary' $dir/summary.txt` |
254 |
NOI3E=`grep -c "^run: .*testreport.* '*-noieee'* " $dir/summary.txt` |
NOI3E=`grep -c "^run: .*testreport.* '*-noieee'*" $dir/summary.txt` |
255 |
MTH=`grep -c "^run: .*testreport.* -mth " $dir/summary.txt` |
MTH=`grep -c "^run: .*testreport.* -mth" $dir/summary.txt` |
256 |
fi |
fi |
257 |
if test "x$RESTART" = x0 ; then |
if test "x$RESTART" = x0 ; then |
258 |
kind="forward" |
kind="forward" |
260 |
else |
else |
261 |
kind="restart" |
kind="restart" |
262 |
fi |
fi |
|
if test "x$NOI3E" = x1 ; then |
|
|
OPTFILE="${OPTFILE}.noieee" |
|
|
fi |
|
263 |
if test "x$MTH" = x1 ; then |
if test "x$MTH" = x1 ; then |
264 |
yy=`echo $OPTFILE | grep -c 'mth$'` |
yy=`echo $OPTFILE | grep -c '+mth$'` |
265 |
if test $yy = 0 ; then OPTFILE="${OPTFILE}+mth" ; fi |
if test $yy = 0 ; then OPTFILE="${OPTFILE}+mth" ; fi |
266 |
fi |
fi |
267 |
|
if test "x$NOI3E" = x1 ; then |
268 |
|
OPTFILE="${OPTFILE}.noieee" |
269 |
|
fi |
270 |
day=`echo $i | sed -e 's/_[0-9]$//' | sed -e 's/_[0-9][0-9]$//'` |
day=`echo $i | sed -e 's/_[0-9]$//' | sed -e 's/_[0-9][0-9]$//'` |
271 |
ttt=`echo $day | sed -e 's/_[0-9]$//' | sed -e 's/_[0-9][0-9]$//'` |
ttt=`echo $day | sed -e 's/_[0-9]$//' | sed -e 's/_[0-9][0-9]$//'` |
272 |
day=`echo $ttt | sed -e 's|_| |g' |awk '{print $NF}'` |
day=`echo $ttt | sed -e 's|_| |g' |awk '{print $NF}'` |
310 |
num=`grep -c "^$key" ./plist` |
num=`grep -c "^$key" ./plist` |
311 |
#- discard unsafe test: |
#- discard unsafe test: |
312 |
dd=`echo $optf | grep -c 'gfortran.*mth'` |
dd=`echo $optf | grep -c 'gfortran.*mth'` |
313 |
if test $mname = 'lagoon' -a $dd = 1 ; then num=-1 ; fi |
#if test $mname = 'lagoon' -a $dd = 1 ; then num=-1 ; fi |
314 |
if test $mname = 'harbor' -a $dd = 1 ; then num=-1 ; fi |
#if test $mname = 'harbor' -a $dd = 1 ; then num=-1 ; fi |
315 |
if test $mname = 'aces' -a $optf = 'linux_ia32_open64' ; then num=-1 ; fi |
#if test $mname = 'aces' -a $optf = 'linux_ia32_open64' ; then num=-1 ; fi |
316 |
if test $mname = 'aces' -a $optf = 'linux_ia32_g95' ; then num=-1 ; fi |
#if test $mname = 'aces' -a $optf = 'linux_ia32_g95' ; then num=-1 ; fi |
317 |
if test $num -gt 0 ; then |
if test $num -gt 0 ; then |
318 |
pline=`grep "^$key " ./plist | head -1` |
pline=`grep "^$key " ./plist | head -1` |
319 |
if test $dBug = 't' ; then |
if test $dBug = 't' ; then |