Thank you for taking the time to submit an issue!
Background information
What version of Open MPI are you using? (e.g., v4.1.6, v5.0.1, git branch name and hash, etc.)
HEAD of main branch
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 Git repo
If you are building/installing from a git clone, please copy-n-paste the output from git submodule status.
Using external libraries
Please describe the system on which you are running
- Operating system/version: Ubuntu
- Computer hardware: container
- Network type: TCP
Details of the problem
UCX libraries are installed, but only TCP is available. No MCA params set. When I run mpi4py tests manually, I get a flood of these:
osc_ucx_component.c:379 Error: OSC UCX component priority set inside component query failed
However, I don't get that message running a simple MPI ring program.
Thank you for taking the time to submit an issue!
Background information
What version of Open MPI are you using? (e.g., v4.1.6, v5.0.1, git branch name and hash, etc.)
HEAD of main branch
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 Git repo
If you are building/installing from a git clone, please copy-n-paste the output from
git submodule status.Using external libraries
Please describe the system on which you are running
Details of the problem
UCX libraries are installed, but only TCP is available. No MCA params set. When I run mpi4py tests manually, I get a flood of these:
osc_ucx_component.c:379 Error: OSC UCX component priority set inside component query failedHowever, I don't get that message running a simple MPI ring program.