Support OpenMPI in MPI-IO adapter
Open
- Dominant language
- C++
- Stars
- 34
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Currently we rely on MPICH internals. The following updates to `MPI_Status` happen in 3 places in `mpiio.cc`:
```cpp
mpi_status->count_hi_and_cancelled = 0;
mpi_status->count_lo = ret;
```
This won't compile with OpenMPI.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.