Closed
Description
Background information
What version of Open MPI are you using? (e.g., v4.1.6, v5.0.1, git branch name and hash, etc.)
The bug exists in 5.01, I am unaware if it also exists for previous, or subsequent releases.
Describe how Open MPI was installed (e.g., from a source/distribution tarball, from a git clone, from an operating system distribution package, etc.)
This issue exists in source tarball and gitclone, I've tested both.
Please describe the system on which you are running
Two node system
- Operating system/version: RHEL 9.2 (Plow)
- Computer hardware: x86_64
Details of the problem
I used to be able to get CUDA support with OpenMPI by simply providing the --with-cuda=/usr/local/cuda
option at OMPI configure. Now it seems I also require the with-cuda-libdir
Without this additional flag, it appears as if there is no support for NVIDIA devices,CUDA support: no
. I believe this will cause problems for users when they re-build OMPI to a newer version and suddenly see their CUDA support is non-existent.