Skip to content

Commit 45d902f

Browse files
committed
Update doc/source/Platforms.rst for Discover
1 parent 7de7d4c commit 45d902f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/source/Platforms.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ spack-stack-1.0.0
2727
+------------------------------------------+---------------------------+-------------------------------------------------------------------------------------------------------+
2828
| MSU Orion GNU | Dom Heinzeller | ``/work/noaa/da/role-da/spack-stack/spack-stack-v1/envs/skylab-1.0.0-gnu-10.2.0/install`` |
2929
+------------------------------------------+---------------------------+-------------------------------------------------------------------------------------------------------+
30-
| NASA Discover Intel | Dom Heinzeller | ``/discover/swdev/jcsda/spack-stack/spack-stack-v1/envs/skylab-1.0.0-intel-2022.0.1/install`` |
30+
| NASA Discover Intel | Dom Heinzeller | ``/discover/swdev/jcsda/spack-stack/spack-stack-v1/envs/skylab-1.0.2-intel-2022.0.1/install`` |
3131
+------------------------------------------+---------------------------+-------------------------------------------------------------------------------------------------------+
32-
| NASA Discover GNU | Dom Heinzeller | ``/discover/swdev/jcsda/spack-stack/spack-stack-v1/envs/skylab-1.0.0-gnu-10.1.0/install`` |
32+
| NASA Discover GNU | Dom Heinzeller | ``/discover/swdev/jcsda/spack-stack/spack-stack-v1/envs/skylab-1.0.2-gnu-10.1.0/install`` |
3333
+------------------------------------------+---------------------------+-------------------------------------------------------------------------------------------------------+
3434
| NCAR-Wyoming Cheyenne | | not yet supported - coming soon |
3535
+------------------------------------------+---------------------------+-------------------------------------------------------------------------------------------------------+
@@ -104,23 +104,23 @@ The following is required for building new spack environments and for using spac
104104
# Only required when using spack-stack, not when building spack-stack
105105
module load ecflow/5.8.4
106106
107-
For ``spack-stack-1.0.0`` with Intel, load the following modules after loading miniconda and ecflow:
107+
For ``spack-stack-1.0.2`` with Intel, load the following modules after loading miniconda and ecflow:
108108

109109
.. code-block:: console
110110
111111
ulimit -s unlimited
112-
module use /discover/swdev/jcsda/spack-stack/spack-stack-v1/envs/skylab-1.0.0-intel-2022.0.1/install/modulefiles/Core
112+
module use /discover/swdev/jcsda/spack-stack/spack-stack-v1/envs/skylab-1.0.2-intel-2022.0.1/install/modulefiles/Core
113113
module load stack-intel/2022.0.1
114114
module load stack-intel-oneapi-mpi/2021.5.0
115115
module load stack-python/3.9.7
116116
module available
117117
118-
For ``spack-stack-1.0.0`` with GNU, load the following modules after loading miniconda and ecflow:
118+
For ``spack-stack-1.0.2`` with GNU, load the following modules after loading miniconda and ecflow:
119119

120120
.. code-block:: console
121121
122122
ulimit -s unlimited
123-
module use /gpfsm/dswdev/jcsda/spack-stack/spack-stack-v1/envs/skylab-1.0.0-gnu-10.1.0/install/modulefiles/Core
123+
module use /gpfsm/dswdev/jcsda/spack-stack/spack-stack-v1/envs/skylab-1.0.2-gnu-10.1.0/install/modulefiles/Core
124124
module load stack-gcc/10.1.0
125125
module load stack-openmpi/4.1.3
126126
module load stack-python/3.9.7

0 commit comments

Comments
 (0)