Files
MX_Pmodule/Programming/cuda/modulefile
2021-03-01 10:28:00 +01:00

17 lines
585 B
Plaintext

#%Module1.0
module-whatis "GPU programming"
module-url 'https://www.nvidia.com/object/cuda_home_new.html'
module-license "see: http://docs.nvidia.com/cuda/eula/index.html"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
CUDA® is a parallel computing platform and programming model invented
by NVIDIA. It enables dramatic increases in computing performance by
harnessing the power of the graphics processing unit (GPU).
"
prepend-path LIBRARY_PATH "$PREFIX/lib/stubs"
prepend-path LD_LIBRARY_PATH "$PREFIX/lib/stubs"
prepend-path CUDA_PATH "$PREFIX"