@@ -10,23 +10,23 @@ This page provides a way to update the community on the current status of variou
1010
1111## MPI 4.1
1212
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 ` | ✅ | |
13+ | ------------------------- | ----- | ------- | ------- |
14+ | Feature | [ MPICH] ( https://mpich.org/ ) | [ Open MPI] ( https://www.open-mpi.org/ ) | [ Intel MPI ] ( https://www.intel.com/content/www/us/en/developer/tools/oneapi/mpi-library.html ) |
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 ` | ✅ | | ✅ |
3030
3131| ---| ---|
3232| # - Under development | + - Partly done |
0 commit comments