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 3ad5943 commit 404987eCopy full SHA for 404987e
ompi/mca/mtl/ofi/mtl_ofi_types.h
@@ -84,7 +84,7 @@ typedef struct mca_mtl_ofi_component_t {
84
{ \
85
match_bits = contextid; \
86
match_bits = (match_bits << 16); \
87
- match_bits |= source; \
+ match_bits |= (uint64_t)source; \
88
match_bits = (match_bits << 32); \
89
match_bits |= (MTL_OFI_TAG_MASK & tag) | type; \
90
}
@@ -106,7 +106,7 @@ typedef struct mca_mtl_ofi_component_t {
106
107
mask_bits |= MTL_OFI_SOURCE_MASK; \
108
} else { \
109
110
111
} \
112
\
0 commit comments