MCPcopy Create free account
hub / github.com/Kitware/VTK / AllReduce

Function AllReduce

Parallel/Core/vtkMultiProcessController.h:1249–1252  ·  view source on GitHub ↗

@{ * Same as Reduce except that the result is placed in all of the processes. */

Source from the content-addressed store, hash-verified

1247 * Same as Reduce except that the result is placed in all of the processes.
1248 */
1249 int AllReduce(const int* sendBuffer, int* recvBuffer, vtkIdType length, int operation)
1250 {
1251 return this->Communicator->AllReduce(sendBuffer, recvBuffer, length, operation);
1252 }
1253 int AllReduce(
1254 const unsigned int* sendBuffer, unsigned int* recvBuffer, vtkIdType length, int operation)
1255 {

Callers

nothing calls this directly

Calls 1

AllReduceMethod · 0.45

Tested by

no test coverage detected