Skip to content

cuda.profile: Should have CPATH and LIBRARY_PATH #333

Open
donald opened this issue Jul 7, 2023 · 0 comments
Open

cuda.profile: Should have CPATH and LIBRARY_PATH #333

donald opened this issue Jul 7, 2023 · 0 comments

Comments

@donald
Copy link
Collaborator

donald commented Jul 7, 2023

prun cuda make would work out of the box, if the profile would set CPATH and LIBRARY_PATH in addition to LD_LIBRARY_PATH.

It works for me with this;

export CPATH=/pkg/cuda-11.8.0-0/include${CPATH:+:$CPATH}
export LIBRARY_PATH=/pkg/cuda-11.8.0-0/lib${LIBRARY_PATH:+:$LIBRARY_PATH}
. /pkg/cuda-11.8.0-0/profile
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant