Home
last modified time | relevance | path

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

/third_party/boost/boost/mpi/detail/
Doffsets.hpp43 int* make_skipped_slots(communicator const& comm, int const* sizes, int const* displs, int root = -…
/third_party/boost/libs/mpi/src/
Doffsets.cpp78 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/
Dgatherv.hpp65 scoped_array<int> skipped(make_skipped_slots(comm, sizes, displs, root)); in gatherv_impl()
Dall_gatherv.hpp61 scoped_array<int> skipped(make_skipped_slots(comm, sizes, displs)); in all_gatherv_impl()