spack-stack on Jet platform #1834
Replies: 2 comments
-
|
We moved Jet from tier 1 to tier 2 when EPIC dropped support for it, see #1721. @guoqing-noaa is in charge of maintaining the site config. My suggestion is to try to update the |
Beta Was this translation helpful? Give feedback.
-
|
FYI re: Jet
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am encountering an issue while trying to build spack-stack (using the release/1.9.0 branch and unified-dev environment) on the NOAA Jet platform within my user account.
The spack concretize step completes successfully. However, spack install fails when using the Intel compiler due to an invalid path configuration for the external [email protected] package.
The installation fails with a RuntimeError because it constructs an incorrect path for the MPI header files:
==> Error: RuntimeError: /apps/spack/spack-2024-11/linux-rocky8-x86_64/oneapi-2024.2.1/intel-oneapi-mpi-2021.13.1-d25fu74swginherkzsdbh3amrc7wu4mn/mpi/2021.13/mpi/2021.13/include does not existThe correct location for the MPI header files is:
/apps/spack/spack-2024-11/linux-rocky8-x86_64/oneapi-2024.2.1/intel-oneapi-mpi-2021.13.1-d25fu74swginherkzsdbh3amrc7wu4mn/mpi/2021.13/mpi/includeIt appears a redundant path segment (/mpi/2021.13) is being inserted during the search for the MPI header file.
Do you have any suggestions on how to resolve this path configuration issue?
compilers.yaml
packages.yaml
spack.yaml
Beta Was this translation helpful? Give feedback.
All reactions