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
160160mtl_ofi_create_recv_tag_CQD (uint64_t * match_bits , uint64_t * mask_bits ,
161161 int comm_id , int tag )
162162{
163- * mask_bits = ompi_mtl_ofi .sync_proto_mask ;
163+ * mask_bits = ompi_mtl_ofi .sync_send ;
164164 * match_bits = (uint64_t ) comm_id ;
165165 * match_bits = (* match_bits << (MTL_OFI_PROTO_BIT_COUNT
166166 + MTL_OFI_TAG_BIT_COUNT_DATA ));
@@ -229,7 +229,7 @@ __opal_attribute_always_inline__ static inline void
229229mtl_ofi_create_recv_tag (uint64_t * match_bits , uint64_t * mask_bits ,
230230 int comm_id , int source , int tag )
231231{
232- * mask_bits = ompi_mtl_ofi .sync_proto_mask ;
232+ * mask_bits = ompi_mtl_ofi .sync_send ;
233233 * match_bits = comm_id ;
234234 * match_bits = (* match_bits << ompi_mtl_ofi .num_bits_source_rank );
235235
You can’t perform that action at this time.
0 commit comments