1
1

rearrange the fields to remove a gap in the datatype.

This commit was SVN r30020.
Этот коммит содержится в:
George Bosilca 2013-12-20 15:57:56 +00:00
родитель 7178492dd5
Коммит 178c340992

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

@ -114,8 +114,8 @@ struct opal_datatype_t {
OPAL_PTRDIFF_TYPE lb; /**< lower bound in memory */
OPAL_PTRDIFF_TYPE ub; /**< upper bound in memory */
/* --- cacheline 1 boundary (64 bytes) --- */
uint32_t align; /**< data should be aligned to */
size_t nbElems; /**< total number of elements inside the datatype */
uint32_t align; /**< data should be aligned to */
/* Attribute fields */
char name[OPAL_MAX_OBJECT_NAME]; /**< name of the datatype */