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