From 6f74dfd8820a10d727488ce64af3e9fa0643e8d8 Mon Sep 17 00:00:00 2001 From: Thomas Uram Date: Wed, 26 Oct 2022 15:01:59 -0500 Subject: [PATCH] Update docs to reflect Polaris --- docs/user-guide/installation.md | 20 ++++++++++++++++---- setup.cfg | 2 +- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/docs/user-guide/installation.md b/docs/user-guide/installation.md index 009fef3a..6fa6690c 100644 --- a/docs/user-guide/installation.md +++ b/docs/user-guide/installation.md @@ -10,7 +10,7 @@ Within any suitable Python environment, Balsam can be installed using `pip`: ```bash # Use --pre to get the Balsam pre-release -$ pip install --pre balsam-flow +$ pip install --pre balsam ``` Balsam developers or service administrators should instead follow the [developer installation instructions](../development/contributing.md). @@ -21,13 +21,25 @@ Balsam is easily extensible to new HPC systems. Default configurations are avail | Facility | System | Configuration Included? | |----------|--------|:------------------------:| -| ALCF | Theta (KNL) | :material-check-circle: | +| ALCF | Polaris | :material-check-circle: | | ALCF | Theta (GPU) | :material-check-circle: | +| ALCF | Theta (KNL) | :material-check-circle: | | ALCF | Cooley | :material-check-circle: | +| NERSC | Perlmutter | :material-check-circle: | | NERSC | Cori | :material-check-circle: | | OLCF | Summit | :material-check-circle: | | --- | Mac OS | :material-check-circle: | + > Cori-Haswell (NERSC) + Theta-KNL (ALCF) + MacOS/Linux (Local) + Cooley (ALCF) + Theta-GPU (ALCF) + Perlmutter-GPU (NERSC) + Cori-KNL (NERSC) + Polaris (ALCF) + Summit (OLCF) + ### Summit (OLCF) @@ -44,5 +56,5 @@ $ source ~/.bashrc $ conda create -p ./b2env "cryptography>=1.8.1,<3.4.0" -y $ conda activate ./b2env -$ pip install --pre balsam-flow -``` \ No newline at end of file +$ pip install --pre balsam +``` diff --git a/setup.cfg b/setup.cfg index 29ba0a3f..e9956407 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -name = balsam-flow +name = balsam version = attr: balsam.__version__ description = HPC Workflows & Edge Service long_description = file: README.md