-
Notifications
You must be signed in to change notification settings - Fork 868
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
OMPI build fails when cuda is enabled #8736
Comments
Thanks @AboorvaDevarajan . Closing as a dup of #8656. |
wckzhang
added a commit
to wckzhang/ompi
that referenced
this issue
Apr 8, 2021
These symbols were causing compilation errors with cuda and the new default statically linked components. Explicitly including common_cuda is unnecessary because the MCA system adds it, which, when built as a static library, caused duplicates. Issue open-mpi#8736 Signed-off-by: William Zhang <wilzhang@amazon.com>
wckzhang
added a commit
to wckzhang/ompi
that referenced
this issue
Apr 13, 2021
These symbols were causing compilation errors with cuda and the new default statically linked components. Explicitly including common_cuda is unnecessary because the MCA system adds it, which, when built as a static library, caused duplicates. Issue open-mpi#8736 Signed-off-by: William Zhang <wilzhang@amazon.com> (cherry picked from commit c81cdd7)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background information
What version of Open MPI are you using? (e.g., v3.0.5, v4.0.2, git branch name and hash, etc.)
ompi - master
Describe how Open MPI was installed (e.g., from a source/distribution tarball, from a git clone, from an operating system distribution package, etc.)
git clone
If you are building/installing from a git clone, please copy-n-paste the output from
git submodule status
.Please describe the system on which you are running
Details of the problem
CUDA builds are frequently broken, I guess we can add cuda build checks in CI to avoid CUDA build issues.
The text was updated successfully, but these errors were encountered: