Home
last modified time | relevance | path

Searched refs:make_offsets (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/mpi/detail/
Doffsets.hpp36 int* make_offsets(communicator const& comm, int const* sizes, int const* displs, int root = -1);
/third_party/boost/libs/mpi/src/
Doffsets.cpp54 make_offsets(communicator const& comm, int const* sizes, int const* displs, int root) in make_offsets() function
/third_party/boost/boost/mpi/collectives/
Dall_gatherv.hpp39 scoped_array<int> new_offsets_mem(make_offsets(comm, sizes, displs, -1)); in all_gatherv_impl()
Dscatterv.hpp34 scoped_array<int> new_offsets_mem(make_offsets(comm, sizes, displs, root)); in scatterv_impl()