-
Notifications
You must be signed in to change notification settings - Fork 871
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
Openib not supported or repalced in openmpi v5.0.x? #8831
Comments
Hi @oleotiger. The openib component was removed from master/v5.0.x because it was unmaintained. Are you seeing otherwise? |
Specifically: Mellanox CX-5 cards should be supported by configuring and building Open MPI with UCX. |
There are some specified -mca knobs for openib. |
@hppritcha Do you know where openfabric knobs are documented? |
@gpaulsen let's not confused openib with openfabric (OFI). They are two different things. There are no more openib related mca parameters. These were removed as part of the removal of the openib btl. |
@hppritcha I think @gpaulsen was asking regards to this question:
I think @oleotiger is asking about the knobs ofi has as a replacement for openib. |
mca parameters impacting use of OFI libfabric can be found using the ompi_info command
Note in my environment I had set the provider_include mca params to "rxm;verbs", hence that shows up in the cut/paste output here. |
Awesome, thanks @hppritcha |
I think we can close this issue? |
yes |
Background information
What version of Open MPI are you using? (e.g., v3.0.5, v4.0.2, git branch name and hash, etc.)
git branch master
head : 6d237e8
Describe how Open MPI was installed (e.g., from a source/distribution tarball, from a git clone, from an operating system distribution package, etc.)
From a git clone
If you are building/installing from a git clone, please copy-n-paste the output from
git submodule status
.e02b84c 3rd-party/openpmix (v1.1.3-2952-ge02b84c)
e2dce0f74a965144024f06a5ec9f517161b2437b 3rd-party/prrte (dev-31142-ge2dce0f)
Please describe the system on which you are running
Details of the problem
How I installed:
./configure --prefix=/home/software/libs/openmpi-master --enable-mpi1-compatibility --with-ucx=/home/software/libs/ucx-1.9.0/ --with-knem=/home/software/libs/knem/1.1.4 | tee config.out && make -j |tee make.out && make install | tee install.out
After compiling and installing, mpi doesn't not show support for openib.
If I configure with
--with-openib
, I got error :configure: WARNING: unrecognized options: --with-openib
.How should I enable openib with openmpi v5.0.x?
The text was updated successfully, but these errors were encountered: