HP-MPI V2.3 for Linux Release Note

(handle)
IN win window object used for communication (handle)
int MPI_AccumulateL(void *origin_addr, MPI_Aint origin_count, MPI_Datatype
origin_datatype, int target_rank, MPI_Aint target_disp, MPI_Aint target_count,
MPI_Datatype target_datatype, MPI_Op op, MPI_WIN win)
IN origin_addr initial address of buffer (choice)
IN origin_count number of entries in buffer
IN origin_datatype datatype of each buffer entry (handle)
IN target_rank rank of target
IN target_disp displacement from start of window to
beginning of target buffer
IN target_count number of entries in target buffer
IN target_datatype datatype of each entry in target buffer
(handle)
IN op reduce operation (handle)
IN win window object (handle)
A.4 One-Sided Communication 51