@@ -10,20 +10,20 @@ This page provides a way to update the community on the current status of variou
1010
1111## MPI 4.0
1212
13- | ------------------------- | ----- | ------- |
14- | Feature | [ MPICH] ( https://mpich.org/ ) | [ Open MPI] ( https://www.open-mpi.org/ ) |
15- | Large Counts | ✅ | ✅ |
16- | Partitioned Communication | ✅ | ✅ |
17- | Sessions | ✅ | ✅ |
18- | MPI_T Events | ✅ | ✅ |
19- | Error Handling | ✅ | ✅ |
20- | Non-blocking SENDRECV | ✅ | ✅ |
21- | Persistent Collectives | ✅ | ✅ |
22- | New Split Types | ✅ | ✅ |
23- | MPI_COMM_DUP info | ✅ | ✅ |
24- | Info Assertions | ✅ | ✅ |
25- | Memory Alignment | ✅ | ✅ |
26- | MPI_INFO_CREATE_ENV | ✅ | ✅ |
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+ | Large Counts | ✅ | ✅ | ✅ |
16+ | Partitioned Communication | ✅ | ✅ | ✅ |
17+ | Sessions | ✅ | ✅ | ✅ |
18+ | MPI_T Events | ✅ | ✅ | ❌ |
19+ | Error Handling | ✅ | ✅ | ✅ |
20+ | Non-blocking SENDRECV | ✅ | ✅ | # |
21+ | Persistent Collectives | ✅ | ✅ | ✅ |
22+ | New Split Types | ✅ | ✅ | ✅ |
23+ | MPI_COMM_DUP info | ✅ | ✅ | # |
24+ | Info Assertions | ✅ | ✅ | ❌ |
25+ | Memory Alignment | ✅ | ✅ | ❌ |
26+ | MPI_INFO_CREATE_ENV | ✅ | ✅ | # |
2727
2828| ---| ---|
2929| # - Under development | + - Partly done |
0 commit comments