/[MITgcm]/MITgcm/verification/testreport
ViewVC logotype

Diff of /MITgcm/verification/testreport

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.29 by adcroft, Fri Dec 5 17:36:03 2003 UTC revision 1.32 by edhill, Sun Dec 7 07:06:13 2003 UTC
# Line 675  echo "OK" Line 675  echo "OK"
675  createcodelet  createcodelet
676    
677  #  build the mpack utility  #  build the mpack utility
678  build_mpack  if test "x$ADDRESSES" = xNONE -o "x$ADDRESSES" = x ; then
679        echo "skipping mpack build"
680    else
681        build_mpack
682    fi
683    
684  #  Create a uniquely named directory to store results  #  Create a uniquely named directory to store results
685  MACH=`hostname`  MACH=`hostname`
# Line 793  for dir in $TESTDIRS ; do Line 797  for dir in $TESTDIRS ; do
797      fi      fi
798      BUILD_DIR=$dir/$builddir      BUILD_DIR=$dir/$builddir
799    
800      if test ! -r $CODE_DIR"/SIZE.h_mpi" -a "x$MPI" == "xt" ; then      if test ! -r $CODE_DIR"/SIZE.h_mpi" -a "x$MPI" = "xt" ; then
801          echo "can't find \"$CODE_DIR/SIZE.h_mpi\" -- skipping $dir"          echo "can't find \"$CODE_DIR/SIZE.h_mpi\" -- skipping $dir"
802          continue          continue
803      fi      fi

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.32

  ViewVC Help
Powered by ViewVC 1.1.22