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

modified: i/impi/impi-2018.5.288-iccifort-2019.5.281-GCC-8.3.0-2.32.eb modified: i/impi/impi-2019.6.154-iccifort-2019.5.281-GCC-8.3.0-2.32.eb deleted: i/impi/impi-2019.6.288-iccifort-2019.5.281-GCC-8.3.0-2.32.eb
33 lines
824 B
Plaintext
33 lines
824 B
Plaintext
# IT4Innovations 2019
|
|
|
|
name = 'impi'
|
|
version = '2019.6.154'
|
|
|
|
homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
|
|
description = "Intel MPI Library, local_compatible with MPICH ABI"
|
|
|
|
toolchain = {'name': 'iccifort', 'version': '2019.5.281-GCC-8.3.0-2.32'}
|
|
|
|
source_urls = ['http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/14879/']
|
|
sources = ['l_mpi_%(version)s.tgz']
|
|
|
|
dontcreateinstalldir = 'True'
|
|
|
|
components = ['intel-mpi', 'intel-psxe', 'intel-imb']
|
|
|
|
# set up all the mpi commands to default to intel compilers
|
|
# set_mpi_wrappers_all = 'True'
|
|
|
|
modextravars = {
|
|
'I_MPI_CC': 'icc',
|
|
'I_MPI_CXX': 'icpc',
|
|
'I_MPI_F77': 'ifort',
|
|
'I_MPI_F90': 'ifort',
|
|
'I_MPI_FC': 'ifort',
|
|
'FI_SOCKETS_IFACE':'ib0',
|
|
'FI_PROVIDER':'verbs',
|
|
'I_MPI_FABRICS':'shm:ofi',
|
|
}
|
|
|
|
moduleclass = 'mpi'
|