Searched refs:make_skipped_slots (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/mpi/detail/ |
D | offsets.hpp | 43 int* make_skipped_slots(communicator const& comm, int const* sizes, int const* displs, int root = -…
|
/third_party/boost/libs/mpi/src/ |
D | offsets.cpp | 78 make_skipped_slots(communicator const& comm, int const* sizes, int const* displs, int root) in make_skipped_slots() function
|
/third_party/boost/boost/mpi/collectives/ |
D | gatherv.hpp | 65 scoped_array<int> skipped(make_skipped_slots(comm, sizes, displs, root)); in gatherv_impl()
|
D | all_gatherv.hpp | 61 scoped_array<int> skipped(make_skipped_slots(comm, sizes, displs)); in all_gatherv_impl()
|