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

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

  ViewVC Help
Powered by ViewVC 1.1.22