From 05f3789ef8f12ba3457a0d02024befcfdfa11c96 Mon Sep 17 00:00:00 2001 From: Markus Kowalewski Date: Thu, 16 Sep 2021 15:16:47 +0200 Subject: [PATCH] nixpkgs/manual: add mvapich to overlays/mpi section --- doc/using/overlays.chapter.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/using/overlays.chapter.md b/doc/using/overlays.chapter.md index 037580583b6b..d2e3b49a6aa9 100644 --- a/doc/using/overlays.chapter.md +++ b/doc/using/overlays.chapter.md @@ -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