Merge pull request #138140 from markuskowa/fix-mpi-manual

nixpkgs/manual: add mvapich to overlays/mpi section
This commit is contained in:
markuskowa 2021-09-17 10:48:01 +02:00 committed by GitHub
commit 3333520a83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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