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

Update scripts to build on both Gaea-C5 and C6 #995

Merged
merged 12 commits into from
Nov 15, 2024
Next Next commit
update module versions for Gaea-C5 OS updgrade and spack-stack instal…
…lation
  • Loading branch information
DavidBurrows-NCO committed Oct 18, 2024
commit 07ccd90d3226ae77d72a992791c9f0d5334fc726
4 changes: 2 additions & 2 deletions modulefiles/build.gaea.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ load("hsi")

prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core")

stack_intel_ver=os.getenv("stack_intel_ver") or "2023.1.0"
stack_intel_ver=os.getenv("stack_intel_ver") or "2023.2.0"
load(pathJoin("stack-intel", stack_intel_ver))

stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.25"
stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.28"
load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver))

cmake_ver=os.getenv("cmake_ver") or "3.23.1"
Expand Down