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

new file: g/gompi/gompi-2019a.eb new file: i/intelcuda/intelcuda-2020a.eb new file: m/magma/magma-2.5.3-foss-2018a-CUDA.eb new file: m/magma/magma-2.5.3_Fix_makefile_for_intel.patch new file: s/ScaLAPACK/ScaLAPACK-2.0.2-gompi-2019a-OpenBLAS-0.2.20.eb
23 lines
482 B
Plaintext
23 lines
482 B
Plaintext
# IT4Innovations 2020a
|
|
|
|
easyblock = "Toolchain"
|
|
|
|
name = 'gompi'
|
|
version = '2019a'
|
|
|
|
homepage = '(none)'
|
|
description = """GNU Compiler Collection (GCC) based local_compiler toolchain,
|
|
including OpenMPI for MPI support."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
local_gccver = '8.3.0-2.32'
|
|
|
|
# local_compiler toolchain dependencies
|
|
dependencies = [
|
|
('GCC', local_gccver), # includes both GCC and local_binutils
|
|
('OpenMPI', '4.0.4', '-CUDA', ('GCC', '8.3.0-2.32')),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|