From c8f7d38d5b8d62dc79195f64d2bafd4a68651c7f Mon Sep 17 00:00:00 2001 From: Alex Richert Date: Wed, 9 Oct 2024 15:04:50 -0700 Subject: [PATCH] fix fmting --- doc/source/PreConfiguredSites.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/PreConfiguredSites.rst b/doc/source/PreConfiguredSites.rst index 275f40bf6..b62804dd6 100644 --- a/doc/source/PreConfiguredSites.rst +++ b/doc/source/PreConfiguredSites.rst @@ -487,7 +487,7 @@ The following instructions install a new spack environment on a pre-configured s # Check permissions for systems where non-owning users/groups need access ${SPACK_STACK_DIR}/util/check_permissions.sh -To support users who consistently want the latest release, on NOAA RDHPCS tier 1 platforms, soft links pointing to the modulefiles associated with the latest release of the Unified Environment are provided under the main spack-stack directory. The usage consists of `module use /path/to/spack-stack/latest-ue-`, and then loading the spack-stack meta-modules as usual. These soft links should be updated when each release is finalized. +To support users who consistently want the latest release, on NOAA RDHPCS tier 1 platforms, soft links pointing to the modulefiles associated with the latest release of the Unified Environment are provided under the main spack-stack directory. The usage consists of ``module use /path/to/spack-stack/latest-ue-``, and then loading the spack-stack meta-modules as usual. These soft links should be updated when each release is finalized. .. note:: You may want to capture the output from :code:`spack concretize` and :code:`spack install` comands in log files.