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

OpenMPI 4.1.4 fails with missing libfabric #17605

Open
surak opened this issue Mar 27, 2023 · 3 comments
Open

OpenMPI 4.1.4 fails with missing libfabric #17605

surak opened this issue Mar 27, 2023 · 3 comments
Milestone

Comments

@surak
Copy link
Contributor

surak commented Mar 27, 2023

When having some problems with OpenMPI on my cluster, I ran up hitting #5996. By commenting out that problematic line, I realized that I can't install OpenMPI 4.1.4-GCC-11.3.0 anymore.

The OS is Ubuntu 20.04 and libfabric1 and libfabric-dev are installed.

checking for MCA component common:ofi compile mode... dso
checking --with-ofi value... sanity check ok (/easybuild/2020/software/libfabric/1.15.1-GCCcore-11.3.0)
checking --with-ofi-libdir value... simple ok (unspecified value)
checking looking for OFI libfabric in... (/easybuild/2020/software/libfabric/1.15.1-GCCcore-11.3.0)
checking for rdma/fabric.h... yes
looking for library in lib
checking for library containing fi_getinfo... no
looking for library in lib64
checking for library containing fi_getinfo... no
configure: WARNING: OFI libfabric support requested (via --with-ofi or --with-libfabric), but not found.
configure: error: Cannot continue.
@boegel boegel added this to the 4.x milestone Mar 29, 2023
@boegel
Copy link
Member

boegel commented Mar 29, 2023

@surak The checking --with-ofi value line clearly shows that libfabric was found, so I'm not sure what's going on here...
Is this persistent? Could be a temporary glitch in the matrix (or filesystem issue) perhaps?

@surak
Copy link
Contributor Author

surak commented Mar 30, 2023

No - it's repeatable. I don't understand it either. I commented it out as the machines I tried this use ethernet.

@boegel
Copy link
Member

boegel commented Apr 12, 2023

@surak Can you share the config.log?
Did you check for known issues in the OpenMPI issue tracker?

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

No branches or pull requests

2 participants