[mpich2-commits] r4047 - mpich2/trunk

goodell at mcs.anl.gov goodell at mcs.anl.gov
Thu Mar 12 17:33:32 CDT 2009


Author: goodell
Date: 2009-03-12 17:33:32 -0500 (Thu, 12 Mar 2009)
New Revision: 4047

Modified:
   mpich2/trunk/configure.in
Log:
Fix for ticket #282, --enable-fast no longer disables error msgs.

Reviewed by buntinas at .

Modified: mpich2/trunk/configure.in
===================================================================
--- mpich2/trunk/configure.in	2009-03-12 22:32:17 UTC (rev 4046)
+++ mpich2/trunk/configure.in	2009-03-12 22:33:32 UTC (rev 4047)
@@ -316,8 +316,7 @@
     defopt   - Default compiler optimization -O2 for all language bindings,
                i.e. --enable-fast=O2, when neither --enable-fast
                nor --disable-fast is specified.
-    nochkmsg - No error checking and no error messages, i.e.
-               --disable-error-checking and --disable-error-messages.
+    nochkmsg - No error checking, i.e. --disable-error-checking
     notiming - No timing collection, i.e. --disable-timing.
     ndebug   - Appends -DNDEBUG to internal CFLAGS, i.e. MPICH2LIB_CFLAGS.
     all|yes  - "defopt", "nochkmsg", "notiming" and "ndebug" are enabled
@@ -690,7 +689,6 @@
 # We must do enable-fast first, because it changes the other enable values
 if test "$enable_fast_nochkmsg" = "yes" ; then
     enable_error_checking=no
-    enable_error_messages=no
     # Export a variable that will allow the test suite to detect that
     # MPICH has no error testing
     MPICH_FAST=yes



More information about the mpich2-commits mailing list