impi-2021.3.1-intel-compilers-2021.3.0.eb 551 B

123456789101112131415
  1. name = 'impi'
  2. version = '2021.3.1'
  3. homepage = 'https://software.intel.com/content/www/us/en/develop/tools/mpi-library.html'
  4. description = "Intel MPI Library, compatible with MPICH ABI"
  5. toolchain = {'name': 'intel-compilers', 'version': '2021.3.0'}
  6. # see https://software.intel.com/content/www/us/en/develop/articles/oneapi-standalone-components.html
  7. source_urls = ['https://registrationcenter-download.intel.com/akdlm/irc_nas/18016/']
  8. sources = ['l_mpi_oneapi_p_%(version)s.315_offline.sh']
  9. dependencies = [('UCX', '1.11.0')]
  10. moduleclass = 'mpi'