Bug-fix: use do_accumulate_op function for ACC computation.
do_accumulate_op() does more comprehensive work on ACC
computation than OP function. For example, MPI_REPLACE
is not defined as predefined computation and therefore
not handled by OP function, but it is safely handled
in do_accumulate_op(). This patch replace OP function
with do_accumulate_op() on target side.
Signed-off-by:
Pavan Balaji <balaji@anl.gov>
Please register or sign in to comment