1
1

make sure, that the value for TYPE_ATTR is identical, independent of the definition of OMPI_WANT_MPI2_ONE_SIDED

This commit was SVN r6514.
Этот коммит содержится в:
Edgar Gabriel 2005-07-15 11:54:38 +00:00
родитель 6df94466cf
Коммит 3d1c10b09b

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

@ -51,10 +51,10 @@ enum ompi_attribute_type_t {
COMM_ATTR = 1, /**< The attribute belongs to a comm object. Starts
with 1 so that we can have it initialized to 0
using memset in the constructor */
TYPE_ATTR /**< The attribute belongs to datatype object */
#if OMPI_WANT_MPI2_ONE_SIDED
WIN_ATTR, /**< The attribute belongs to a win object */
#endif
TYPE_ATTR /**< The attribute belongs to datatype object */
};
typedef enum ompi_attribute_type_t ompi_attribute_type_t;