File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ __opal_attribute_always_inline__ static inline void
160
160
mtl_ofi_create_recv_tag_CQD (uint64_t * match_bits , uint64_t * mask_bits ,
161
161
int comm_id , int tag )
162
162
{
163
- * mask_bits = ompi_mtl_ofi .sync_proto_mask ;
163
+ * mask_bits = ompi_mtl_ofi .sync_send ;
164
164
* match_bits = (uint64_t ) comm_id ;
165
165
* match_bits = (* match_bits << (MTL_OFI_PROTO_BIT_COUNT
166
166
+ MTL_OFI_TAG_BIT_COUNT_DATA ));
@@ -229,7 +229,7 @@ __opal_attribute_always_inline__ static inline void
229
229
mtl_ofi_create_recv_tag (uint64_t * match_bits , uint64_t * mask_bits ,
230
230
int comm_id , int source , int tag )
231
231
{
232
- * mask_bits = ompi_mtl_ofi .sync_proto_mask ;
232
+ * mask_bits = ompi_mtl_ofi .sync_send ;
233
233
* match_bits = comm_id ;
234
234
* match_bits = (* match_bits << ompi_mtl_ofi .num_bits_source_rank );
235
235
You can’t perform that action at this time.
0 commit comments