mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 10:21:22 +01:00

new file: i/iomkl/iomkl-2017a.eb new file: i/iompi/iompi-2017a.eb new file: n/NWChem/NWChem-6.6.revision27746-iomkl-2017a-2015-10-20-Python-2.7.13.eb new file: n/NWChem/NWChem-6.6.revision27746-iomkl-2017a-Python-2.7.13.eb new file: s/SLEPc/SLEPc-3.7.4-intel-2017a.eb
23 lines
566 B
Plaintext
23 lines
566 B
Plaintext
easyblock = "Toolchain"
|
|
|
|
name = 'iomkl'
|
|
version = '2017a'
|
|
|
|
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
|
|
description = """Intel Cluster Toolchain Compiler Edition provides Intel C/C++ and Fortran compilers, Intel MKL &
|
|
OpenMPI."""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
compver = '2017.1.132'
|
|
gccsuff = '-GCC-6.3.0-2.27'
|
|
|
|
dependencies = [
|
|
('icc', compver, gccsuff),
|
|
('ifort', compver, gccsuff),
|
|
('OpenMPI', '1.10.7', gccsuff, True),
|
|
('imkl', '2017.1.132', '', ('iompi', version)),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|