We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47d78d commit a67e51bCopy full SHA for a67e51b
ompi/mca/coll/hcoll/coll_hcoll_dtypes.h
@@ -93,9 +93,9 @@ static dte_data_representation_t* ompi_datatype_2_dte_data_rep[OPAL_DATATYPE_MAX
93
&DTE_ZERO,
94
#endif
95
#if SIZEOF_LONG == 4
96
- &DTE_UINT32,
+ &DTE_INT32,
97
#else
98
- &DTE_UINT64, /*OPAL_DATATYPE_LONG 25 */
+ &DTE_INT64, /*OPAL_DATATYPE_LONG 25 */
99
100
#if SIZEOF_UNSIGNED_LONG == 4
101
&DTE_UINT32,
0 commit comments