wontfix. For the following reasons:MPI_Issend with `MPI_Isend` plus separate
MPI_Irecv for acknowledgement. You only need do this for the
MPI_Issend that you may cancel, and I think it is a small inconvenience for more predictable behavior. Internally an
MPI_Issend is not implemented as an MPI_Isend +
MPI_Irecv to be more efficient and to exploit hardware acceleration where we can, but that also made cancelling it very complicated.|
Reported on discuss mailinglist: ---- quote ---- Hi, Running one of our test programs using MPICH 3.4.3 and ch4:ofi, I notice that MPI_Wait on an MPI_Request that has been MPI_Cancelled never compl...
github.com
|