Skip to content

Commit

Permalink
update help/whatis in modulefiles/ufs_gaea.intel.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBurrows-NCO committed May 6, 2024
1 parent 026e2f0 commit 5f6fdee
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions modulefiles/ufs_gaea.intel.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
help([[
loads UFS Model prerequisites for Gaea/Intel
This module loads libraries required for building and running UFS Weather Model
on the NOAA RDHPC machine Gaea C5 using Intel-2023.1.0.
]])

whatis([===[Loads libraries needed for building the UFS Weather Model on Gaea ]===])

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

stack_intel_ver=os.getenv("stack_intel_ver") or "2023.1.0"
Expand All @@ -22,5 +25,3 @@ setenv("CC","cc")
setenv("CXX","CC")
setenv("FC","ftn")
setenv("CMAKE_Platform","gaea.intel")

whatis("Description: UFS build environment")

0 comments on commit 5f6fdee

Please sign in to comment.