Skip to content

Commit

Permalink
simplify modulefile
Browse files Browse the repository at this point in the history
  • Loading branch information
weihuang-jedi committed Oct 1, 2024
1 parent 008794d commit e5501fe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modulefiles/gfsutils_noaacloud.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ 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 e5501fe

Please sign in to comment.