Skip to content

Fix rpath issue in CMake config#86

Open
Xaenalt wants to merge 1 commit into
NVIDIA:develfrom
Xaenalt:fix-rpath
Open

Fix rpath issue in CMake config#86
Xaenalt wants to merge 1 commit into
NVIDIA:develfrom
Xaenalt:fix-rpath

Conversation

@Xaenalt
Copy link
Copy Markdown

@Xaenalt Xaenalt commented May 4, 2026

This patch fixes the nvshmem RPATH, which defaults to "/usr/lib64/nvshmem/12/cmake/nvshmem/../..". This causes a problem because the cmake/nvshmem path is only present when the devel package is installed, and attempting to load nvshmem without that path present will cause the linking program to crash.

This patch fixes the nvshmem RPATH, which defaults to
"/usr/lib64/nvshmem/12/cmake/nvshmem/../..". This causes a problem
because the cmake/nvshmem path is only present when the devel package is
installed, and attempting to load nvshmem without that path present will
cause the linking program to crash.

Signed-off-by: Sean Pryor <spryor@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant