On 2 July 2016 at 14:34, Julio Hoffimann Mendes <[email protected]> wrote: > > Hello, > > > I didn't write the documentation that you're reading, just the code. Please > open an issue on the Boost website if you think the documentation is > inaccurate. Thank you for catching it. For your question regarding the API, > Boost.MPI is just a wrapper over the C API, if you know what the C API does > and you are familiar with it, just pass the "same arguments" to the C++ > version. > > > Best, > > -JĂșlio > Thank you
boost::mpi::scatterv is just a wrapper around MPI_Scatterv only if the type being sent is a MPI_Data_Type. Otherwise, boost::mpi implements the function with actual sends directly AFAIK. In any case, the logical behavior would be the same in both cases. Thanks _______________________________________________ Boost-mpi mailing list [email protected] http://lists.boost.org/mailman/listinfo.cgi/boost-mpi
