You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MPI-4: Issue warning when MPI_Cancel called for non blocking send request, MPI_Isend
* Issue a deprecation warning when MPI_Cancel is called referencing
a request created by a point to point non-blocking send, such as MPI_Isend.
* The warning is issued only when MPI version is >= 4
* This change only applies to the ob1 and UCX components since we don't have
systems to test anything else.
* The message is controlled on a per-task basis by a new MCA option,
`--mca pml_base_warn_dep_cancel_send {always | once | never}`
Signed-off-by: David Wootton <dwootton@us.ibm.com>
Signed-off-by: Joshua Hursey <jhursey@us.ibm.com>
0 commit comments