mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
new file: i/iompi/iompi-2020a.eb
This commit is contained in:
parent
01d7b3efb4
commit
be24e629a3
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