--- MITgcm/verification/testreport 2003/11/11 16:05:11 1.16 +++ MITgcm/verification/testreport 2003/11/18 04:33:01 1.18 @@ -1,6 +1,6 @@ #!/bin/bash # -# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/testreport,v 1.16 2003/11/11 16:05:11 edhill Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/testreport,v 1.18 2003/11/18 04:33:01 edhill Exp $ # $Name: $ # @@ -516,7 +516,7 @@ -nodepend | --nodepend | -nd | --nd) NODEPEND=t ;; - -mpi) MPI=true ;; + -mpi) MPI=t ;; -ieee) IEEE=true ;; -noieee) IEEE= ;; @@ -580,8 +580,8 @@ fi SUMMARY="$DRESULTS/summary.txt" echo -n "Start time: " >> $SUMMARY -date > $SUMMARY start_date=`date` +echo $start_date > $SUMMARY cat << EOF >> $SUMMARY T S U V G D M c m s m s m s m s @@ -753,7 +753,7 @@ echo -n "End time: " >> $SUMMARY date >> $SUMMARY -rm tmp_cmpnum.f a.out dfile +rm tmp_cmpnum.f a.out if test "x$CLEANUP" != xt ; then cat $SUMMARY