Skip to content

Commit

Permalink
Merge pull request #277 from argonne-lcf/polaris
Browse files Browse the repository at this point in the history
Update docs for Polaris and change of project name (balsam-flow to balsam)
  • Loading branch information
tomuram committed Oct 26, 2022
2 parents d235278 + cd8ac64 commit fe3540c
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions docs/user-guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -45,4 +57,5 @@ $ conda create -p ./b2env "cryptography>=1.8.1,<3.4.0" -y
$ conda activate ./b2env

$ pip install --pre balsam
```
```

0 comments on commit fe3540c

Please sign in to comment.