Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
easyconfigs-it4i
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SCS
easyconfigs-it4i
Commits
a0012892
Commit
a0012892
authored
May 28, 2018
by
Lukáš Krupčík
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'it4i-anselm'
parents
1f42e08a
ab52451d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
60 additions
and
3 deletions
+60
-3
c/CUDA/CUDA-9.2.88.eb
c/CUDA/CUDA-9.2.88.eb
+29
-0
c/cuDNN/cuDNN-7.1-CUDA-9.2.88.eb
c/cuDNN/cuDNN-7.1-CUDA-9.2.88.eb
+28
-0
l/LAMMPS/LAMMPS-17Jan2018-foss-2017a-CUDA.eb
l/LAMMPS/LAMMPS-17Jan2018-foss-2017a-CUDA.eb
+3
-3
No files found.
c/CUDA/CUDA-9.2.88.eb
0 → 100644
View file @
a0012892
# 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'
c/cuDNN/cuDNN-7.1-CUDA-9.2.88.eb
0 → 100644
View file @
a0012892
# 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'
l/LAMMPS/LAMMPS-17Jan2018-foss-2017a-CUDA.eb
View file @
a0012892
...
...
@@ -27,17 +27,17 @@ patches = [
dependencies = [
('tbb', '2017.6.196', '', True),
('CUDA', '9.
0.176
', '', True),
('CUDA', '9.
1.85
', '', True),
]
builddependencies = [
('Py
thon', '2.7.13', '-base
', True),
('Py
', '2.7', '
', True),
('CMake', '3.5.2', '', True)
]
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 && "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment