From 19122a0bd2c3696f210d2bc92173893956d7b4f3 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Fri, 28 Jun 2024 15:00:17 -0600 Subject: [PATCH] Update documentation for Orion Rocky9 update --- doc/source/PreConfiguredSites.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/source/PreConfiguredSites.rst b/doc/source/PreConfiguredSites.rst index b7aec5771..466ea2a06 100644 --- a/doc/source/PreConfiguredSites.rst +++ b/doc/source/PreConfiguredSites.rst @@ -100,22 +100,22 @@ For ``spack-stack-1.7.0`` with Intel, load the following modules after loading m .. code-block:: console - module use /work/noaa/epic/role-epic/spack-stack/orion/spack-stack-1.7.0/envs/ue-intel-centos/install/modulefiles/Core - module load stack-intel/2022.0.2 - module load stack-intel-oneapi-mpi/2021.5.1 + module use /work/noaa/epic/role-epic/spack-stack/orion/spack-stack-1.7.0/envs/ue-intel/install/modulefiles/Core + module load stack-intel/2021.9.0 + module load stack-intel-oneapi-mpi/2021.9.0 module load stack-python/3.10.13 For ``spack-stack-1.7.0`` with GNU, load the following modules after loading miniconda and ecflow: .. code-block:: console - module use /work/noaa/epic/role-epic/spack-stack/orion/spack-stack-1.7.0/envs/ue-gcc-centos/install/modulefiles/Core - module load stack-gcc/10.2.0 - module load stack-openmpi/4.0.4 + module use /work/noaa/epic/role-epic/spack-stack/orion/spack-stack-1.7.0/envs/ue-gcc/install/modulefiles/Core + module load stack-gcc/12.2.0 + module load stack-openmpi/4.1.6 module load stack-python/3.10.13 .. note:: - The unified environment on Orion uses ``cdo@2.0.5`` instead of the default ``cdo@2.2.0`` because of a bug in the ``cdo`` package recipe that affects systems that don't have a ``python3`` interpreter in the default search paths (see https://github.com/spack/spack/issues/41947) for more information. This is a temporary change on Orion for the spack-stack-1.7.0 release and will be reverted once the ``cdo`` package is updated in the upstream spack develop code. + The unified environment on Orion uses ``cdo@2.3.0`` instead of the default ``cdo@2.2.0``. This is a temporary change on Orion after the Rocky9 OS upgrade. .. note:: spack-stack-1.7.0 on Orion provides a chained environment `gsi-addon-env` for GSI with Intel and GNU. To use this environment, replace `ue` in the above `module use` statements with `gsi-addon`, and load module `stack-python/3.11.6` instead of `stack-python/3.10.13`.