/[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.16 by edhill, Tue Nov 11 16:05:11 2003 UTC revision 1.18 by edhill, Tue Nov 18 04:33:01 2003 UTC
# Line 516  for ac_option ; do Line 516  for ac_option ; do
516          -nodepend | --nodepend | -nd | --nd)          -nodepend | --nodepend | -nd | --nd)
517              NODEPEND=t ;;              NODEPEND=t ;;
518    
519          -mpi) MPI=true ;;          -mpi) MPI=t ;;
520    
521          -ieee) IEEE=true ;;          -ieee) IEEE=true ;;
522          -noieee) IEEE= ;;          -noieee) IEEE= ;;
# Line 580  if test "x$RETVAL" != x0 ; then Line 580  if test "x$RETVAL" != x0 ; then
580  fi  fi
581  SUMMARY="$DRESULTS/summary.txt"  SUMMARY="$DRESULTS/summary.txt"
582  echo -n "Start time:  " >> $SUMMARY  echo -n "Start time:  " >> $SUMMARY
 date > $SUMMARY  
583  start_date=`date`  start_date=`date`
584    echo $start_date > $SUMMARY
585  cat << EOF >> $SUMMARY  cat << EOF >> $SUMMARY
586                  T           S           U           V                  T           S           U           V
587  G D M    c        m  s        m  s        m  s        m  s  G D M    c        m  s        m  s        m  s        m  s
# Line 753  echo $start_date >> $SUMMARY Line 753  echo $start_date >> $SUMMARY
753  echo -n "End time:    " >> $SUMMARY  echo -n "End time:    " >> $SUMMARY
754  date >> $SUMMARY  date >> $SUMMARY
755    
756  rm tmp_cmpnum.f a.out dfile  rm tmp_cmpnum.f a.out
757    
758  if test "x$CLEANUP" != xt ; then  if test "x$CLEANUP" != xt ; then
759      cat $SUMMARY      cat $SUMMARY

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.18

  ViewVC Help
Powered by ViewVC 1.1.22