Skip to content

Commit

Permalink
initial commit of spack-stack/1.5.0 orion.lua (NOAA-EMC#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Oct 3, 2023
1 parent bd74be7 commit 4988a31
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions modulefiles/GDAS/orion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,41 +6,42 @@ local pkgName = myModuleName()
local pkgVersion = myModuleVersion()
local pkgNameVer = myModuleFullName()

prepend_path("MODULEPATH", '/work/noaa/epic-ps/role-epic-ps/spack-stack/spack-stack-1.3.1/envs/unified-env/install/modulefiles/Core')
prepend_path("MODULEPATH", '/work/noaa/epic-ps/role-epic-ps/spack-stack/spack-stack-1.5.0/envs/unified-env/install/modulefiles/Core')

prepend_path("MODULEPATH", '/work2/noaa/da/python/opt/modulefiles/stack')

-- below two lines get us access to the spack-stack modules
load("stack-intel/2022.0.2")
load("stack-intel-oneapi-mpi/2021.5.1")
load("stack-python/3.10.8")
-- JCSDA has 'jedi-fv3-env/unified-dev', but we should load these manually as needed
load("cmake/3.22.1")
load("zlib/1.2.13")
load("curl/7.85.0")
load("curl/8.1.2")
load("git/2.28.0")
load("pkg-config/0.27.1")
load("hdf5/1.12.2")
load("hdf5/1.14.0")
load("parallel-netcdf/1.12.2")
load("netcdf-c/4.9.2")
load("nccmp/1.9.0.1")
load("netcdf-fortran/4.6.0")
load("nco/5.0.6")
load("parallelio/2.5.9")
load("parallelio/2.5.10")
load("wget/1.14")
load("boost/1.72.0")
load("bufr/11.7.1")
load("boost/1.78")
load("bufr/12.0.0")
load("git-lfs/2.12.0")
load("ecbuild/3.7.2")
load("openjpeg/2.3.1")
load("eccodes/2.27.0")
load("eigen/3.4.0")
load("openblas/0.3.19")
load("eckit/1.23.0")
load("eckit/1.24.4")
load("fftw/3.3.10")
load("fckit/0.10.1")
load("fiat/1.1.0")
load("fckit/0.11.0")
load("fiat/1.2.0")
load("ectrans/1.2.0")
load("atlas/0.33.0")
load("atlas/0.34.0")
load("sp/2.3.3")
load("gsl-lite/0.37.0")
load("libjpeg/2.1.0")
Expand All @@ -50,7 +51,7 @@ load("hdf/4.2.15")
load("jedi-cmake/1.4.0")
load("libpng/1.6.37")
load("libxt/1.1.5")
load("libxmu/1.1.2")
load("libxmu/1.1.4")
load("libxpm/4.11.0")
load("libxaw/1.0.13")
load("udunits/2.2.28")
Expand All @@ -59,12 +60,12 @@ load("netcdf-cxx4/4.3.1")
load("py-pybind11/2.8.1")
--load("crtm/v2.4_jedi")
load("contrib/0.1")
load("noaatools/2.0")
load("noaatools/3.1")
load("rocoto/1.3.3")

load("hpc/1.2.0")
load("miniconda3/4.6.14")
load("gdasapp/1.0.0")
load("miniconda/4.12.0")
--load("gdasapp/1.0.0")

-- below is a hack because of cmake finding the wrong python...
setenv("CONDA_PREFIX", "/work2/noaa/da/python/opt/core/miniconda3/4.6.14/envs/gdasapp/")
Expand Down

0 comments on commit 4988a31

Please sign in to comment.