Skip to content

Commit

Permalink
Final update for Parallel Works in doc/source/PreConfiguredSites.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Jul 14, 2023
1 parent 30ef07c commit 51ba4b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 23 deletions.
23 changes: 3 additions & 20 deletions doc/source/PreConfiguredSites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Ready-to-use spack-stack 1.4.1 installations are available on the following, ful
+------------------------------------------------------------+-------------------------------+--------------------------------------------------------------------------------------------------------------+
| NCAR-Wyoming Cheyenne Intel/GNU | Cam Book / Dom Heinzeller | ``/glade/work/epicufsrt/contrib/spack-stack/cheyenne/spack-stack-1.4.1/envs/unified-env`` |
+------------------------------------------------------------+-------------------------------+--------------------------------------------------------------------------------------------------------------+
| NOAA Parallel Works (AWS, Azure, Gcloud) Intel | Mark Potts / Cam Book | **will be added later (on develop)** |
| NOAA Parallel Works (AWS, Azure, Gcloud) Intel | Mark Potts / Cam Book | ``/contrib/EPIC/spack-stack/spack-stack-1.4.1/envs/unified-dev`` |
+------------------------------------------------------------+-------------------------------+--------------------------------------------------------------------------------------------------------------+
| NOAA Acorn Intel | Hang Lei / Alex Richert | ``/lfs/h1/emc/nceplibs/noscrub/spack-stack/spack-stack-1.4.1/envs/unified-env`` |
+------------------------------------------------------------+-------------------------------+--------------------------------------------------------------------------------------------------------------+
Expand Down Expand Up @@ -379,8 +379,6 @@ As of spring 2023, there is an inconsistency in ``libstdc++`` versions on Acorn
NOAA Parallel Works (AWS, Azure, Gcloud)
----------------------------------------

**Note. This section needs updating from EPIC**

The following is required for building new spack environments and for using spack to build and run software. The default module path needs to be removed, otherwise spack detect the system as Cray. It is also necessary to add ``git-lfs`` and some other utilities to the search path (see :numref:`Section %s <MaintainersSection_Parallel_Works >`).

.. code-block:: console
Expand All @@ -391,31 +389,16 @@ The following is required for building new spack environments and for using spac
module use /contrib/spack-stack/modulefiles/core
module load miniconda/3.9.12
module load mysql/8.0.31
# So far only on NOAA-AWS for spack-stack develop versions newer than 1.3.1
module load ecflow/5.8.4
.. note::
Support for spack-stack-1.4.1 will be added later on develop. The instructions below are for an older release.

For ``spack-stack-1.3.0`` with Intel, load the following modules after loading miniconda and ecflow:
For ``spack-stack-1.4.1`` with Intel, load the following modules after loading miniconda, mysql and ecflow:

module use /contrib/EPIC/spack-stack/spack-stack-1.3.0/envs/unified-env/install/modulefiles/Core
module use /contrib/EPIC/spack-stack/spack-stack-1.4.1/envs/unified-dev/install/modulefiles/Core
module load stack-intel/2021.3.0
module load stack-intel-oneapi-mpi/2021.3.0
module load stack-python/3.9.12
module available

For ``spack-stack-1.3.1`` with Intel, load the following modules after loading miniconda and ecflow:

module use /contrib/EPIC/spack-stack/spack-stack-1.3.1/envs/unified-env/install/modulefiles/Core
module load stack-intel/2021.3.0
module load stack-intel-oneapi-mpi/2021.3.0
module load stack-python/3.9.12
module available

.. note::
``spack-stack-1.3.1`` is not yet available on Azure.

.. _Preconfigured_Sites_Gaea:

------------------------------
Expand Down
6 changes: 3 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
author = 'Dominikus Heinzeller, Alexander Richert, Cameron Book'

# The short X.Y version
version = ''
version = '1.4'
# The full version, including alpha/beta/rc tags
release = ''
release = '1.4.1'

numfig = True

Expand Down Expand Up @@ -142,7 +142,7 @@
# Latex figure (float) alignment
#
# 'figure_align': 'htbp',
'maketitle': r'\newcommand\sphinxbackoftitlepage{For referencing this document please use: \newline \break Heinzeller, D., A. Richert, C. Book, 2023. spack-stack documentation release v1.3.1. Available at https://spack-stack.readthedocs.io/\textunderscore/downloads/en/v1.3.1/pdf/.}\sphinxmaketitle'
'maketitle': r'\newcommand\sphinxbackoftitlepage{For referencing this document please use: \newline \break Heinzeller, D., A. Richert, C. Book, 2023. spack-stack documentation release v1.4.1. Available at https://spack-stack.readthedocs.io/\textunderscore/downloads/en/v1.4.1/pdf/.}\sphinxmaketitle'
}

# Grouping the document tree into LaTeX files. List of tuples
Expand Down

0 comments on commit 51ba4b8

Please sign in to comment.