Folks,

when reading the dev meeting minutes, i saw MPI_Reduce_local was discussed and might be moved to the coll framework,

and here are my 0.02 US$ :


the prototype of MPI_Reduce_local is

int MPI_Reduce_local(const void *inbuf, void *inoutbuf, int count,
                     MPI_Datatype datatype, MPI_Op op)


bottom line, this is not a collective operation, so that could explain why it is not part of the coll framework.


Cheers,


Gilles

_______________________________________________
devel mailing list
devel@lists.open-mpi.org
https://rfd.newmexicoconsortium.org/mailman/listinfo/devel

Reply via email to