Skip to content

osc/ucx: ignore lock table if "no_locks" info key is set to true #13126

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
merged 1 commit into from
Mar 10, 2025

Conversation

devreal
Copy link
Contributor

@devreal devreal commented Mar 5, 2025

Otherwise we will access that table in ompi_osc_need_acc_lock (https://github.com/open-mpi/ompi/blob/main/ompi/mca/osc/ucx/osc_ucx_comm.c#L609) even though it has not been initialized.

Signed-off-by: Joseph Schuchart <joseph.schuchart@stonybrook.edu>
@devreal devreal requested a review from janjust March 5, 2025 17:28
@jhgoebbert
Copy link

Great! This fix solved an issue we had with OpenMPI 5.x Thank you!
I hope this can be merged soon.

@janjust
Copy link
Contributor

janjust commented Mar 10, 2025

@devreal can you cherry-pick it back to v5.0.x?

@janjust janjust merged commit 3dace9b into open-mpi:main Mar 10, 2025
15 checks passed
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.

3 participants