You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In issue #5372, user report --
Processes from different world cannot use shared memory due to missing init shm initialization. We need debug how did it happen and fix it.
The text was updated successfully, but these errors were encountered: