/[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.2 by edhill, Sat Dec 6 21:10:18 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>To enhance and maintain portability, 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">        testing/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 testing/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 303  rm -f ./dir_all ./mlist Line 310  rm -f ./dir_all ./mlist
310    
311  CURR_PER=`date +%Y`"_"`date +%m`  CURR_PER=`date +%Y`"_"`date +%m`
312  if test "x$PERIOD" = "x$CURR_PER" ; then  if test "x$PERIOD" = "x$CURR_PER" ; then
313      cp $LATEST ./results.xml      cp $LATEST ./testing.xml
314      (      (
315          cd $OUTDIR          cd $OUTDIR
316          rm -f latest.html          rm -f latest.html

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

  ViewVC Help
Powered by ViewVC 1.1.22