easyconfigs-it4i/g/gompi/gompi-2018a.eb
Lukáš Krupčík 1db987fcc4 modified: f/foss/foss-2017b.eb
modified:   f/foss/foss-2018a.eb
	modified:   g/gompi/gompi-2017b.eb
	modified:   g/gompi/gompi-2018a.eb
	new file:   h/hwloc/hwloc-1.11.7-GCCcore-8.3.0.eb
	new file:   n/numactl/numactl-2.0.11-GCCcore-8.3.0.eb
	modified:   o/OpenMPI/OpenMPI-1.10.7-GCC-6.3.0-2.27.eb
	modified:   o/OpenMPI/OpenMPI-2.1.5-GCC-8.3.0-2.32.eb
	modified:   o/OpenMPI/OpenMPI-3.1.4-GCC-6.3.0-2.27.eb
	modified:   o/OpenMPI/OpenMPI-4.0.0-GCC-6.3.0-2.27.eb
	deleted:    h/hwloc/hwloc-1.11.7-GCC-8.3.0-2.32.eb
2019-11-21 12:26:25 +01:00

23 lines
476 B
Plaintext

# IT4Innovations 2019
easyblock = "Toolchain"
name = 'gompi'
version = '2018a'
homepage = '(none)'
description = """GNU Compiler Collection (GCC) based local_compiler toolchain,
including OpenMPI for MPI support."""
toolchain = SYSTEM
local_gccver = '6.3.0-2.27'
# local_compiler toolchain dependencies
dependencies = [
('GCC', local_gccver), # includes both GCC and local_binutils
('OpenMPI', '3.1.4', '', ('GCC', local_gccver)),
]
moduleclass = 'toolchain'