Skip to content

Commit

Permalink
Add netcdf loads to derecho modules. Not sure why this was working fo…
Browse files Browse the repository at this point in the history
…r me without them earlier...
  • Loading branch information
mkavulich committed Nov 16, 2023
1 parent 83d6e5b commit 82f352b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scm/etc/modules/derecho_gnu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ load(pathJoin("craype", os.getenv("craype_ver") or "2.7.20"))
unload("conda")
prepend_path("MODULEPATH","/glade/work/epicufsrt/contrib/spack-stack/derecho/modulefiles")
prepend_path("MODULEPATH","/glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core")

load("stack-gcc/12.2.0")
load("stack-cray-mpich/8.1.25")
load("stack-python/3.10.8")
load("py-f90nml")
load("py-netcdf4/1.5.8")

load("netcdf-c/4.9.2")
load("netcdf-fortran/4.6.0")
load("bacio/2.4.1")
load("sp/2.3.3")
load("w3emc")
Expand Down
2 changes: 2 additions & 0 deletions scm/etc/modules/derecho_intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ load("stack-python/3.10.8")
load("py-f90nml")
load("py-netcdf4/1.5.8")

load("netcdf-c/4.9.2")
load("netcdf-fortran/4.6.0")
load("bacio/2.4.1")
load("sp/2.3.3")
load("w3emc")
Expand Down

0 comments on commit 82f352b

Please sign in to comment.