1
1

Data validation should only be used with DR PML.

This commit was SVN r9210.
Этот коммит содержится в:
George Bosilca 2006-03-06 20:01:26 +00:00
родитель d350232c04
Коммит d5cee0cd75

Просмотреть файл

@ -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