mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

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
23 lines
476 B
Plaintext
23 lines
476 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = "Toolchain"
|
|
|
|
name = 'gompi'
|
|
version = '2017b'
|
|
|
|
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', '2.1.5', '', ('GCC', local_gccver)),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|