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
ce3f7587
Commit
ce3f7587
authored
Feb 26, 2018
by
Lukáš Krupčík
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'it4i-anselm'
parents
89c704be
9914bece
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
148 additions
and
0 deletions
+148
-0
h/horovod/horovod-0.11.3-Py-3.6.eb
h/horovod/horovod-0.11.3-Py-3.6.eb
+24
-0
n/NCCL/NCCL-2.1.4.eb
n/NCCL/NCCL-2.1.4.eb
+27
-0
p/protobuf-python/protobuf-python-3.4.0-Py-3.6.eb
p/protobuf-python/protobuf-python-3.4.0-Py-3.6.eb
+33
-0
p/protobuf/protobuf-3.4.0-Py-3.6.eb
p/protobuf/protobuf-3.4.0-Py-3.6.eb
+31
-0
t/Tensorflow/Tensorflow-1.6.0rc0-CUDA-9.0.176-Py-3.6.eb
t/Tensorflow/Tensorflow-1.6.0rc0-CUDA-9.0.176-Py-3.6.eb
+33
-0
No files found.
h/horovod/horovod-0.11.3-Py-3.6.eb
0 → 100644
View file @
ce3f7587
# IT4Innovations 2018
easyblock = "PythonPackage"
name = 'horovod'
version = '0.11.3'
homepage = 'https://pypi.python.org/pypi/horovod'
description = 'Distributed training framework for TensorFlow.'
toolchain = {'name': 'Py', 'version': '3.6'}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
dependencies = [
('Tensorflow', '1.2.1'),
]
sanity_check_paths = {
'files': [],
'dirs': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6.egg'],
}
moduleclass = 'python'
n/NCCL/NCCL-2.1.4.eb
0 → 100644
View file @
ce3f7587
# IT4Innovations 2018
easyblock = 'Tarball'
name = 'NCCL'
version = '2.1.4'
homepage = 'https://developer.nvidia.com/nccl'
description = 'NVIDIA Collective Communications Library'
toolchain = {'name': 'dummy', 'version': ''}
sources = ['%(namelower)s_%(version)s.txz']
dependencies = [
# ('glibc', '2.19'),
('CUDA', '9.0.176'),
]
sanity_check_paths = {
'files': ['lib/libnccl.so'],
'dirs': ['lib', 'include']
}
modextrapaths = {'PYTHONPATH': 'python'}
moduleclass = 'devel'
p/protobuf-python/protobuf-python-3.4.0-Py-3.6.eb
0 → 100644
View file @
ce3f7587
# IT4Innovations 2017
easyblock = 'PythonPackage'
name = 'protobuf-python'
version = '3.4.0'
homepage = 'https://github.com/google/protobuf/'
description = """Python Protocol Buffers runtime library."""
toolchain = {'name': 'Py', 'version': '3.6'}
source_urls = ['https://github.com/google/protobuf/archive/v%(version)s']
sources = [SOURCE_TAR_GZ]
dependencies = [
('protobuf', version )
]
# use_setup_py_develop = True
start_dir = 'python'
installopts = '--cpp_implementation'
sanity_check_paths = {
'files': [],
'dirs': ['lib/python3.6/site-packages'],
}
options = {'modulename': 'google.protobuf' }
moduleclass = 'devel'
p/protobuf/protobuf-3.4.0-Py-3.6.eb
0 → 100644
View file @
ce3f7587
# IT4Innovations 2018
easyblock = 'ConfigureMake'
name = 'protobuf'
version = '3.4.0'
homepage = 'https://code.google.com/p/protobuf/'
description = """Google Protocol Buffers"""
toolchain = {'name': 'Py', 'version': '3.6'}
toolchainopts = {'pic': True}
sources = ['%(name)s-python-%(version)s.tar.gz']
source_urls = ['https://github.com/google/protobuf/releases/download/v%(version)s/']
# after instalation: python3 setup.py install --cpp_implementation
postinstallcmds = [
'cp %(builddir)s/%(name)s-%(version)s/ %(installdir)s/build -R',
]
sanity_check_paths = {
'files': ['bin/protoc'],
'dirs': [],
}
modextravars = {
'PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION': 'cpp',
}
moduleclass = 'devel'
t/Tensorflow/Tensorflow-1.6.0rc0-CUDA-9.0.176-Py-3.6.eb
0 → 100644
View file @
ce3f7587
# IT4Innovations 2018
easyblock = 'PythonPackage'
name = 'Tensorflow'
version = '1.6.0rc0'
versionsuffix = '-CUDA-9.0.176'
homepage = 'https://www.tensorflow.org/'
description = "An open-source software library for Machine Intelligence"
toolchain = {'name': 'Py', 'version': '3.6'}
#source_urls = ['https://pypi.python.org/packages/1f/38/c255432f18005362dd2459e3bff2b2411eb7d02ca09fa20ee1dd1311f69f/']
sources = [
'tensorflow-%(version)s-cp36-cp36m-linux_x86_64.whl',
]
dependencies = [
('cuDNN', '7.0.5', '-CUDA-9.0.176', True ),
('numpy', '1.13.3'),
('protobuf', '3.4.0'),
]
use_pip = True
unpack_sources = False
sanity_check_paths = {
'files': ['bin/tensorboard'],
'dirs': ['lib/python%(pyshortver)s/site-packages'],
}
moduleclass = 'lib'
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