--- mitgcm.org/front_content/make_summary 2015/03/24 18:20:16 1.81 +++ mitgcm.org/front_content/make_summary 2019/09/18 16:17:55 1.85 @@ -1,6 +1,6 @@ #! /usr/bin/env bash -# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/make_summary,v 1.81 2015/03/24 18:20:16 jmc Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/make_summary,v 1.85 2019/09/18 16:17:55 jmc Exp $ # # The purpose of this script is to create HTML summaries of the # directories produced by the "parse_emails" script. @@ -96,8 +96,8 @@ color="#bbffdd" ncolor="#bbddff" -MACHINES="aces- acesgrid baudelaire danton iblade sx8 uv100 pleiades" -MACHINES="$MACHINES stomp octopus engaging saramago svante glacier" +MACHINES="villon baudelaire batsi engaging svante glacier" +MACHINES="$MACHINES ollie stan1 pleiades archer" ( cd $INDIR ; ls -1 -t */summary.txt | sed 's/\/summary.txt//' ) > $TMP.dir_all @@ -211,14 +211,14 @@ else kind="restart" ; order=5 fi - order=`expr $order + 10 \* $EXTRA` - order=`printf '%3.3i' $order` if test "x$UR4" = x1 ; then OPTFILE="${OPTFILE}.use_r4" fi if test "x$MPI" = x1 ; then yy=`echo $OPTFILE | grep -c '+mpi'` - if test $yy = 0 ; then OPTFILE="${OPTFILE}+mpi" ; fi + if test $yy = 0 ; then yy=`echo $OPTFILE | grep -c '+impi'` ; fi + if test $yy = 0 ; then OPTFILE="${OPTFILE}+mpi" + else order=`expr $order + 200` ; fi fi if test "x$MTH" = x1 ; then yy=`echo $OPTFILE | grep -c '+mth$'` @@ -230,6 +230,8 @@ if test "x$DVLP" = x1 ; then OPTFILE="${OPTFILE}.dvlp" fi + order=`expr $order + 10 \* $EXTRA` + order=`printf '%3.3i' $order` t_pass="--" t_tot="--" @@ -303,8 +305,8 @@

Examples of the scripts used for these testing runs can be obtained from: -MITgcm/tools/example_scripts.

+href="http://mitgcm.org/viewvc/MITgcm/MITgcm_contrib/test_scripts/"> +MITgcm_contrib/test_scripts.