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.
Этот коммит содержится в:
родитель
6df94466cf
Коммит
3d1c10b09b
@ -51,10 +51,10 @@ enum ompi_attribute_type_t {
|
|||||||
COMM_ATTR = 1, /**< The attribute belongs to a comm object. Starts
|
COMM_ATTR = 1, /**< The attribute belongs to a comm object. Starts
|
||||||
with 1 so that we can have it initialized to 0
|
with 1 so that we can have it initialized to 0
|
||||||
using memset in the constructor */
|
using memset in the constructor */
|
||||||
|
TYPE_ATTR /**< The attribute belongs to datatype object */
|
||||||
#if OMPI_WANT_MPI2_ONE_SIDED
|
#if OMPI_WANT_MPI2_ONE_SIDED
|
||||||
WIN_ATTR, /**< The attribute belongs to a win object */
|
WIN_ATTR, /**< The attribute belongs to a win object */
|
||||||
#endif
|
#endif
|
||||||
TYPE_ATTR /**< The attribute belongs to datatype object */
|
|
||||||
};
|
};
|
||||||
typedef enum ompi_attribute_type_t ompi_attribute_type_t;
|
typedef enum ompi_attribute_type_t ompi_attribute_type_t;
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user