Skip to content

Commit

Permalink
Fix Hera GNU modulefile. Remove debug message. NOAA-EMC#18
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Nov 20, 2023
1 parent 0cfedf6 commit 5d3a3f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion modulefiles/gsiutils_hera.gnu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ help([[
]])

prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.5.1/envs/gsi-addon/install/modulefiles/Core")
--Needed for openmpi build
prepend_path("MODULEPATH", "/scratch1/NCEPDEV/jcsda/jedipara/spack-stack/modulefiles")

local python_ver=os.getenv("python_ver") or "3.10.8"
local stack_intel_ver=os.getenv("stack_gcc_ver") or "9.2.0"
Expand All @@ -16,7 +18,7 @@ load(pathJoin("cmake", cmake_ver))

load("gsiutils_common")

load(pathJoin("prod-util", prod_util_ver))
load(pathJoin("prod_util", prod_util_ver))
load(pathJoin("openblas", openblas_ver))

whatis("Description: GSI utilities environment on Hera with GNU Compilers")
1 change: 0 additions & 1 deletion src/netcdf_io/interp_inc.fd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ target_link_libraries(interp_inc.x PRIVATE ip::ip_d)
target_link_libraries(interp_inc.x PRIVATE sp::sp_d)

if(ip_VERSION VERSION_GREATER_EQUAL 4.0.0)
message("setting ip_v4")
target_compile_definitions(interp_inc.x PRIVATE "IP_V4")
endif()

Expand Down

0 comments on commit 5d3a3f9

Please sign in to comment.