mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +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
468 B
Plaintext
23 lines
468 B
Plaintext
# IT4Innovations 2020
|
|
# LK
|
|
|
|
easyblock = 'Toolchain'
|
|
|
|
name = 'intelcuda'
|
|
version = '2020a'
|
|
|
|
homepage = '(none)'
|
|
description = """Intel Cluster Toolkit Compiler Edition provides Intel C/C++ and Fortran compilers,
|
|
Intel MPI & Intel MKL, with CUDA toolkit"""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
dependencies = [
|
|
('iccifort', '2020.0.166'),
|
|
('impi', '2019.6.166-iccifort-2020.0.166'),
|
|
('imkl', '2020.0.166-iimpi-2020a'),
|
|
('CUDA', '10.2.89'),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|