/[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.81 by jmc, Tue Mar 24 18:20:16 2015 UTC revision 1.84 by jmc, Mon Aug 19 16:02:07 2019 UTC
# Line 96  EOF Line 96  EOF
96  color="#bbffdd"  color="#bbffdd"
97  ncolor="#bbddff"  ncolor="#bbddff"
98    
99  MACHINES="aces- acesgrid baudelaire danton iblade sx8 uv100 pleiades"  MACHINES="aces- acesgrid baudelaire engaging svante glacier uv100 ollie stan1"
100  MACHINES="$MACHINES stomp octopus engaging saramago svante glacier"  MACHINES="$MACHINES pleiades archer stomp octopus saramago"
101    
102  ( cd $INDIR ; ls -1 -t */summary.txt | sed 's/\/summary.txt//' ) > $TMP.dir_all  ( cd $INDIR ; ls -1 -t */summary.txt | sed 's/\/summary.txt//' ) > $TMP.dir_all
103    
# Line 211  for mname in $MACHINES ; do Line 211  for mname in $MACHINES ; do
211          else          else
212              kind="restart" ; order=5              kind="restart" ; order=5
213          fi          fi
         order=`expr $order + 10 \* $EXTRA`  
         order=`printf '%3.3i' $order`  
214          if test "x$UR4" = x1 ; then          if test "x$UR4" = x1 ; then
215              OPTFILE="${OPTFILE}.use_r4"              OPTFILE="${OPTFILE}.use_r4"
216          fi          fi
217          if test "x$MPI" = x1 ; then          if test "x$MPI" = x1 ; then
218              yy=`echo $OPTFILE | grep -c '+mpi'`              yy=`echo $OPTFILE | grep -c '+mpi'`
219              if test $yy = 0 ; then OPTFILE="${OPTFILE}+mpi" ; fi              if test $yy = 0 ; then yy=`echo $OPTFILE | grep -c '+impi'` ; fi
220                if test $yy = 0 ; then OPTFILE="${OPTFILE}+mpi"
221                                  else order=`expr $order + 200` ; fi
222          fi          fi
223          if test "x$MTH" = x1 ; then          if test "x$MTH" = x1 ; then
224              yy=`echo $OPTFILE | grep -c '+mth$'`              yy=`echo $OPTFILE | grep -c '+mth$'`
# Line 230  for mname in $MACHINES ; do Line 230  for mname in $MACHINES ; do
230          if test "x$DVLP" = x1 ; then          if test "x$DVLP" = x1 ; then
231              OPTFILE="${OPTFILE}.dvlp"              OPTFILE="${OPTFILE}.dvlp"
232          fi          fi
233            order=`expr $order + 10 \* $EXTRA`
234            order=`printf '%3.3i' $order`
235    
236          t_pass="--"          t_pass="--"
237          t_tot="--"          t_tot="--"
# Line 303  cat >> $OUTFILE << EOF Line 305  cat >> $OUTFILE << EOF
305      </table>      </table>
306    
307  <p>Examples of the scripts used for these testing runs can be obtained from: <a  <p>Examples of the scripts used for these testing runs can be obtained from: <a
308  href="http://mitgcm.org/viewvc/MITgcm/MITgcm/tools/example_scripts/">  href="http://mitgcm.org/viewvc/MITgcm/MITgcm_contrib/test_scripts/">
309  MITgcm/tools/example_scripts</a>.</p>  MITgcm_contrib/test_scripts</a>.</p>
310    
311    </body>    </body>
312  </html>  </html>

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.84

  ViewVC Help
Powered by ViewVC 1.1.22