about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2021-09-17 10:48:01 +0200
committerGitHub <noreply@github.com>2021-09-17 10:48:01 +0200
commit3333520a83eed604f597ff6f74aa7a3b522f6865 (patch)
tree7a3e4bbd94f4eec689edeec62a88b48143cb527a /doc
parent0b875203944e0dc7a35a189a41c2b648da1586a2 (diff)
parent05f3789ef8f12ba3457a0d02024befcfdfa11c96 (diff)
downloadnixlib-3333520a83eed604f597ff6f74aa7a3b522f6865.tar
nixlib-3333520a83eed604f597ff6f74aa7a3b522f6865.tar.gz
nixlib-3333520a83eed604f597ff6f74aa7a3b522f6865.tar.bz2
nixlib-3333520a83eed604f597ff6f74aa7a3b522f6865.tar.lz
nixlib-3333520a83eed604f597ff6f74aa7a3b522f6865.tar.xz
nixlib-3333520a83eed604f597ff6f74aa7a3b522f6865.tar.zst
nixlib-3333520a83eed604f597ff6f74aa7a3b522f6865.zip
Merge pull request #138140 from markuskowa/fix-mpi-manual
nixpkgs/manual: add mvapich to overlays/mpi section
Diffstat (limited to 'doc')
-rw-r--r--doc/using/overlays.chapter.md2
1 files changed, 2 insertions, 0 deletions
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