# IT4Innovations # LK 2024 # For ANSYS name = 'impi' version = '2021.8.0' 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': '2023.0.0'} # 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/19131/'] sources = ['l_mpi_oneapi_p_%(version)s.25329_offline.sh'] checksums = ['0fcb1171fc42fd4b2d863ae474c0b0f656b0fa1fdc1df435aa851ccd6d1eaaf7'] dependencies = [('UCX', '1.13.1')] accept_eula = True modextravars = { "I_MPI_PMI_VALUE_LENGTH_MAX", "512", "FI_PROVIDER": "verbs", } moduleclass = 'mpi'