[Dart-dev] [6948] DART/trunk/random_seq: removed the 'Finished successfully' message because you can't

nancy at ucar.edu nancy at ucar.edu
Mon Apr 28 10:15:03 MDT 2014


Revision: 6948
Author:   nancy
Date:     2014-04-28 10:15:03 -0600 (Mon, 28 Apr 2014)
Log Message:
-----------
removed the 'Finished successfully' message because you can't
tell if the test succeeded until you look at the distribution 
of the generated values.  just because it didn't crash doesn't
mean it is computing good values.  the wording of that message 
indicates success, as opposed to just completing the execution 
(which the finalize_utilities() message 'Finshed ...' line 
already indicates).

Modified Paths:
--------------
    DART/trunk/random_seq/test_hist.f90
    DART/trunk/random_seq/test_reseed.f90

-------------- next part --------------
Modified: DART/trunk/random_seq/test_hist.f90
===================================================================
--- DART/trunk/random_seq/test_hist.f90	2014-04-25 21:28:54 UTC (rev 6947)
+++ DART/trunk/random_seq/test_hist.f90	2014-04-28 16:15:03 UTC (rev 6948)
@@ -48,8 +48,6 @@
    print *, bincount(i)
 enddo
 
-call error_handler(E_MSG, 'test_hist', 'Finished successfully.',&
-                   source,revision,revdate)
 call finalize_utilities()
 
 end program test_hist

Modified: DART/trunk/random_seq/test_reseed.f90
===================================================================
--- DART/trunk/random_seq/test_reseed.f90	2014-04-25 21:28:54 UTC (rev 6947)
+++ DART/trunk/random_seq/test_reseed.f90	2014-04-28 16:15:03 UTC (rev 6948)
@@ -172,8 +172,6 @@
 ! -----
 
 
-call error_handler(E_MSG, 'test_reseed', 'Finished successfully.',&
-                   source,revision,revdate)
 call finalize_utilities()
 
 contains


More information about the Dart-dev mailing list