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