From fc46a1e12ce19336ddd66b3c9ca7049aae81f3af Mon Sep 17 00:00:00 2001 From: Mark A Potts Date: Wed, 13 Nov 2024 18:56:20 +0000 Subject: [PATCH] switched container modules to use environment variables for version numbers --- modulefiles/gfsutils_container.intel.lua | 2 +- modulefiles/gfsutils_generic.lua | 22 ---------------------- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 modulefiles/gfsutils_generic.lua diff --git a/modulefiles/gfsutils_container.intel.lua b/modulefiles/gfsutils_container.intel.lua index 441ee10f..cddef43a 100644 --- a/modulefiles/gfsutils_container.intel.lua +++ b/modulefiles/gfsutils_container.intel.lua @@ -12,6 +12,6 @@ load(pathJoin("stack-intel", stack_intel_ver)) load(pathJoin("stack-intel-oneapi-mpi", stack_impi_ver)) load(pathJoin("cmake", cmake_ver)) -load("gfsutils_generic") +load("gfsutils_common") whatis("Description: GFS utilities environment in container with Intel Compilers") diff --git a/modulefiles/gfsutils_generic.lua b/modulefiles/gfsutils_generic.lua deleted file mode 100644 index 822a156e..00000000 --- a/modulefiles/gfsutils_generic.lua +++ /dev/null @@ -1,22 +0,0 @@ -help([[ -Load common modules to build GFS utilities on all machines -]]) - -load("libpng") - -load("netcdf-c") -load("netcdf-fortran") - -load("bufr") -load("bacio") -load("w3emc") -load("sp") -load("ip") -load("sigio") -load("sfcio") -load("nemsio") -load("wrf-io") -load("ncio") -load("g2") -load("landsfcutil") -load("wgrib2")