Skip to content

Commit

Permalink
Update hercules.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoAndrade-NOAA authored Oct 8, 2024
1 parent fd6a3d0 commit 92d67f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modulefiles/hercules.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ load(pathJoin("stack-intel", stack_intel_ver))
stack_impi_ver=os.getenv("stack_impi_ver") or "2021.9.0"
load(pathJoin("stack-intel-oneapi-mpi", stack_impi_ver))

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

python_ver=os.getenv("python_ver") or "3.10.8"
Expand Down

0 comments on commit 92d67f1

Please sign in to comment.