Skip to content
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

hang in init with high ppn #7175

Open
raffenet opened this issue Oct 16, 2024 · 2 comments
Open

hang in init with high ppn #7175

raffenet opened this issue Oct 16, 2024 · 2 comments
Labels

Comments

@raffenet
Copy link
Contributor

MPI_Init hangs on Aurora. Reliably reproducible with nodes=700,ppn=96. Backtrace suggests it is stuck in PMIx_Fence, possibly in shm file handle sharing. Adding back full PMIx_Fence barrier during init works around the problem.

@hzhou
Copy link
Contributor

hzhou commented Oct 17, 2024

The top suggestion is to try Openpmix latest release (5) to see if the issue reproduces.

@hzhou
Copy link
Contributor

hzhou commented Nov 13, 2024

Note: while the PMIx_fence issue is not resolved, a work around is to do a PMI_Barrier at init, which prevents the PMIX_fence leak.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants