/[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.1 by edhill, Sat Dec 6 20:06:58 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>The following are the most recent MITgcm testing runs for the      <p>The MITgcm model is tested
167        time period <b>$PERIOD</b>.<br /><br />        (compiled and run) in an automated fashion on a varirety of
168        The machine naming scheme is:<br /></p>        different machines.  The following is a summary of the MITgcm
169      <table align="center" border="0">        verification suite for the time period: <b>$PERIOD</b>.</p>
170        <tr bgcolor="#00cccc"> <td><b>Machine</b></td> <td><b>"Nickname"</b></td>  
171        <p>The machine naming scheme is:<br /></p>
172        <table align="center" cellpadding="0" border="0">
173          <tr bgcolor="#00cccc"> <td><b>Machine Type</b></td> <td><b>"Nickname"</b></td>
174          <td><b>Notes</b></td> </tr>          <td><b>Notes</b></td> </tr>
175    
176        <tr bgcolor="#bbffdd"> <td>faulks.lcs.mit.edu</td> <td>"faulks"</td>        <tr bgcolor="#bbffdd"> <td>Intel P4</td> <td>"faulks"</td>
177          <td>Red Hat 7.3 on an Intel P4 (the "original" testing machine)</td> </tr>          <td>Red Hat 7.3 (the "original" testing machine)</td> </tr>
178        <tr bgcolor="#bbddff"> <td>shelley.lcs.mit.edu</td> <td>"shelley"</td>        <tr bgcolor="#bbddff"> <td>Intel P4</td> <td>"shelley"</td>
179          <td>Red Hat 9 on an Intel P4</td> </tr>          <td>Red Hat 9</td> </tr>
180    
181        <tr bgcolor="#bbffdd"> <td>cg01.lcs.mit.edu cluster</td> <td>"myrinet"</td>        <tr bgcolor="#bbffdd"> <td> Intel P3/P4 Beowulf </td> <td>"myrinet"</td>
182          <td><a href="http://mitgcm.org/projects/MITGCM_CLUSTER/">MITgcm cluster facility          <td><a href="http://mitgcm.org/projects/MITGCM_CLUSTER/">MITgcm cluster
183          </a></td> </tr>          facility </a></td> </tr>
184        <tr bgcolor="#bbddff"> <td>Alpha cluster</td> <td>"halem"</td>        <tr bgcolor="#bbddff"> <td>Alpha cluster</td> <td>"halem"</td>
185          <td><a href="http://webserv.gsfc.nasa.gov/SCB/NCCS/systems/high-end-computing.html">          <td><a href="http://webserv.gsfc.nasa.gov/SCB/NCCS/systems/high-end-computing.html">
186          NASA NCCS Halem</a></td> </tr>          NASA NCCS Halem</a></td> </tr>
# Line 206  cat > $LATEST << EOF Line 209  cat > $LATEST << EOF
209        -->        -->
210    
211      </table>      </table>
212      <br />  
213        <p><br />
214          The complete output for the verification runs can be found in
215          <a href="http://mitgcm.org/testing/summary/">the summary pages</a>.
216          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%">
218  <tr bgcolor="#00cccc">  <tr bgcolor="#00cccc">
219    <td height="0"> <b>"Nickname"</b> </td>    <td height="0"> <b>"Nickname"</b> </td>
# Line 219  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 245  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
# Line 303  rm -f ./dir_all ./mlist Line 311  rm -f ./dir_all ./mlist
311    
312  CURR_PER=`date +%Y`"_"`date +%m`  CURR_PER=`date +%Y`"_"`date +%m`
313  if test "x$PERIOD" = "x$CURR_PER" ; then  if test "x$PERIOD" = "x$CURR_PER" ; then
314      cp $LATEST ./results.xml      cp $LATEST ./testing.xml
315      (      (
316          cd $OUTDIR          cd $OUTDIR
317          rm -f latest.html          rm -f latest.html

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

  ViewVC Help
Powered by ViewVC 1.1.22