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

new file: h/hwloc/hwloc-1.11.7-GCC-9.1.0-2.32.eb new file: i/icc/icc-2019.4.227-GCC-9.1.0-2.32.eb new file: i/iccifort/iccifort-2019.4.227-GCC-9.1.0-2.32.eb new file: i/ifort/ifort-2019.4.227-GCC-9.1.0-2.32.eb new file: i/impi/impi-2019.3.199-iccifort-2019.4.227-GCC-9.1.0-2.32.eb new file: i/intel/intel-2019.03-GCC-9.1.0-2.32.eb new file: n/numactl/numactl-2.0.11-GCCcore-9.1.0.eb new file: o/OpenMPI/OpenMPI-2.1.5-GCC-9.1.0-2.32.eb new file: s/Singularity/Singularity-3.2.1.eb
34 lines
870 B
Plaintext
34 lines
870 B
Plaintext
# IT4Innovations 2019
|
|
|
|
name = 'impi'
|
|
version = '2019.3.199'
|
|
|
|
homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
|
|
description = "Intel MPI Library, compatible with MPICH ABI"
|
|
|
|
toolchain = {'name': 'iccifort', 'version': '2019.4.227-GCC-9.1.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',
|
|
}
|
|
|
|
modluafooter = 'add_property("state","experimental")'
|
|
|
|
moduleclass = 'mpi'
|