Skip to content

Commit

Permalink
Merge pull request #7228 from brminich/ucp/probe_bug_fix
Browse files Browse the repository at this point in the history
UCP/TAG: Fix mt bug in probe
  • Loading branch information
brminich authored Aug 13, 2021
2 parents c9d0b6e + c20df2b commit 5279d97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ucp/tag/probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ UCS_PROFILE_FUNC(ucp_tag_message_h, ucp_tag_probe_nb,

UCP_CONTEXT_CHECK_FEATURE_FLAGS(worker->context, UCP_FEATURE_TAG,
return NULL);
UCP_WORKER_THREAD_CS_ENTER_CONDITIONAL(worker);

ucs_trace_req("probe_nb tag %"PRIx64"/%"PRIx64" remove=%d", tag, tag_mask,
rem);
Expand All @@ -47,6 +48,7 @@ UCS_PROFILE_FUNC(ucp_tag_message_h, ucp_tag_probe_nb,
}
}

UCP_WORKER_THREAD_CS_EXIT_CONDITIONAL(worker);

return rdesc;
}

0 comments on commit 5279d97

Please sign in to comment.