-
Notifications
You must be signed in to change notification settings - Fork 849
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
mpirun
hangs when networkingMode=mirrored
#11215
Comments
Same problem here |
Same problem |
Hi. Can you please collect networking logs by following the instructions below? |
Hi @chanpreetdhanjal, thanks for the heads up. I reproduced the problem and collected the networking logs following the provided instructions. I hope they can help resolve the issue. |
Diagnostic information
|
/dupe 10855 |
Though it might be a dupe, it's still a existing problem and I feel maybe it would be better to leave it open? |
Same problem |
Windows Version
Microsoft Windows [Version 10.0.22631.3155]
WSL Version
2.1.3.0
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.146.1-2
Distro Version
Ubuntu 23.04
Other Software
mpirun (Open MPI) 4.1.4
Repro Steps
.wslconfig
file with the following content:Terminate WSL using
wsl.exe --shutdown
and start a new WSL instance.Compile the following C program using
mpicc mpi.c -o mpi
:mpirun -np 2 ./mpi
and notice thatmpirun
hangs.Expected Behavior
Actual Behavior
Diagnostic Logs
No response
The text was updated successfully, but these errors were encountered: