mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 10:21:22 +01:00
new file: c/CUDA/CUDA-9.2.88.eb
new file: c/cuDNN/cuDNN-7.1-CUDA-9.2.88.eb modified: l/LAMMPS/LAMMPS-17Jan2018-foss-2017a-CUDA.eb Former-commit-id: ab52451d6ebb81acac253ac8aa662cb1c71b1c78
This commit is contained in:
parent
5f3b0b6e4f
commit
1d189e969d
29
c/CUDA/CUDA-9.2.88.eb
Normal file
29
c/CUDA/CUDA-9.2.88.eb
Normal file
@ -0,0 +1,29 @@
|
||||
# IT4Innovations 2018
|
||||
|
||||
name = 'CUDA'
|
||||
version = '9.2.88'
|
||||
|
||||
homepage = 'https://developer.nvidia.com/cuda-toolkit'
|
||||
description = """CUDA (formerly Compute Unified Device Architecture) is a parallel
|
||||
computing platform and programming model created by NVIDIA and implemented by the
|
||||
graphics processing units (GPUs) that they produce. CUDA gives developers access
|
||||
to the virtual instruction set and memory of the parallel computational elements in CUDA GPUs."""
|
||||
|
||||
toolchain = {'name': 'dummy', 'version': ''}
|
||||
|
||||
source_urls = ['https://developer.nvidia.com/compute/cuda/%(version_major_minor)s/prod/local_installers/']
|
||||
|
||||
sources = ['cuda_9.2.88_396.26_linux']
|
||||
|
||||
modextravars = {
|
||||
'CUDA_HOME': '%(installdir)s',
|
||||
}
|
||||
|
||||
modextrapaths = {
|
||||
'LIBRARY_PATH': 'lib64/stubs',
|
||||
'LD_LIBRARY_PATH': 'lib64/stubs',
|
||||
}
|
||||
|
||||
modluafooter = 'add_property("arch","gpu")'
|
||||
|
||||
moduleclass = 'system'
|
28
c/cuDNN/cuDNN-7.1-CUDA-9.2.88.eb
Normal file
28
c/cuDNN/cuDNN-7.1-CUDA-9.2.88.eb
Normal file
@ -0,0 +1,28 @@
|
||||
# IT4Innovations 2018
|
||||
|
||||
easyblock = 'Tarball'
|
||||
|
||||
name = 'cuDNN'
|
||||
version = '7.41'
|
||||
cuda_version = '9.2.88'
|
||||
|
||||
versionsuffix = '-CUDA-%s' % cuda_version
|
||||
|
||||
homepage = 'https://developer.nvidia.com/cudnn'
|
||||
description = """The NVIDIA CUDA Deep Neural Network library (cuDNN) is a GPU-accelerated library of primitives for
|
||||
deep neural networks."""
|
||||
|
||||
toolchain = {'name': 'dummy', 'version': ''}
|
||||
|
||||
# Nvidia developer registration required.
|
||||
# Download link: https://developer.nvidia.com/rdp/cudnn-download
|
||||
sources = ['cudnn-9.1-linux-x64-v7.1.tgz']
|
||||
|
||||
dependencies = [('CUDA', cuda_version)]
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': ['include/cudnn.h', 'lib64/libcudnn_static.a'],
|
||||
'dirs': ['include', 'lib64'],
|
||||
}
|
||||
|
||||
moduleclass = 'numlib'
|
@ -37,7 +37,7 @@ builddependencies = [
|
||||
|
||||
commands = "cd src && make lib-gpu args='-b' && make yes-gpu && "
|
||||
commands += "make yes-kokkos && "
|
||||
commands += "make yes-user-phonon && yes-misc && "
|
||||
commands += "make yes-user-phonon && make yes-misc && "
|
||||
commands += "make lib-reax args='-m mpi' && make yes-reax && "
|
||||
commands += "make yes-kspace && make yes-manybody && make yes-molecule && "
|
||||
commands += "make yes-qeq && make yes-rigid && make yes-user-misc && "
|
||||
|
Loading…
x
Reference in New Issue
Block a user