Skip to content

Commit

Permalink
compile on AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
weihuang-jedi committed Apr 29, 2024
1 parent fa56577 commit 2316996
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions modulefiles/gsi_noaacloud.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ help([[
prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core")
prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.6.0/envs/gsi-addon-env/install/modulefiles/Core")

local python_ver=os.getenv("python_ver") or "3.10.13"
local stack_intel_ver=os.getenv("stack_intel_ver") or "2021.3.0"
local stack_impi_ver=os.getenv("stack_impi_ver") or "2021.3.0"
local stack_python_ver=os.getenv("stack_python_ver") or "3.11.6"
local cmake_ver=os.getenv("cmake_ver") or "3.23.1"
local prod_util_ver=os.getenv("prod_util_ver") or "2.1.1"

load(pathJoin("stack-intel", stack_intel_ver))
load(pathJoin("stack-intel-oneapi-mpi", stack_impi_ver))
load(pathJoin("python", stack_python_ver))
load(pathJoin("python", python_ver))
load(pathJoin("cmake", cmake_ver))

load("gsi_common")
Expand All @@ -24,3 +24,5 @@ pushenv("FFLAGS", "-xHOST")
--pushenv("GSI_BINARY_SOURCE_DIR", "/scratch1/NCEPDEV/global/glopara/fix/gsi/20240208")
--pushenv("GSI_BINARY_SOURCE_DIR", "/work/noaa/global/glopara/fix/gsi/20240208")
pushenv("GSI_BINARY_SOURCE_DIR", "/contrib/Wei.Huang/data/hack-orion/fix/gsi/20240208")

whatis("Description: GSI environment on NOAA Cloud with Intel Compilers")

0 comments on commit 2316996

Please sign in to comment.