From e51e9a99fe5d59640aca5920e100ffac2b8c0ab2 Mon Sep 17 00:00:00 2001 From: Alex Richert Date: Wed, 9 Oct 2024 13:06:16 -0700 Subject: [PATCH 1/3] update documentation for module soft links --- doc/source/PreConfiguredSites.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/PreConfiguredSites.rst b/doc/source/PreConfiguredSites.rst index 2f9717b6..5460449f 100644 --- a/doc/source/PreConfiguredSites.rst +++ b/doc/source/PreConfiguredSites.rst @@ -487,6 +487,8 @@ 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 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 contain releases. The usage consists of `module use /path/to/spack-stack/latest-ue-`, and then loading the spack-stack metamodules 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. For example: From 48ff46553b5a189df7e06b69d64796eafaecc798 Mon Sep 17 00:00:00 2001 From: Alex Richert Date: Wed, 9 Oct 2024 13:58:40 -0700 Subject: [PATCH 2/3] Update doc/source/PreConfiguredSites.rst Co-authored-by: Dom Heinzeller --- 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 5460449f..275f40bf 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 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 contain releases. The usage consists of `module use /path/to/spack-stack/latest-ue-`, and then loading the spack-stack metamodules 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. From c8f7d38d5b8d62dc79195f64d2bafd4a68651c7f Mon Sep 17 00:00:00 2001 From: Alex Richert Date: Wed, 9 Oct 2024 15:04:50 -0700 Subject: [PATCH 3/3] 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 275f40bf..b62804dd 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.