@{ * Same as Reduce except that the result is placed in all of the processes. */
| 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 | { |