Programming/cuda/

- new module for CUDA added
This commit is contained in:
2016-11-25 17:39:19 +01:00
parent f4c17d03f7
commit 49a53e0ee0
3 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1 @@
8.0.44 stable

22
Programming/cuda/build Executable file
View File

@@ -0,0 +1,22 @@
#!/usr/bin/env modbuild
#SOURCE_URL="https://ftp.gnu.org/gnu/$P/$P-$V.tar.bz2"
pbuild::prep() {
:
}
pbuild::configure() {
:
}
pbuild::build() {
:
}
pbuild::install() {
:
}
pbuild::add_to_group 'Programming'
pbuild::make_all

View File

@@ -0,0 +1,15 @@
#%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"