Skip to content

Commit

Permalink
version added
Browse files Browse the repository at this point in the history
  • Loading branch information
weihuang-jedi committed Oct 17, 2024
1 parent e5501fe commit 7c911e8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions modulefiles/gfsutils_noaacloud.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ Build environment for GFS utilities on NOAA Cloud

prepend_path("MODULEPATH", "/contrib/spack-stack-rocky8/spack-stack-1.6.0/envs/gsi-addon-env/install/modulefiles/Core")
prepend_path("MODULEPATH", "/apps/modules/modulefiles")

load("gnu")
load("stack-intel")
load("stack-intel-oneapi-mpi")
stack_intel_ver=os.getenv("stack_intel_ver") or "2021.10.0"
load(pathJoin("stack-intel", stack_intel_ver))
stack_impi_ver=os.getenv("stack_impi_ver") or "2021.10.0"
load(pathJoin("stack-intel-oneapi-mpi", stack_impi_ver))
unload("gnu")

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

0 comments on commit 7c911e8

Please sign in to comment.