From 4ca448ca9df28b8e6b2bd8afdd50b6b44eee43ce Mon Sep 17 00:00:00 2001 From: "kate.friedman" Date: Tue, 24 Jan 2023 14:48:08 -0600 Subject: [PATCH] Retrying list table format with code in setup Refs #1272 --- docs/source/setup.rst | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/docs/source/setup.rst b/docs/source/setup.rst index 9302f99290..fb8af33811 100644 --- a/docs/source/setup.rst +++ b/docs/source/setup.rst @@ -4,18 +4,23 @@ Experiment Setup Global workflow uses a set of scripts to help configure and set up the drivers (also referred to as Workflow Manager) that run the end-to-end system. While currently we use a `ROCOTO `__ based system and that is documented here, an `ecFlow `__ based systm is also under development and will be introduced to the Global Workflow when it is mature. To run the setup scripts, you need to make sure to have a copy of ``python3`` with ``numpy`` available. The easiest way to guarantee this is to load python from the `official hpc-stack installation `_ for the machine you are on: -+------------+----------------------------------------------------------+ -| MACHINE | PYTHON MODULE LOAD COMMAND(S) | -+============+==========================================================+ -| Hera | ``module use -a /contrib/anaconda/modulefiles`` | -| | ``module load anaconda/anaconda3-5.3.1`` | -+------------+----------------------------------------------------------+ -| Orion | ``module load python/3.7.5`` | -+------------+----------------------------------------------------------+ -| WCOSS2 | ``module load python/3.8.6`` | -+------------+----------------------------------------------------------+ -| S4 | ``module load miniconda/3.8-s4`` | -+------------+----------------------------------------------------------+ +.. list-table:: Python Module Load Commands + :widths: 25 150 + :header-rows: 1 + + * - **MACHINE** + - **COMMAND(S)** + * - Hera + - :: + + module use -a /contrib/anaconda/modulefiles + module load anaconda/anaconda3-5.3.1 + * - Orion + - ``module load python/3.7.5`` + * - WCOSS2 + - ``module load python/3.8.6`` + * - S4 + - ``module load miniconda/3.8-s4`` If running with Rocoto make sure to have a Rocoto module loaded before running setup scripts: