Skip to content

Commit 101f44a

Browse files
authored
doc: fix incorrect counter for MPI options (#432636)
2 parents bcb4da1 + e8e668c commit 101f44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/using/overlays.chapter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ stdenv.mkDerivation {
140140

141141
### Switching the MPI implementation {#sec-overlays-alternatives-mpi}
142142

143-
All programs that are built with [MPI](https://en.wikipedia.org/wiki/Message_Passing_Interface) support use the generic attribute `mpi` as an input. At the moment Nixpkgs natively provides two different MPI implementations:
143+
All programs that are built with [MPI](https://en.wikipedia.org/wiki/Message_Passing_Interface) support use the generic attribute `mpi` as an input. At the moment Nixpkgs natively provides the following MPI implementations:
144144

145145
- [Open MPI](https://www.open-mpi.org/) (default), attribute name
146146
`openmpi`

0 commit comments

Comments
 (0)