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
ompi/communicator: do not use MPI_IN_PLACE for iallreduce callback
This bug was revealed in MTT communicator tests #12245
The root cause is that the iallreduce callback is called on the parent
communicator, which can be an inter-communicator.
In this case, the fix should be using a dedicated sendbuf for the callback.
Signed-off-by: Wenduo Wang <wenduwan@amazon.com>
0 commit comments