mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: i/iccifort/iccifort-2020.0.166-GCC-8.3.0-2.32.eb new file: i/ifort/ifort-2020.0.166-GCC-8.3.0-2.32.eb new file: i/iimpi/iimpi-2020a.eb new file: i/imkl/imkl-2020.0.166-iimpi-2020a.eb new file: i/impi/impi-2019.6.154-iccifort-2020.0.166-GCC-8.3.0-2.32.eb new file: i/intel/intel-2020a.eb
30 lines
575 B
Plaintext
30 lines
575 B
Plaintext
# IT4Innovations 2020
|
|
|
|
easyblock = 'Toolchain'
|
|
|
|
name = 'iccifort'
|
|
version = '2020.0.166'
|
|
versionsuffix = '-GCC-8.3.0-2.32'
|
|
|
|
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-local_compiler/'
|
|
description = "Intel C, C++ & Fortran compilers"
|
|
|
|
toolchain = SYSTEM
|
|
|
|
dependencies = [
|
|
('icc', version, versionsuffix),
|
|
('ifort', version, versionsuffix),
|
|
]
|
|
|
|
modextravars = {
|
|
'CC': 'icc',
|
|
'CXX': 'icpc',
|
|
'F90': 'ifort',
|
|
'F77': 'ifort',
|
|
'FC': 'ifort',
|
|
'OPTFLAGS': '-O3 -xHost -ip',
|
|
'DEBUGFLAGS': '-O0 -g'
|
|
}
|
|
|
|
moduleclass = 'toolchain'
|