new file: h/HDF5/HDF5-1.10.5-intel-2018a.eb

new file:   h/HDF5/HDF5-1.10.5-intel-2019a.eb
	new file:   p/PGI/PGI-19.10-GCC-8.3.0-2.32-CUDA.eb
	new file:   p/PGI/PGI-19.10-GCC-8.3.0-2.32.eb
This commit is contained in:
Lukáš Krupčík 2019-12-12 10:15:33 +01:00
parent 5ec5a71547
commit 413a049a28
4 changed files with 126 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# IT4Innovations 2019
name = 'HDF5'
version = '1.10.5'
homepage = 'http://www.hdfgroup.org/HDF5/'
description = """HDF5 is a unique technology suite that makes possible the management of
extremely large and local_complex data collections."""
toolchain = {'name': 'intel', 'version': '2018a'}
toolchainopts = {'pic': True, 'usempi': True}
source_urls = [
'https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-%(version_major_minor)s/hdf5-%(version)s/src']
sources = [SOURCELOWER_TAR_GZ]
dependencies = [
('zlib', '1.2.11', '', True),
('Szip', '2.1', '', True),
]
moduleclass = 'data'

View File

@ -0,0 +1,22 @@
# IT4Innovations 2019
name = 'HDF5'
version = '1.10.5'
homepage = 'http://www.hdfgroup.org/HDF5/'
description = """HDF5 is a unique technology suite that makes possible the management of
extremely large and local_complex data collections."""
toolchain = {'name': 'intel', 'version': '2019a'}
toolchainopts = {'pic': True, 'usempi': True}
source_urls = [
'https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-%(version_major_minor)s/hdf5-%(version)s/src']
sources = [SOURCELOWER_TAR_GZ]
dependencies = [
('zlib', '1.2.11', '', True),
('Szip', '2.1', '', True),
]
moduleclass = 'data'

View File

@ -0,0 +1,42 @@
# IT4Innovations 2019
name = 'PGI'
version = '19.10'
homepage = 'http://www.pgroup.com/'
description = "C, C++ and Fortran local_compilers from The Portland Group - PGI"
toolchain = SYSTEM
sources = ['pgilinux-20%(version_major)s-%(version_major)s%(version_minor)s-x86-64.tar.gz']
local_local_gccver = '8.3.0'
local_local_local_binutilsver = '2.32'
versionsuffix = '-GCC-%s-%s-CUDA' % (local_local_gccver, local_local_local_binutilsver)
dependencies = [
('GCCcore', local_local_gccver),
('binutils', local_local_local_binutilsver, '', ('GCCcore', local_local_gccver)),
('numactl', '2.0.12', '', ('GCCcore', local_local_gccver)),
('CUDA', '10.1.243'),
]
configopts = 'export PGI_INSTALL_MPI=true && '
configopts += 'export PGI_INSTALL_NVIDIA=true && '
# license file
license_file = '/apps/licenses/pgi/license.dat'
modextrapaths = {
'PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/bin',
'LD_LIBRARY_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib',
'LIBRARY_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib',
'CPATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/include',
'MANPATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/share/man',
'PKG_CONFIG_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib/pkgconfig',
'OMPI_MCA_btl_openib_if_include': 'mlx5_0', # BARBORA
'OMPI_MCA_btl_tcp_if_include': '10.33.4.0/24', # BARBORA
'OMPI_MCA_orte_base_help_aggregate': '0',
}
moduleclass = 'compiler'

View File

@ -0,0 +1,40 @@
# IT4Innovations 2019
name = 'PGI'
version = '19.10'
homepage = 'http://www.pgroup.com/'
description = "C, C++ and Fortran local_compilers from The Portland Group - PGI"
toolchain = SYSTEM
sources = ['pgilinux-20%(version_major)s-%(version_major)s%(version_minor)s-x86-64.tar.gz']
local_local_gccver = '8.3.0'
local_local_local_binutilsver = '2.32'
versionsuffix = '-GCC-%s-%s' % (local_local_gccver, local_local_local_binutilsver)
dependencies = [
('GCCcore', local_local_gccver),
('binutils', local_local_local_binutilsver, '', ('GCCcore', local_local_gccver)),
('numactl', '2.0.12', '', ('GCCcore', local_local_gccver)),
]
configopts = 'export PGI_INSTALL_MPI=true &&'
# license file
license_file = '/apps/licenses/pgi/license.dat'
modextrapaths = {
'PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/bin',
'LD_LIBRARY_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib',
'LIBRARY_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib',
'CPATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/include',
'MANPATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/share/man',
'PKG_CONFIG_PATH': 'linux86-64-llvm/2019/mpi/openmpi-3.1.3/lib/pkgconfig',
'OMPI_MCA_btl_openib_if_include': 'mlx5_0', # BARBORA
'OMPI_MCA_btl_tcp_if_include': '10.33.4.0/24', # BARBORA
'OMPI_MCA_orte_base_help_aggregate': '0',
}
moduleclass = 'compiler'