Skip to content

Commit a1cf4ca

Browse files
jeffhammondwesbland
authored andcommitted
Update Implementation_Status.md for MPI 4.1
way too detailed, i know
1 parent f952993 commit a1cf4ca

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Implementation_Status.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,29 @@ permalink: /implementation-status/
88

99
This page provides a way to update the community on the current status of various MPI implementation with respect to the various vesions of the MPI Standard.
1010

11+
## MPI 4.1
12+
13+
| ------------------------- | ----- | ------- |
14+
| Feature | [MPICH](https://mpich.org/) | [Open MPI](https://www.open-mpi.org/) |
15+
| (P)MPI_WTI{ME,CK} and handle conversion macros are symbols | | |
16+
| `MPI_REQUEST_GET_STATUS` makes progress | | |
17+
| Status field get/set functions | | |
18+
| Send with automatic buffering features | | |
19+
| Getting multiple statuses from an array of requests | | |
20+
| `MPI_TYPE_GET_VALUE_INDEX` | | |
21+
| `MPI_COMM_TYPE_RESOURCE_GUIDED` and `mpi_pset_name` | | |
22+
| `mpi_assert_strict_persistent_collective_ordering` | | |
23+
| Memory alloc kinds | | |
24+
| Getting names for null handles | | |
25+
| `MPI_GET_HW_RESOURCE_INFO` | | |
26+
| `MPI_ERR_ERRHANDLER` | | |
27+
| Removing error class, code and string | | |
28+
| `MPI_WIN_SHARED_QUERY` supports more window types | | |
29+
| `mpi_accumulate_granularity` | | |
30+
31+
|---|---|
32+
|# - Under development | + - Partly done |
33+
1134
## MPI 4.0
1235

1336
| ------------------------- | ----- | ------- | ------- |
@@ -25,6 +48,7 @@ This page provides a way to update the community on the current status of variou
2548
| Memory Alignment ||||
2649
| MPI_INFO_CREATE_ENV ||| # |
2750

51+
2852
|---|---|
2953
|# - Under development | + - Partly done |
3054

0 commit comments

Comments
 (0)