-
Notifications
You must be signed in to change notification settings - Fork 46
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
mpi4py.MPI crashes on import in fedora:38 #112
Comments
I just tried this on Fedora Linux 38 (and with podman and instead of docker) and the basic I notice you are installing both the Fedora-provided The errors you see seem to be something to do with accessing the NIC — or is that a red herring? |
Thanks for the quick reply. To be clear:
I clarified this in the issue title. The namespace of
and
I also tried removing |
|
Adding these environment variables seemed to resolve this issue for me. |
I have been using mpi4py with the image fedora:37 for a while without issues. However, with fedora:38 (and later) I see the following error:
I build the following image via
docker build -t fedora_test -f docker/fedora.dockerfile .
:then run a container with
docker run -it fedora_test
and load the openmpi moduleI then launch a Python virtual environment
and install mpi4py:
Upon launching
python3
and importingMPI
from mpi4py, I get the following error:The program is stuck from there on. All of the above steps work fine with the image fedora:37.
Here are some infos on my OS:
The text was updated successfully, but these errors were encountered: