# IT4Innovations 2021 # LK name = 'impi' version = '2021.1.1' homepage = 'https://software.intel.com/content/www/us/en/develop/tools/mpi-library.html' description = "Intel MPI Library, compatible with MPICH ABI" toolchain = {'name': 'intel-compilers', 'version': '2021.1.2'} # see https://software.intel.com/content/www/us/en/develop/articles/oneapi-standalone-components.html source_urls = ['https://registrationcenter-download.intel.com/akdlm/irc_nas/17397/'] sources = ['l_mpi_oneapi_p_%(version)s.76_offline.sh'] checksums = ['8b7693a156c6fc6269637bef586a8fd3ea6610cac2aae4e7f48c1fbb601625fe'] modextravars = { 'I_MPI_OFI_PROVIDER': 'MLX', 'FI_PROVIDER': 'verbs', } moduleclass = 'compiler'