From d5cee0cd756e4dc6d08d8e48f01927e0c317ec05 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Mon, 6 Mar 2006 20:01:26 +0000 Subject: [PATCH] Data validation should only be used with DR PML. This commit was SVN r9210. --- ompi/datatype/datatype_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/datatype/datatype_internal.h b/ompi/datatype/datatype_internal.h index c2cda2a6d6..fbf5a09c2a 100644 --- a/ompi/datatype/datatype_internal.h +++ b/ompi/datatype/datatype_internal.h @@ -291,7 +291,7 @@ static inline int GET_FIRST_NON_LOOP( const dt_elem_desc_t* _pElem ) /* Please set it to one if you want data checksum. The current implementation * use ADLER32 algorithm. */ -#define OMPI_REQUIRE_DATA_VALIDATION 1 +#define OMPI_REQUIRE_DATA_VALIDATION 0 /* ADLER_NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */ #define ADLER_NMAX 5551