Bug-fix: call RMA finish function when RMA ops finishes.
In the original implementation, for GACC/FOP/CAS, the function
MPIDI_CH3_Finish_rma_op_target (includes operations that should
be performed on target when that operation finishes on target)
is not called when that operation real finishes, but is called
after starting send back data.
Here we fix it to make the function called after sending process
on target is completed.
Signed-off-by:
Pavan Balaji <balaji@anl.gov>
Please register or sign in to comment