Skip to content

COMMON/UCX: suppressed coverity warnings #5934

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

hoopoepg
Copy link
Contributor

  • suppressed coverity warnings - added log messages on failed calls

Signed-off-by: Sergey Oblomov [email protected]

- suppressed coverity warnings - added log messages on failed calls

Signed-off-by: Sergey Oblomov <[email protected]>
@hoopoepg
Copy link
Contributor Author

@yosefe look please

@@ -825,7 +825,9 @@ int ompi_osc_ucx_free(struct ompi_win_t *win) {
ucp_worker_progress(mca_osc_ucx_component.ucp_worker);
}

opal_common_ucx_worker_flush(mca_osc_ucx_component.ucp_worker);
if (OMPI_SUCCESS != opal_common_ucx_worker_flush(mca_osc_ucx_component.ucp_worker)) {
OSC_UCX_VERBOSE(1, "opal_common_ucx_worker_flush failed");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls print return code in all 3 error messages

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added error codes

@yosefe
Copy link
Contributor

yosefe commented Oct 22, 2018

👍

@yosefe yosefe merged commit 4c442f2 into open-mpi:master Oct 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants