--- MITgcm/verification/testreport 2003/12/05 17:00:10 1.28 +++ MITgcm/verification/testreport 2003/12/07 05:30:37 1.31 @@ -1,6 +1,6 @@ #! /usr/bin/env bash # -# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/testreport,v 1.28 2003/12/05 17:00:10 edhill Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/testreport,v 1.31 2003/12/07 05:30:37 edhill Exp $ # $Name: $ # @@ -675,7 +675,9 @@ createcodelet # build the mpack utility -build_mpack +if test "x$ADDRESSES" = xNONE -o "x$ADDRESSES" = x ; then + build_mpack +fi # Create a uniquely named directory to store results MACH=`hostname` @@ -793,7 +795,7 @@ fi BUILD_DIR=$dir/$builddir - if test ! -r $CODE_DIR"/SIZE.h_mpi" ; then + if test ! -r $CODE_DIR"/SIZE.h_mpi" -a "x$MPI" = "xt" ; then echo "can't find \"$CODE_DIR/SIZE.h_mpi\" -- skipping $dir" continue fi