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
+2
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