iimpi-2021.04.eb 484 B

123456789101112131415161718
  1. # This is an easyconfig file for EasyBuild, see http://easybuilders.github.io/easybuild
  2. easyblock = 'Toolchain'
  3. name = 'iimpi'
  4. version = '2021.04'
  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_compver = '2021.4.0'
  9. dependencies = [
  10. ('intel-compilers', local_compver),
  11. ('impi', '2021.4.0', '', ('intel-compilers', local_compver)),
  12. ]
  13. moduleclass = 'toolchain'