We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build and test UFS WM against spack-stack@release/1.8.0 built with Intel oneAPI v2024.2.1 (LLVM) compilers.
spack-stack@release/1.8.0
Intel oneAPI v2024.2.1
Intel oneAPI v2024.2.1 is the last oneAPI release to provide two FORTRAN compilers: ifx (new) and ifort (old / primary compiler in previous releases).
oneAPI
FORTRAN
ifx
ifort
Build and test against stacks built with ifx and ifort, respectively.
stack environments
hera: /scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.8.0-llvm/envs
ue-llvm-ifx-2024.2.1
gsi-llvm-ifx-2024.2.1
ue-llvm-ifort-2024.2.1
gsi-llvm-ifort-2024.2.1
Will also require addon environments for each compiler for a known-to-work combination of MAPL / ESMF.
MAPL
ESMF
Once the MAPL / ESMF addon envs are ready, steps to load required modules, e.g. for the ifx compiler:
module purge module use /scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.8.0-llvm/envs/ue-llvm-ifx-2024.2.1/install/modulefiles/Core module load stack-oneapi/2024.2.1 module load stack-intel-oneapi-mpi/2021.13 module load ufs-weather-model-env/1.0.0 module load geos-gcm-env/1.0.0
Currently N/A
See also: Upgrade to Intel LLVM Compilers #2025 and associated PR Support IntelLLVM compiler #2224
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Build and test UFS WM against
spack-stack@release/1.8.0
built withIntel oneAPI v2024.2.1
(LLVM) compilers.Intel oneAPI v2024.2.1
is the lastoneAPI
release to provide twoFORTRAN
compilers:ifx
(new) andifort
(old / primary compiler in previous releases).Build and test against stacks built with
ifx
andifort
, respectively.Solution
stack environments
hera: /scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.8.0-llvm/envs
ifx
ue-llvm-ifx-2024.2.1
gsi-llvm-ifx-2024.2.1
ifort
ue-llvm-ifort-2024.2.1
gsi-llvm-ifort-2024.2.1
Will also require addon environments for each compiler for a known-to-work combination of
MAPL
/ESMF
.Once the
MAPL
/ESMF
addon envs are ready, steps to load required modules, e.g. for theifx
compiler:Alternatives
Currently N/A
Related to
See also: Upgrade to Intel LLVM Compilers #2025 and associated PR Support IntelLLVM compiler #2224
The text was updated successfully, but these errors were encountered: