# IT4Innovations 2019

name = 'impi'
version = '2019.1.144'

homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
description = "Intel MPI Library, local_compatible with MPICH ABI"

toolchain = {'name': 'iccifort', 'version': '2019.1.144-GCC-6.3.0-2.27'}

source_urls = ['http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/14879/']
sources = ['l_mpi_%(version)s.tgz']
checksums = ['c517d1a9632616d8934d2dea8601eee4']

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_EXTRA_FILESYSTEM': 'enable',
    'I_MPI_EXTRA_FILESYSTEM_LIST': 'lustre',
}

moduleclass = 'mpi'