easyconfigs-it4i/i/impi/impi-2018.5.288-iccifort-2019.5.281-GCC-8.3.0-2.32.eb
Lukáš Krupčík 358a0b44da new file: h/hwloc/hwloc-1.11.12-GCCcore-8.3.0.eb
new file:   h/hwloc/hwloc-2.0.3-GCC-8.3.0-2.32.eb
	modified:   i/impi/impi-2018.4.274-iccifort-2018.5.274-GCC-8.3.0-2.32.eb
	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
	new file:   n/numactl/numactl-2.0.12-GCCcore-6.3.0.eb
	modified:   n/numactl/numactl-2.0.12-GCCcore-8.3.0.eb
	modified:   o/OpenMPI/OpenMPI-2.1.5-GCC-6.3.0-2.27.eb
	modified:   o/OpenMPI/OpenMPI-2.1.5-GCC-8.3.0-2.32.eb
	modified:   o/OpenMPI/OpenMPI-3.1.4-GCC-6.3.0-2.27.eb
	new file:   o/OpenMPI/OpenMPI-3.1.4-GCC-8.3.0-2.32.eb
	new file:   o/OpenMPI/OpenMPI-3.1.5-GCCcore-8.3.0.eb
	new file:   o/OpenMPI/OpenMPI-4.0.2-GCC-8.3.0-2.32.eb
	new file:   u/UCX/UCX-1.6.1-GCCcore-6.3.0.eb
	new file:   u/UCX/UCX-1.6.1-GCCcore-8.3.0.eb
	new file:   x/XZ/XZ-5.2.4-GCCcore-8.3.0.eb
	new file:   x/xorg-macros/xorg-macros-1.19.2-GCCcore-8.3.0.eb
2019-12-11 11:05:16 +01:00

36 lines
946 B
Plaintext

# IT4Innovations 2019
name = 'impi'
version = '2018.5.288'
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',
'I_MPI_EXTRA_FILESYSTEM': 'enable',
'I_MPI_EXTRA_FILESYSTEM_LIST': 'lustre',
'FI_SOCKETS_IFACE"':'ib0',
'FI_PROVIDER':'verbs',
'I_MPI_FABRICS':'shm:ofi',
'FI_VERBS_MR_CACHE_ENABLE':'1',
}
moduleclass = 'mpi'