nixpkgs/manual: add mvapich to overlays/mpi section

This commit is contained in:
Markus Kowalewski 2021-09-16 15:16:47 +02:00
parent acf4523f12
commit 05f3789ef8
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48

View File

@ -138,6 +138,8 @@ All programs that are built with [MPI](https://en.wikipedia.org/wiki/Message_Pas
- [MPICH](https://www.mpich.org/), attribute name `mpich`
- [MVAPICH](https://mvapich.cse.ohio-state.edu/), attribute name `mvapich`
To provide MPI enabled applications that use `MPICH`, instead of the default `Open MPI`, simply use the following overlay:
```nix