Skip to content

Commit

Permalink
Update the intelLLVM version 2024 on Hera.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Oct 31, 2024
1 parent 1211785 commit 2324720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modulefiles/build.hera.intelllvm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ stack_impi_ver=os.getenv("stack_impi_ver") or "2021.5.1"
load(pathJoin("stack-intel-oneapi-mpi", stack_impi_ver))

load("gnu")
load("intel/2023.2.0")
load("intel/2024.2.1")

cmake_ver=os.getenv("cmake_ver") or "3.23.1"
load(pathJoin("cmake", cmake_ver))
Expand Down

0 comments on commit 2324720

Please sign in to comment.