------------------------------------------------------------------------------
| 1389 | |
| 1390 | //------------------------------------------------------------------------------ |
| 1391 | void vtkMPICommunicator::Barrier() |
| 1392 | { |
| 1393 | CheckForMPIError(MPI_Barrier(*this->MPIComm->Handle)); |
| 1394 | } |
| 1395 | |
| 1396 | //------------------------------------------------------------------------------ |
| 1397 | int vtkMPICommunicator::BroadcastVoidArray(void* data, vtkIdType length, int type, int root) |
no outgoing calls