/[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.31 by edhill, Sun Dec 7 05:30:37 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        build_mpack
680    fi
681    
682  #  Create a uniquely named directory to store results  #  Create a uniquely named directory to store results
683  MACH=`hostname`  MACH=`hostname`
# Line 793  for dir in $TESTDIRS ; do Line 795  for dir in $TESTDIRS ; do
795      fi      fi
796      BUILD_DIR=$dir/$builddir      BUILD_DIR=$dir/$builddir
797    
798      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
799          echo "can't find \"$CODE_DIR/SIZE.h_mpi\" -- skipping $dir"          echo "can't find \"$CODE_DIR/SIZE.h_mpi\" -- skipping $dir"
800          continue          continue
801      fi      fi

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

  ViewVC Help
Powered by ViewVC 1.1.22