Searched defs:all_gather (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/mpi/collectives/ |
D | all_gather.hpp | 105 all_gather(const communicator& comm, const T& in_value, T* out_values) in all_gather() function 112 all_gather(const communicator& comm, const T& in_value, std::vector<T>& out_values) in all_gather() function 121 all_gather(const communicator& comm, const T* in_values, int n, T* out_values) in all_gather() function 128 all_gather(const communicator& comm, const T* in_values, int n, std::vector<T>& out_values) in all_gather() function
|
/third_party/boost/libs/mpi/src/python/ |
D | collectives.cpp | 32 object all_gather(const communicator& comm, object value) in all_gather() function
|
/third_party/boost/libs/mpi/test/ |
D | all_gather_test.cpp | 135 BOOST_AUTO_TEST_CASE(all_gather) in BOOST_AUTO_TEST_CASE() argument
|