Files
MX_Pmodule/Programming/cuda/modulefile
Achim Gsell 49a53e0ee0 Programming/cuda/
- new module for CUDA added
2016-11-25 17:39:19 +01:00

16 lines
543 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"