--- mitgcm.org/front_content/make_summary 2013/08/22 21:32:54 1.78 +++ mitgcm.org/front_content/make_summary 2017/02/26 22:17:05 1.83 @@ -1,11 +1,10 @@ #! /usr/bin/env bash -# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/make_summary,v 1.78 2013/08/22 21:32:54 jmc Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/make_summary,v 1.83 2017/02/26 22:17:05 jmc Exp $ # # The purpose of this script is to create HTML summaries of the # directories produced by the "parse_emails" script. - usage() { echo @@ -97,8 +96,8 @@ color="#bbffdd" ncolor="#bbddff" -MACHINES="aces- acesgrid baudelaire dickens danton beagle" -MACHINES="$MACHINES pleiades iblade sx8 uv100 solasrv stomp weber" +MACHINES="aces- acesgrid baudelaire engaging svante glacier uv100 ollie stan1" +MACHINES="$MACHINES pleiades archer stomp octopus saramago" ( cd $INDIR ; ls -1 -t */summary.txt | sed 's/\/summary.txt//' ) > $TMP.dir_all @@ -212,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$'` @@ -231,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="--" @@ -307,7 +308,6 @@ href="http://mitgcm.org/viewvc/MITgcm/MITgcm/tools/example_scripts/"> MITgcm/tools/example_scripts.

-