Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
acdemiralp committed Oct 20, 2023
1 parent 14f7fa4 commit 437ae42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ Modern C++20 message passing interface wrapper.
- `MPI_BOTTOM` : Prefer nullptr instead.
- `MPI_ROOT` : Unused in default arguments as intercommunicators are rarer than intracommunicators. Can nevertheless be passed to functions.
- `MPI_PROC_NULL` : Unused in default arguments as intercommunicators are rarer than intracommunicators. Can nevertheless be passed to functions.

- Versioning:
- The major and minor version numbers correspond to the supported MPI version, whereas the patch number is specific to the wrapper.

### Coverage (list from https://www.open-mpi.org/doc/v4.1/)
- [x] Constants
- [x] MPI_Abort
Expand Down

0 comments on commit 437ae42

Please sign in to comment.