iimpi-2022.06.eb 487 B

123456789101112131415161718
  1. # This is an easyconfig file for EasyBuild, see http://easybuilders.github.io/easybuild
  2. easyblock = 'Toolchain'
  3. name = 'iimpi'
  4. version = '2022.06'
  5. homepage = 'https://software.intel.com/parallel-studio-xe'
  6. description = """Intel C/C++ and Fortran compilers, alongside Intel MPI."""
  7. toolchain = SYSTEM
  8. local_comp_ver = '2022.1.0'
  9. dependencies = [
  10. ('intel-compilers', local_comp_ver),
  11. ('impi', '2021.7.0', '', ('intel-compilers', local_comp_ver)),
  12. ]
  13. moduleclass = 'toolchain'