/[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.27 by edhill, Fri Dec 5 16:21:40 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 774  for dir in $TESTDIRS ; do Line 776  for dir in $TESTDIRS ; do
776          continue          continue
777      fi      fi
778    
     echo "-------------------------------------------------------------------------------"  
     echo  
     echo "Experiment:  $dir"  
     echo  
     unset genmake makedepend make run  
     results='-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --'  
   
779      builddir="input"      builddir="input"
780      rundir="input"      rundir="input"
781      use_seperate_build=0      use_seperate_build=0
# Line 800  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
799            echo "can't find \"$CODE_DIR/SIZE.h_mpi\" -- skipping $dir"
800            continue
801        fi
802    
803        echo "-------------------------------------------------------------------------------"
804        echo
805        echo "Experiment:  $dir"
806        echo
807        unset genmake makedepend make run
808        results='-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --'
809    
810      #  Create an output dir for each OPTFILE/tdir combination      #  Create an output dir for each OPTFILE/tdir combination
811      rel_CDIR=$DRESULTS"/"$dir      rel_CDIR=$DRESULTS"/"$dir
812      mkdir $rel_CDIR      mkdir $rel_CDIR

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

  ViewVC Help
Powered by ViewVC 1.1.22