163 |
|
|
164 |
</head> |
</head> |
165 |
<body> |
<body> |
166 |
<p>To enhance and maintain portability, the MITgcm model is tested |
<p>The MITgcm model is tested |
167 |
(compiled and run) in an automated fashion on a varirety of |
(compiled and run) in an automated fashion on a varirety of |
168 |
different machines. The following is a summary of the MITgcm |
different machines. The following is a summary of the MITgcm |
169 |
testing/verification suite for the time period: <b>$PERIOD</b>.</p> |
verification suite for the time period: <b>$PERIOD</b>.</p> |
170 |
|
|
171 |
<p>The machine naming scheme is:<br /></p> |
<p>The machine naming scheme is:<br /></p> |
172 |
<table align="center" cellpadding="0" border="0"> |
<table align="center" cellpadding="0" border="0"> |
211 |
</table> |
</table> |
212 |
|
|
213 |
<p><br /> |
<p><br /> |
214 |
The complete output for the testing/verification runs can be found in |
The complete output for the verification runs can be found in |
215 |
<a href="http://mitgcm.org/testing/summary/">the summary pages</a>. |
<a href="http://mitgcm.org/testing/summary/">the summary pages</a>. |
216 |
The latest reports are:</p> |
The latest reports are:</p> |
217 |
<table align="center" cellpadding="0" cellspacing="0" border="0" width="95%"> |
<table align="center" cellpadding="0" cellspacing="0" border="0" width="95%"> |
226 |
color="#bbffdd" |
color="#bbffdd" |
227 |
res_url="http://mitgcm.org/testing/" |
res_url="http://mitgcm.org/testing/" |
228 |
|
|
229 |
MACHINES="faulks shelley myrinet halem hopper lomax orion bf bs" |
MACHINES="faulks shelley myrinet eaps halem hopper lomax orion bf bs" |
230 |
|
|
231 |
( cd $INDIR ; ls -1 ) > ./dir_all |
( cd $INDIR ; ls -1 ) > ./dir_all |
232 |
|
|
252 |
OPTFILE=${OPTFILE##*/} |
OPTFILE=${OPTFILE##*/} |
253 |
fi |
fi |
254 |
if test "x$OPTFILE" = x -a -r "$dir/genmake_state" ; then |
if test "x$OPTFILE" = x -a -r "$dir/genmake_state" ; then |
255 |
comm=`grep 'OPTFILE=' $dir/genmake_state` |
comm=`grep 'OPTFILE=' $dir/genmake_state 2>/dev/null` |
256 |
eval $comm |
eval $comm |
257 |
OPTFILE=${OPTFILE##*/} |
OPTFILE=${OPTFILE##*/} |
258 |
fi |
fi |
259 |
if test "x$OPTFILE" = x ; then |
if test "x$OPTFILE" = x ; then |
260 |
comm=`grep '^# OPTFILE=' $dir/*/Makefile 2>/dev/null | head -1 | sed -e 's|^# ||'` |
comm=`grep '^# OPTFILE=' $dir/*/Makefile 2>/dev/null | head -1` |
261 |
|
comm=${comm##*#} |
262 |
eval $comm |
eval $comm |
263 |
OPTFILE=${OPTFILE##*/} |
OPTFILE=${OPTFILE##*/} |
264 |
fi |
fi |