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