/[MITgcm]/mitgcm.org/front_content/make_summary
ViewVC logotype

Diff of /mitgcm.org/front_content/make_summary

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

revision 1.2 by edhill, Sat Dec 6 21:10:18 2003 UTC revision 1.3 by edhill, Sun Dec 7 00:23:45 2003 UTC
# Line 163  cat > $LATEST << EOF Line 163  cat > $LATEST << EOF
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">
# Line 211  cat > $LATEST << EOF Line 211  cat > $LATEST << EOF
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%">
# Line 226  EOF Line 226  EOF
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    
# Line 252  for mname in $MACHINES ; do Line 252  for mname in $MACHINES ; do
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

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22