Skip to content

Commit e8e668c

Browse files
committed
doc: fix incorrect counter for MPI options
Instead of tracking the exact number, just remove the counter.
1 parent f721254 commit e8e668c

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)