Install Intel compilers with corresponding gcc
I tried to install intel-oneapi-compilers-classic@2021.6.0
on my laptop with gcc 12. I get the following error:
❯ spack install intel-oneapi-compilers-classic@2021.6.0
==> Error: concretization failed for the following reasons:
1. intel-oneapi-compilers-classic: '%gcc@12:' conflicts with '@:2021.6.0'
2. intel-oneapi-compilers-classic: '%gcc@12:' conflicts with '@:2021.6.0'
required because conflict applies to spec @:2021.6.0
required because intel-oneapi-compilers-classic@2021.6.0 requested explicitly
required because conflict is triggered when %gcc@12:
required because intel-oneapi-compilers-classic@2021.6.0 requested explicitly
which can be solved by installing gcc 11.3 and then using this did not solve the problem with spack v0.21
❯ spack install intel-oneapi-compilers-classic@2021.6.0%gcc@11.3.0
To avoid this problem, we should install the intel compilers with the corresponding gcc compiler from the same toolchain.
For the module hierarchy we should then mark the intel-onneapi-compiler-classic module as core spec so that it is visible without loading the right gcc first (there is an option in modules.yaml
that should support this).