Skip to content

Commit

Permalink
Update documentation for latest spack-stack installation (1.5.1+) on …
Browse files Browse the repository at this point in the history
…Discover, readthedocs conf.py update (#879)

* Update doc/source/PreConfiguredSites.rst for latest Discover installs
* Avoid confusion in readthedocs by replacing release tag with dev/develop in doc/source/conf.py
* Remove commented lines from doc/source/conf.py
* Fix bug in container instructions in doc/source/BuildingContainers.rst
  • Loading branch information
climbfuji authored Nov 22, 2023
1 parent bba9bd0 commit 7536bd1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/source/BuildingContainers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ It is important to know that container builds do not allow for multiple versions
spack stack create ctr -h
# Create container spack definition (spack.yaml) in directory envs/<container-config>
spack stack create ctr container=docker-ubuntu-gcc-openmpi --specs=jedi-ci
spack stack create ctr --container=docker-ubuntu-gcc-openmpi --specs=jedi-ci
# Descend into container environment directory
cd envs/docker-ubuntu-gcc-openmpi
Expand Down
8 changes: 5 additions & 3 deletions doc/source/PreConfiguredSites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Ready-to-use spack-stack 1.5.1 installations are available on the following, ful
| MSU +----------------------------------+-----------------+---------------------------------------------------------------------------------------------------------+-------------------------------+
| | Orion | GCC, Intel | ``/work/noaa/epic/role-epic/spack-stack/orion/spack-stack-1.5.1/envs/unified-env`` | Cam Book / Dom Heinzeller |
+---------------------+----------------------------------+-----------------+---------------------------------------------------------------------------------------------------------+-------------------------------+
| NASA | Discover | GCC, Intel | ``/gpfsm/dswdev/jcsda/spack-stack/spack-stack-1.5.1/envs/unified-env`` | Dom Heinzeller / ??? |
| NASA | Discover^** | GCC, Intel | ``/gpfsm/dswdev/jcsda/spack-stack/spack-stack-dev-20231114/envs/unified-env`` | Dom Heinzeller / ??? |
+---------------------+----------------------------------+-----------------+---------------------------------------------------------------------------------------------------------+-------------------------------+
| | Casper | GCC | ``/glade/work/epicufsrt/contrib/spack-stack/casper/spack-stack-1.5.1/envs/unified-env`` | Dom Heinzeller / ??? |
| +----------------------------------+-----------------+---------------------------------------------------------------------------------------------------------+-------------------------------+
Expand Down Expand Up @@ -63,6 +63,8 @@ Ready-to-use spack-stack 1.5.1 installations are available on the following, ful

^* Uses a different ``wgrib2`` version 3.1.1 than the default 2.0.8.

^** Uses a slightly newer version than the spack-stack 1.5.1 release, so that `gmao-swell-env` is available in the environment.

For questions or problems, please consult the known issues in :numref:`Section %s <KnownIssues>`, the currently open GitHub `issues <https://github.com/jcsda/spack-stack/issues>`_ and `discussions <https://github.com/jcsda/spack-stack/discussions>`_ first.

.. _Preconfigured_Sites_Tier1:
Expand Down Expand Up @@ -160,7 +162,7 @@ For ``spack-stack-1.5.1`` with Intel, load the following modules after loading m

.. code-block:: console
module use /gpfsm/dswdev/jcsda/spack-stack/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core
module use /gpfsm/dswdev/jcsda/spack-stack/spack-stack-dev-20231114/envs/unified-env/install/modulefiles/Core
module load stack-intel/2022.0.1
module load stack-intel-oneapi-mpi/2021.5.0
module load stack-python/3.10.8
Expand All @@ -170,7 +172,7 @@ For ``spack-stack-1.5.1`` with GNU, load the following modules after loading min

.. code-block:: console
module use /gpfsm/dswdev/jcsda/spack-stack/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core
module use /gpfsm/dswdev/jcsda/spack-stack/spack-stack-dev-20231114/envs/unified-env/install/modulefiles/Core
module load stack-gcc/10.1.0
module load stack-openmpi/4.1.3
module load stack-python/3.10.8
Expand Down
5 changes: 3 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@
author = 'Dominikus Heinzeller, Alexander Richert, Cameron Book'

# The short X.Y version
version = '1.5'
version = 'dev'

# The full version, including alpha/beta/rc tags
release = '1.5.1'
release = 'develop'

numfig = True

Expand Down

0 comments on commit 7536bd1

Please sign in to comment.