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
08398812
Commit
08398812
authored
May 11, 2018
by
Lukáš Krupčík
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'it4i-anselm'
parents
053c5b48
299d8e55
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
52 additions
and
195 deletions
+52
-195
c/CUDA/CUDA-5.0.35-1.eb
c/CUDA/CUDA-5.0.35-1.eb
+0
-50
c/CUDA/CUDA-5.0.35-GCC-4.6.4-1.eb
c/CUDA/CUDA-5.0.35-GCC-4.6.4-1.eb
+0
-50
c/CUDA/CUDA-7.5.18-iccifort-2015.3.187-GNU-4.9.3-2.25.eb
c/CUDA/CUDA-7.5.18-iccifort-2015.3.187-GNU-4.9.3-2.25.eb
+0
-43
c/CUDA/CUDA-7.5.18-iccifort-2016.3.210-GCC-4.9.3-2.25.eb
c/CUDA/CUDA-7.5.18-iccifort-2016.3.210-GCC-4.9.3-2.25.eb
+0
-43
c/CUDA/CUDA-7.5.18.eb
c/CUDA/CUDA-7.5.18.eb
+15
-7
c/CUDA/CUDA-8.0.44.eb
c/CUDA/CUDA-8.0.44.eb
+5
-0
c/CUDA/CUDA-9.0.176.eb
c/CUDA/CUDA-9.0.176.eb
+27
-0
c/CUDA/CUDA-9.1.85.eb
c/CUDA/CUDA-9.1.85.eb
+5
-2
No files found.
c/CUDA/CUDA-5.0.35-1.eb
deleted
100644 → 0
View file @
053c5b48
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
#
# Copyright:: Copyright 2012-2014 Cyprus Institute / CaSToRC, Uni.Lu/LCSB, NTUA, Ghent University
# Authors:: George Tsouloupas <g.tsouloupas@cyi.ac.cy>, Fotis Georgatos <fotis@cern.ch>, Kenneth Hoste
# License:: MIT/GPL
# $Id$
#
# This work implements a part of the HPCBIOS project and is a component of the policy:
# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-99.html
##
name = 'CUDA'
version = '5.0.35'
versionsuffix = '-1'
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': 'dummy'}
# eg. http://developer.download.nvidia.com/compute/cuda/5_0/rel-update-1/installers/cuda_5.0.35_linux_64_rhel5.x-1.run
source_urls = ['http://developer.download.nvidia.com/compute/cuda/5_0/rel-update-1/installers/']
# exhaustive list of all known Linux packages for CUDA v5.0.35
if OS_NAME in ['fedora', 'redhat']:
system = 'fedora16'
elif OS_NAME in ["RHEL", "SL", "centos"]:
system = 'rhel%s.x' % OS_VERSION.split('.')[0]
elif OS_NAME in ['debian'] and OS_VERSION.startswith('6.'):
system = 'ubuntu10.04'
elif OS_NAME in ['debian', 'ubuntu']:
if OS_VERSION in ['11.10', '10.04']:
system = 'ubuntu%s' % OS_VERSION
else:
print "Falling back to ubuntu11.10 as default for OS_NAME=%s, OS_VERSION=%s; kindly amend this easyconfig" % (OS_NAME, OS_VERSION)
system = 'ubuntu11.10'
elif OS_NAME == "opensuse":
system = 'suse12.1'
elif OS_NAME in ["suse", "SLES"] and OS_VERSION.startswith('11_SP'):
system = 'sles%s' % OS_VERSION.lower().replace('_', '')
else:
system = 'UNKNOWN'
sources = ['%%(namelower)s_%%(version)s_linux_64_%s%%(versionsuffix)s.run' % system]
moduleclass = 'system'
c/CUDA/CUDA-5.0.35-GCC-4.6.4-1.eb
deleted
100644 → 0
View file @
053c5b48
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
#
# Copyright:: Copyright 2012-2014 Cyprus Institute / CaSToRC, Uni.Lu/LCSB, NTUA, Ghent University
# Authors:: George Tsouloupas <g.tsouloupas@cyi.ac.cy>, Fotis Georgatos <fotis@cern.ch>, Kenneth Hoste
# License:: MIT/GPL
# $Id$
#
# This work implements a part of the HPCBIOS project and is a component of the policy:
# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-99.html
##
name = 'CUDA'
version = '5.0.35'
versionsuffix = '-1'
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': 'GCC', 'version': '4.6.4'}
# eg. http://developer.download.nvidia.com/compute/cuda/5_0/rel-update-1/installers/cuda_5.0.35_linux_64_rhel5.x-1.run
source_urls = ['http://developer.download.nvidia.com/compute/cuda/5_0/rel-update-1/installers/']
# exhaustive list of all known Linux packages for CUDA v5.0.35
if OS_NAME in ['fedora', 'redhat']:
system = 'fedora16'
elif OS_NAME in ["RHEL", "SL", "centos"]:
system = 'rhel%s.x' % OS_VERSION.split('.')[0]
elif OS_NAME in ['debian'] and OS_VERSION.startswith('6.'):
system = 'ubuntu10.04'
elif OS_NAME in ['debian', 'ubuntu']:
if OS_VERSION in ['11.10', '10.04']:
system = 'ubuntu%s' % OS_VERSION
else:
print "Falling back to ubuntu11.10 as default for OS_NAME=%s, OS_VERSION=%s; kindly amend this easyconfig" % (OS_NAME, OS_VERSION)
system = 'ubuntu11.10'
elif OS_NAME == "opensuse":
system = 'suse12.1'
elif OS_NAME in ["suse", "SLES"] and OS_VERSION.startswith('11_SP'):
system = 'sles%s' % OS_VERSION.lower().replace('_', '')
else:
system = 'UNKNOWN'
sources = ['%%(namelower)s_%%(version)s_linux_64_%s%%(versionsuffix)s.run' % system]
moduleclass = 'system'
c/CUDA/CUDA-7.5.18-iccifort-2015.3.187-GNU-4.9.3-2.25.eb
deleted
100644 → 0
View file @
053c5b48
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
#
# Copyright:: Copyright 2012-2013 Cyprus Institute / CaSToRC, University of Luxembourg / LCSB, Ghent University,
# Forschungszentrum Juelich
# Authors:: George Tsouloupas <g.tsouloupas@cyi.ac.cy>, Fotis Georgatos <fotis.georgatos@uni.lu>, Kenneth Hoste
# Authors:: Damian Alvarez <d.alvarez@fz-juelich.de>
# License:: MIT/GPL
# $Id$
#
# This work implements a part of the HPCBIOS project and is a component of the policy:
# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-99.html
##
#easyblock = 'ConfigureMake'
name = 'CUDA'
version = '7.5.18'
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': 'iccifort', 'version': '2015.3.187-GNU-4.9.3-2.25'}
source_urls = ['http://developer.download.nvidia.com/compute/cuda/%(version_major_minor)s/Prod/local_installers/']
sources = ['%(namelower)s_%(version)s_linux.run']
checksums = ['4b3bcecf0dfc35928a0898793cf3e4c6']
# Necessary to allow to use a GCC 4.9.3 toolchain, as CUDA by default just supports up to 4.9.2.
# Tested, but not throughly, so it is not guaranteed to don't cause problems
installopts = '-override compiler'
host_compilers = ["icpc", "g++"]
# Be careful and have a message consistent with the generated wrappers
modloadmsg = "nvcc uses g++ as the default host compiler. If you want to use icpc as a host compiler you can use"
modloadmsg += " nvcc_icpc, or nvcc -ccbin=icpc. Likewise, a g++ wrapper called nvcc_g++ has been also created."
moduleclass = 'system'
c/CUDA/CUDA-7.5.18-iccifort-2016.3.210-GCC-4.9.3-2.25.eb
deleted
100644 → 0
View file @
053c5b48
##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
#
# Copyright:: Copyright 2012-2013 Cyprus Institute / CaSToRC, University of Luxembourg / LCSB, Ghent University,
# Forschungszentrum Juelich
# Authors:: George Tsouloupas <g.tsouloupas@cyi.ac.cy>, Fotis Georgatos <fotis.georgatos@uni.lu>, Kenneth Hoste
# Authors:: Damian Alvarez <d.alvarez@fz-juelich.de>
# License:: MIT/GPL
# $Id$
#
# This work implements a part of the HPCBIOS project and is a component of the policy:
# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-99.html
##
#easyblock = 'ConfigureMake'
name = 'CUDA'
version = '7.5.18'
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': 'iccifort', 'version': '2016.3.210-GCC-4.9.3-2.25'}
source_urls = ['http://developer.download.nvidia.com/compute/cuda/%(version_major_minor)s/Prod/local_installers/']
sources = ['%(namelower)s_%(version)s_linux.run']
checksums = ['4b3bcecf0dfc35928a0898793cf3e4c6']
# Necessary to allow to use a GCC 4.9.3 toolchain, as CUDA by default just supports up to 4.9.2.
# Tested, but not throughly, so it is not guaranteed to don't cause problems
installopts = '-override compiler'
host_compilers = ["icpc", "g++"]
# Be careful and have a message consistent with the generated wrappers
modloadmsg = "nvcc uses g++ as the default host compiler. If you want to use icpc as a host compiler you can use"
modloadmsg += " nvcc_icpc, or nvcc -ccbin=icpc. Likewise, a g++ wrapper called nvcc_g++ has been also created.\n"
moduleclass = 'system'
c/CUDA/CUDA-
8.0.44-intel-2017.00
.eb
→
c/CUDA/CUDA-
7.5.18
.eb
View file @
08398812
name = 'CUDA'
version = '
8.0.44
'
version = '
7.5.18
'
homepage = 'https://developer.nvidia.com/cuda-toolkit'
description = """CUDA (formerly Compute Unified Device Architecture) is a parallel
...
...
@@ -7,13 +7,21 @@ description = """CUDA (formerly Compute Unified Device Architecture) is a parall
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': '
intel', 'version': '2017.00
'}
toolchain = {'name': '
dummy', 'version': 'dummy
'}
source_urls = [
'http://developer.download.nvidia.com/compute/cuda/%(version_major_minor)s/Prod/local_installers/',
'https://developer.nvidia.com/compute/cuda/%(version_major_minor)s/prod/local_installers/'
]
source_urls = ['http://developer.download.nvidia.com/compute/cuda/%(version_major_minor)s/Prod/local_installers/']
sources = ['%(namelower)s_%(version)s_linux-run']
sources = ['%(namelower)s_%(version)s_linux.run']
modextravars = {
'CUDA_HOME': '%(installdir)s',
}
modextrapaths = {
'LIBRARY_PATH': 'lib64/stubs',
'LD_LIBRARY_PATH': 'lib64/stubs',
}
modluafooter = 'add_property("arch","gpu")'
moduleclass = 'system'
c/CUDA/CUDA-8.0.44.eb
View file @
08398812
...
...
@@ -15,4 +15,9 @@ sources = ['%(namelower)s_%(version)s_linux-run']
modextravars = { 'CUDA_HOME': '%(installdir)s' }
modextrapaths = {
'LIBRARY_PATH': 'lib64/stubs',
'LD_LIBRARY_PATH': 'lib64/stubs',
}
moduleclass = 'system'
c/CUDA/CUDA-9.0.176.eb
0 → 100644
View file @
08398812
name = 'CUDA'
version = '9.0.176'
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': 'dummy'}
source_urls = ['https://developer.nvidia.com/compute/cuda/%(version_major_minor)s/Prod/local_installers/']
sources = ['cuda_%(version)s_384.81_linux-run']
checksums = ['96863423feaa50b5c1c5e1b9ec537ef7ba77576a3986652351ae43e66bcd080c']
modextravars = {
'CUDA_HOME': '%(installdir)s',
}
modextrapaths = {
'LIBRARY_PATH': 'lib64/stubs',
'LD_LIBRARY_PATH': 'lib64/stubs',
}
modluafooter = 'add_property("arch","gpu")'
moduleclass = 'system'
c/CUDA/CUDA-9.1.85.eb
View file @
08398812
...
...
@@ -15,8 +15,11 @@ sources = ['cuda_9.1.85_387.26_linux']
modextravars = {
'CUDA_HOME': '%(installdir)s',
'LD_LIBRARY_PATH': '%(installdir)s/lib64/stubs',
'LIBRARY_PATH': '%(installdir)s/lib64/stubs',
}
modextrapaths = {
'LIBRARY_PATH': 'lib64/stubs',
'LD_LIBRARY_PATH': 'lib64/stubs',
}
modluafooter = 'add_property("arch","gpu")'
...
...
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