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

shm: processes from diffierent world try to use shared memory #5376

Closed
hzhou opened this issue Jun 18, 2021 · 1 comment
Closed

shm: processes from diffierent world try to use shared memory #5376

hzhou opened this issue Jun 18, 2021 · 1 comment

Comments

@hzhou
Copy link
Contributor

hzhou commented Jun 18, 2021

In issue #5372, user report --

When launch the process outside docker in multiple nodes, I use mpirun to launch the process together, but when I use docker, I launch the processes Independents and then I connect them using open/connect/accept functions(All process start with a comm_world size 1 and then they create a communicator dynamically, and execute all code with it). May be MPIR_Csel_search doesn’t detect that the process in the communicator were in different nodes and return node->success enabling shared memory optimization.

Processes from different world cannot use shared memory due to missing init shm initialization. We need debug how did it happen and fix it.

@hzhou
Copy link
Contributor Author

hzhou commented Jul 16, 2021

Redundant to #5372.

@hzhou hzhou closed this as completed Jul 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant