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 @@ -120,7 +120,7 @@ __opal_attribute_always_inline__ static inline void
120120mtl_ofi_create_recv_tag_CQD (uint64_t * match_bits , uint64_t * mask_bits ,
121121 int comm_id , int tag )
122122{
123- * mask_bits = ompi_mtl_ofi .sync_proto_mask ;
123+ * mask_bits = ompi_mtl_ofi .sync_send ;
124124 * match_bits = (uint64_t ) comm_id ;
125125 * match_bits = (* match_bits << (MTL_OFI_PROTO_BIT_COUNT
126126 + MTL_OFI_TAG_BIT_COUNT_DATA ));
@@ -189,7 +189,7 @@ __opal_attribute_always_inline__ static inline void
189189mtl_ofi_create_recv_tag (uint64_t * match_bits , uint64_t * mask_bits ,
190190 int comm_id , int source , int tag )
191191{
192- * mask_bits = ompi_mtl_ofi .sync_proto_mask ;
192+ * mask_bits = ompi_mtl_ofi .sync_send ;
193193 * match_bits = comm_id ;
194194 * match_bits = (* match_bits << ompi_mtl_ofi .num_bits_source_rank );
195195
You can’t perform that action at this time.
0 commit comments