Searched defs:gatherv (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/mpi/collectives/ |
D | gatherv.hpp | 84 gatherv(const communicator& comm, const T* in_values, int in_size, in gatherv() function 98 gatherv(const communicator& comm, const std::vector<T>& in_values, in gatherv() function 106 void gatherv(const communicator& comm, const T* in_values, int in_size, int root) in gatherv() function 113 void gatherv(const communicator& comm, const std::vector<T>& in_values, int root) in gatherv() function 124 gatherv(const communicator& comm, const T* in_values, int in_size, in gatherv() function 139 gatherv(const communicator& comm, const std::vector<T>& in_values, in gatherv() function
|