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

Function AllReduce

Parallel/Core/vtkCommunicator.h:1094–1097  ·  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

1092 * Same as Reduce except that the result is placed in all of the processes.
1093 */
1094 int AllReduce(const int* sendBuffer, int* recvBuffer, vtkIdType length, int operation)
1095 {
1096 return this->AllReduceVoidArray(sendBuffer, recvBuffer, length, VTK_INT, operation);
1097 }
1098 int AllReduce(
1099 const unsigned int* sendBuffer, unsigned int* recvBuffer, vtkIdType length, int operation)
1100 {

Callers 5

RequestDataMethod · 0.50
vtkBoundingBox GetBoundsFunction · 0.50
GenerateCutsMethod · 0.50
GetGlobalBoundsFunction · 0.50

Calls 1

AllReduceVoidArrayMethod · 0.45

Tested by

no test coverage detected