Home
last modified time | relevance | path

Searched defs:all_gather (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/mpi/collectives/
Dall_gather.hpp105 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/
Dcollectives.cpp32 object all_gather(const communicator& comm, object value) in all_gather() function
/third_party/boost/libs/mpi/test/
Dall_gather_test.cpp135 BOOST_AUTO_TEST_CASE(all_gather) in BOOST_AUTO_TEST_CASE() argument