diff --git a/docs/user-guide/installation.md b/docs/user-guide/installation.md index 5f0ebcc1..037ba1dc 100644 --- a/docs/user-guide/installation.md +++ b/docs/user-guide/installation.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) @@ -45,4 +57,5 @@ $ conda create -p ./b2env "cryptography>=1.8.1,<3.4.0" -y $ conda activate ./b2env $ pip install --pre balsam -``` \ No newline at end of file +``` +