Searched refs:make_offsets (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/mpi/detail/ |
D | offsets.hpp | 36 int* make_offsets(communicator const& comm, int const* sizes, int const* displs, int root = -1);
|
/third_party/boost/libs/mpi/src/ |
D | offsets.cpp | 54 make_offsets(communicator const& comm, int const* sizes, int const* displs, int root) in make_offsets() function
|
/third_party/boost/boost/mpi/collectives/ |
D | all_gatherv.hpp | 39 scoped_array<int> new_offsets_mem(make_offsets(comm, sizes, displs, -1)); in all_gatherv_impl()
|
D | scatterv.hpp | 34 scoped_array<int> new_offsets_mem(make_offsets(comm, sizes, displs, root)); in scatterv_impl()
|