Skip to content

Commit

Permalink
Remove perl define, as it is unloaded, and unused.
Browse files Browse the repository at this point in the history
  • Loading branch information
weihuang-jedi committed Apr 26, 2024
1 parent dafeed8 commit 1c9a72a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modulefiles/noaacloud-run.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.6.0/envs/unified-
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 grads_ver=os.getenv("grads_ver") or "2.2.3"
local perl_ver=os.getenv("perl_ver") or "5.38.0"
local prod_util_ver=os.getenv("prod_util_ver") or "2.1.1"

load(pathJoin("stack-intel", stack_intel_ver))
Expand Down

0 comments on commit 1c9a72a

Please sign in to comment.