Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed May 29, 2024
1 parent eaa2e74 commit 1caa277
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,13 @@ conda install -c conda-forge flux-core flux-sched mpich=>4 pympipool
Flux is not limited to mpich / cray mpi, it can also be installed in compatibility with openmpi or intel mpi using the
openmpi package:
```
conda install -c conda-forge flux-core flux-sched openmpi pympipool
conda install -c conda-forge flux-core flux-sched openmpi=4.1.6 pympipool
```
For the version 5 of openmpi the backend changed to `pmix`, this requires the additional `flux-pmix` plugin:
```
conda install -c conda-forge flux-core flux-sched flux-pmix openmpi>=5 pympipool
```
In addition, the `pmi="pmix"` parameter has to be set for the `pympipool.Executor` to switch to `pmix` as backend.

## Test Flux Framework
To validate the installation of flux and confirm the GPUs are correctly recognized, you can start a flux session on the
Expand Down

0 comments on commit 1caa277

Please sign in to comment.