mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00
Merge branch 'it4i-salomon'
This commit is contained in:
commit
782c262501
22
i/iompi/iompi-2020a.eb
Normal file
22
i/iompi/iompi-2020a.eb
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# IT4Innovations 2020
|
||||||
|
# LK
|
||||||
|
|
||||||
|
easyblock = "Toolchain"
|
||||||
|
|
||||||
|
name = 'iompi'
|
||||||
|
version = '2020a'
|
||||||
|
|
||||||
|
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-local_compiler/'
|
||||||
|
description = """Intel C/C++ and Fortran compilers, alongside Open MPI."""
|
||||||
|
|
||||||
|
toolchain = SYSTEM
|
||||||
|
|
||||||
|
local_compver = '2020.0.166'
|
||||||
|
local_compverlocal_suff = '-GCCcore-8.3.0'
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('iccifort', local_compver),
|
||||||
|
('OpenMPI', '3.1.6', local_compverlocal_suff, True),
|
||||||
|
]
|
||||||
|
|
||||||
|
moduleclass = 'toolchain'
|
Loading…
x
Reference in New Issue
Block a user