Skip to content
New issue

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 / test UFS WM with Intel oneAPI v2024.2.1 (LLVM) compilers #2513

Open
rickgrubin-noaa opened this issue Nov 25, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@rickgrubin-noaa
Copy link

Description

Build and test UFS WM against spack-stack@release/1.8.0 built with Intel oneAPI v2024.2.1 (LLVM) compilers.

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).

Build and test against stacks built with ifx and ifort, 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 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

Alternatives

Currently N/A

Related to

See also: Upgrade to Intel LLVM Compilers #2025 and associated PR Support IntelLLVM compiler #2224

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant