-
Notifications
You must be signed in to change notification settings - Fork 16
CUDA setup on gungnir
Sam Yin edited this page Jun 20, 2019
·
2 revisions
There are a few things to note about the CUDA setup on this machine:
- CUDA is installed to
/usr/local/cuda-9.0, but all references to CUDA use the path/usr/local/cudawhich is a symlink. This allows easy transitions to new versions of CUDA simply by changing the symlink. - There is a file
/etc/ld.so.conf.d/cuda.confthat adds the CUDA library to every user's library path. - There are two files that have been edited/added to allow access to CUDA utilities (nvcc, etc.) for all users
- Login shells
-
/etc/profile.d/cuda.shadded.
-
- Non-Login shells
-
/etc/bash.bashrcedited (PATH altering line added to end)
-
- Login shells