Programming/cuda/
- new module for CUDA added
This commit is contained in:
1
Programming/cuda/8/variants
Normal file
1
Programming/cuda/8/variants
Normal file
@@ -0,0 +1 @@
|
||||
8.0.44 stable
|
||||
22
Programming/cuda/build
Executable file
22
Programming/cuda/build
Executable 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
|
||||
15
Programming/cuda/modulefile
Normal file
15
Programming/cuda/modulefile
Normal 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"
|
||||
Reference in New Issue
Block a user