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

Method Barrier

Parallel/MPI/vtkMPICommunicator.cxx:1391–1394  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 4

vtkMPIUtilities.hFile · 0.45
SynchronizedPrintFunction · 0.45

Calls

no outgoing calls

Tested by 2