iompi-2022.05.eb 523 B

123456789101112131415161718
  1. # This is an easyconfig file for EasyBuild, see http://easybuilders.github.io/easybuild
  2. easyblock = 'Toolchain'
  3. name = 'iompi'
  4. version = '2022.05'
  5. homepage = 'https://software.intel.com/content/www/us/en/develop/tools/oneapi/hpc-toolkit.html'
  6. description = """Intel C/C++ and Fortran compilers, alongside Open MPI."""
  7. toolchain = SYSTEM
  8. local_comp_ver = '2022.1.0'
  9. dependencies = [
  10. ('intel-compilers', local_comp_ver),
  11. ('OpenMPI', '4.1.1', '', ('intel-compilers', local_comp_ver)),
  12. ]
  13. moduleclass = 'toolchain'