# IT4Innovations 2020 name = 'impi' version = '2019.6.166' homepage = 'http://software.intel.com/en-us/intel-mpi-library/' description = "Intel MPI Library, local_compatible with MPICH ABI" toolchain = {'name': 'iccifort', 'version': '2020.0.166'} 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 = { 'FI_SOCKETS_IFACE':'ib0', 'FI_PROVIDER':'verbs', 'I_MPI_FABRICS':'shm:ofi', 'I_MPI_OFI_PROVIDER':'verbs' } moduleclass = 'mpi'