Description
When trying to install a new environment, the intel-oneapi-compilers/2025.3.1 compiler module won't load, leading to a failure at install time. The following message is generated:
==> Installing mct-2.11.0-rm7thr67fctoy5dgqauvmegcmmf5czql [36/334]
==> Error: ModuleLoadError: Module 'intel-oneapi-compilers/2025.3.1' could not be loaded.
To Reproduce
On Ursa:
git clone https://github.com/JCSDA/spack-stack.git --recurse-submodules
cd spack-stack/
source setup.sh
spack stack create env --name=mct-test --site=ursa --compiler=oneapi-2025.3.1
cd envs/mct-test/
spacktivate -p .
spack add mct
spack concretize --force --fresh
spack install
Expected behavior
The environment should build.
System, compiler, code, ...
Ursa, with the intel-oneapi-compilers/2025.3.1 compilers. I have not tried it on other systems or with other compilers.
Description
When trying to install a new environment, the
intel-oneapi-compilers/2025.3.1compiler module won't load, leading to a failure at install time. The following message is generated:To Reproduce
On Ursa:
Expected behavior
The environment should build.
System, compiler, code, ...
Ursa, with the
intel-oneapi-compilers/2025.3.1compilers. I have not tried it on other systems or with other compilers.