Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update documentation for module soft links #1335

Merged
merged 3 commits into from
Oct 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/source/PreConfiguredSites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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-<compiler>`, and then loading the spack-stack metamodules as usual. These soft links should be updated when each release is finalized.
AlexanderRichert-NOAA marked this conversation as resolved.
Show resolved Hide resolved

.. note::
You may want to capture the output from :code:`spack concretize` and :code:`spack install` comands in log files.
For example:
Expand Down
Loading