Re: [OMPI devel] MPI 2.2 datatypes

2011-11-04 Thread Jeff Squyres
On Oct 20, 2011, at 5:57 PM, Eugene Loh wrote: > In MTT testing, we check OMPI version number to decide whether to test MPI > 2.2 datatypes. > > Specifically, in intel_tests/src/mpitest_def.h: > > #define MPITEST_2_2_datatype 0 > #if defined(OPEN_MPI) > #if (OMPI_MAJOR_VERSION > 1) || (OMPI

[OMPI devel] MPI 2.2 datatypes

2011-10-20 Thread Eugene Loh
In MTT testing, we check OMPI version number to decide whether to test MPI 2.2 datatypes. Specifically, in intel_tests/src/mpitest_def.h: #define MPITEST_2_2_datatype 0 #if defined(OPEN_MPI) #if (OMPI_MAJOR_VERSION > 1) || (OMPI_MAJOR_VERSION == 1 && OMPI_MINOR_VERSION >= 7) #unde