Home
last modified time | relevance | path

Searched refs:all_gather (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/mpi/collectives/
H A Dall_gather.hpp50 all_gather(const communicator& comm, const T& in_value, T* out_values) in all_gather() function
57 all_gather(const communicator& comm, const T& in_value, in all_gather() function
61 ::boost::mpi::all_gather(comm, &in_value, 1, &out_values[0]); in all_gather()
66 all_gather(const communicator& comm, const T* in_values, int n, T* out_values) in all_gather() function
73 all_gather(const communicator& comm, const T* in_values, int n, in all_gather() function
77 ::boost::mpi::all_gather(comm, in_values, n, &out_values[0]); in all_gather()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/mpi/collectives/
H A Dall_gather.hpp50 all_gather(const communicator& comm, const T& in_value, T* out_values) in all_gather() function
57 all_gather(const communicator& comm, const T& in_value, in all_gather() function
61 ::boost::mpi::all_gather(comm, &in_value, 1, &out_values[0]); in all_gather()
66 all_gather(const communicator& comm, const T* in_values, int n, T* out_values) in all_gather() function
73 all_gather(const communicator& comm, const T* in_values, int n, in all_gather() function
77 ::boost::mpi::all_gather(comm, in_values, n, &out_values[0]); in all_gather()
/dports/databases/xtrabackup/boost_1_59_0/boost/mpi/collectives/
H A Dall_gather.hpp50 all_gather(const communicator& comm, const T& in_value, T* out_values) in all_gather() function
57 all_gather(const communicator& comm, const T& in_value, in all_gather() function
61 ::boost::mpi::all_gather(comm, &in_value, 1, &out_values[0]); in all_gather()
66 all_gather(const communicator& comm, const T* in_values, int n, T* out_values) in all_gather() function
73 all_gather(const communicator& comm, const T* in_values, int n, in all_gather() function
77 ::boost::mpi::all_gather(comm, in_values, n, &out_values[0]); in all_gather()
/dports/databases/percona57-server/boost_1_59_0/boost/mpi/collectives/
H A Dall_gather.hpp50 all_gather(const communicator& comm, const T& in_value, T* out_values) in all_gather() function
57 all_gather(const communicator& comm, const T& in_value, in all_gather() function
61 ::boost::mpi::all_gather(comm, &in_value, 1, &out_values[0]); in all_gather()
66 all_gather(const communicator& comm, const T* in_values, int n, T* out_values) in all_gather() function
73 all_gather(const communicator& comm, const T* in_values, int n, in all_gather() function
77 ::boost::mpi::all_gather(comm, in_values, n, &out_values[0]); in all_gather()
/dports/databases/percona57-client/boost_1_59_0/boost/mpi/collectives/
H A Dall_gather.hpp50 all_gather(const communicator& comm, const T& in_value, T* out_values) in all_gather() function
57 all_gather(const communicator& comm, const T& in_value, in all_gather() function
61 ::boost::mpi::all_gather(comm, &in_value, 1, &out_values[0]); in all_gather()
66 all_gather(const communicator& comm, const T* in_values, int n, T* out_values) in all_gather() function
73 all_gather(const communicator& comm, const T* in_values, int n, in all_gather() function
77 ::boost::mpi::all_gather(comm, in_values, n, &out_values[0]); in all_gather()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/mpi/collectives/
H A Dall_gather.hpp50 all_gather(const communicator& comm, const T& in_value, T* out_values) in all_gather() function
57 all_gather(const communicator& comm, const T& in_value, in all_gather() function
61 ::boost::mpi::all_gather(comm, &in_value, 1, &out_values[0]); in all_gather()
66 all_gather(const communicator& comm, const T* in_values, int n, T* out_values) in all_gather() function
73 all_gather(const communicator& comm, const T* in_values, int n, in all_gather() function
77 ::boost::mpi::all_gather(comm, in_values, n, &out_values[0]); in all_gather()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/mpi/collectives/
H A Dall_gather.hpp50 all_gather(const communicator& comm, const T& in_value, T* out_values) in all_gather() function
57 all_gather(const communicator& comm, const T& in_value, in all_gather() function
61 ::boost::mpi::all_gather(comm, &in_value, 1, &out_values[0]); in all_gather()
66 all_gather(const communicator& comm, const T* in_values, int n, T* out_values) in all_gather() function
73 all_gather(const communicator& comm, const T* in_values, int n, in all_gather() function
77 ::boost::mpi::all_gather(comm, in_values, n, &out_values[0]); in all_gather()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/mpi/collectives/
H A Dall_gather.hpp50 all_gather(const communicator& comm, const T& in_value, T* out_values) in all_gather() function
57 all_gather(const communicator& comm, const T& in_value, in all_gather() function
61 ::boost::mpi::all_gather(comm, &in_value, 1, &out_values[0]); in all_gather()
66 all_gather(const communicator& comm, const T* in_values, int n, T* out_values) in all_gather() function
73 all_gather(const communicator& comm, const T* in_values, int n, in all_gather() function
77 ::boost::mpi::all_gather(comm, in_values, n, &out_values[0]); in all_gather()
/dports/devel/boost-docs/boost_1_72_0/boost/mpi/collectives/
H A 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
116 ::boost::mpi::all_gather(comm, in_value, c_data(out_values)); in all_gather()
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
132 ::boost::mpi::all_gather(comm, in_values, n, c_data(out_values)); in all_gather()
/dports/devel/hyperscan/boost_1_75_0/boost/mpi/collectives/
H A 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
116 ::boost::mpi::all_gather(comm, in_value, c_data(out_values)); in all_gather()
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
132 ::boost::mpi::all_gather(comm, in_values, n, c_data(out_values)); in all_gather()
/dports/devel/R-cran-BH/BH/inst/include/boost/mpi/collectives/
H A 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
116 ::boost::mpi::all_gather(comm, in_value, c_data(out_values)); in all_gather()
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
132 ::boost::mpi::all_gather(comm, in_values, n, c_data(out_values)); in all_gather()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/mpi/collectives/
H A 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
116 ::boost::mpi::all_gather(comm, in_value, c_data(out_values)); in all_gather()
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
132 ::boost::mpi::all_gather(comm, in_values, n, c_data(out_values)); in all_gather()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/mpi/collectives/
H A 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
116 ::boost::mpi::all_gather(comm, in_value, c_data(out_values)); in all_gather()
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
132 ::boost::mpi::all_gather(comm, in_values, n, c_data(out_values)); in all_gather()
/dports/devel/boost-libs/boost_1_72_0/boost/mpi/collectives/
H A 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
116 ::boost::mpi::all_gather(comm, in_value, c_data(out_values)); in all_gather()
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
132 ::boost::mpi::all_gather(comm, in_values, n, c_data(out_values)); in all_gather()
/dports/devel/boost-python-libs/boost_1_72_0/boost/mpi/collectives/
H A 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
116 ::boost::mpi::all_gather(comm, in_value, c_data(out_values)); in all_gather()
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
132 ::boost::mpi::all_gather(comm, in_values, n, c_data(out_values)); in all_gather()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/mpi/collectives/
H A 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
116 ::boost::mpi::all_gather(comm, in_value, c_data(out_values)); in all_gather()
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
132 ::boost::mpi::all_gather(comm, in_values, n, c_data(out_values)); in all_gather()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/include/vtkmdiy/mpi/
H A Dcollectives.hpp44 void all_gather(const communicator& comm,
164 static void all_gather(const communicator& comm, const T& in, std::vector<T>& out) in all_gather() function
167 detail::all_gather(comm, address(in), count(in), datatype_of(in), address(out)); in all_gather()
170 …static void all_gather(const communicator& comm, const std::vector<T>& in, std::vector< std::vecto… in all_gather() function
173 Collectives<int,void*>::all_gather(comm, count(in), counts); in all_gather()
320 void all_gather(const communicator& comm, const T& in, std::vector<T>& out) in all_gather() function
322 Collectives<T,void*>::all_gather(comm, in, out); in all_gather()
328 …void all_gather(const communicator& comm, const std::vector<T>& in, std::vector< std::vector<… in all_gather() function
330 Collectives<T,void*>::all_gather(comm, in, out); in all_gather()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/mpi/
H A Dcollectives.hpp52 all_gather(const communicator& comm, const T& in_value,
60 all_gather(const communicator& comm, const T& in_value, T* out_values);
67 all_gather(const communicator& comm, const T* in_values, int n,
75 all_gather(const communicator& comm, const T* in_values, int n, T* out_values);
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/include/vtkmdiy/mpi/
H A Dcollectives.hpp134 static void all_gather(const communicator& comm, const T& in, std::vector<T>& out) in all_gather() function
147 …static void all_gather(const communicator& comm, const std::vector<T>& in, std::vector< std::vecto… in all_gather() function
151 Collectives<int,void*>::all_gather(comm, count(in), counts); in all_gather()
324 void all_gather(const communicator& comm, const T& in, std::vector<T>& out) in all_gather() function
326 Collectives<T,void*>::all_gather(comm, in, out); in all_gather()
331 …void all_gather(const communicator& comm, const std::vector<T>& in, std::vector< std::vector<… in all_gather() function
333 Collectives<T,void*>::all_gather(comm, in, out); in all_gather()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/diy2/vtkdiy2/include/vtkdiy2/mpi/
H A Dcollectives.hpp134 static void all_gather(const communicator& comm, const T& in, std::vector<T>& out) in all_gather() function
147 …static void all_gather(const communicator& comm, const std::vector<T>& in, std::vector< std::vecto… in all_gather() function
151 Collectives<int,void*>::all_gather(comm, count(in), counts); in all_gather()
324 void all_gather(const communicator& comm, const T& in, std::vector<T>& out) in all_gather() function
326 Collectives<T,void*>::all_gather(comm, in, out); in all_gather()
331 …void all_gather(const communicator& comm, const std::vector<T>& in, std::vector< std::vector<… in all_gather() function
333 Collectives<T,void*>::all_gather(comm, in, out); in all_gather()
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/mpi_wrapper/mpi3/test/
H A Dcommunicator_all_gather.cpp28 auto d_last = world.all_gather(begin(v_local), end(v_local), begin(v)); in main()
48 auto d_last = world.all_gather(begin(v_local), end(v_local), begin(v)); in main()
58 auto d_last = world.all_gather(begin(v_local), begin(v_local) + 4, begin(v)); in main()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/diy2/vtkdiy2/include/vtkdiy2/mpi/
H A Dcollectives.hpp134 static void all_gather(const communicator& comm, const T& in, std::vector<T>& out) in all_gather() function
147 …static void all_gather(const communicator& comm, const std::vector<T>& in, std::vector< std::vecto… in all_gather() function
151 Collectives<int,void*>::all_gather(comm, count(in), counts); in all_gather()
371 void all_gather(const communicator& comm, const T& in, std::vector<T>& out) in all_gather() function
373 Collectives<T,void*>::all_gather(comm, in, out); in all_gather()
379 …void all_gather(const communicator& comm, const std::vector<T>& in, std::vector< std::vector<… in all_gather() function
381 Collectives<T,void*>::all_gather(comm, in, out); in all_gather()
/dports/devel/boost-docs/boost_1_72_0/libs/mpi/src/python/
H A Dcollectives.cpp32 object all_gather(const communicator& comm, object value) in all_gather() function
35 boost::mpi::all_gather(comm, value, values); in all_gather()
119 def("all_gather", &all_gather, in export_collectives()
/dports/devel/boost-python-libs/boost_1_72_0/libs/mpi/src/python/
H A Dcollectives.cpp32 object all_gather(const communicator& comm, object value) in all_gather() function
35 boost::mpi::all_gather(comm, value, values); in all_gather()
119 def("all_gather", &all_gather, in export_collectives()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/mpi/src/python/
H A Dcollectives.cpp32 object all_gather(const communicator& comm, object value) in all_gather() function
35 boost::mpi::all_gather(comm, value, values); in all_gather()
119 def("all_gather", &all_gather, in export_collectives()

12345678910>>...13