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

Method AllToAllVVoidArray

Parallel/MPI/vtkMPICommunicator.cxx:1382–1388  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1380
1381//------------------------------------------------------------------------------
1382int vtkMPICommunicator::AllToAllVVoidArray(const void* sendBuffer, const int* sendCounts,
1383 const int* sendOffsets, void* recvBuffer, const int* recvCounts, const int* recvOffsets, int type)
1384{
1385 return MPI_Alltoallv(sendBuffer, sendCounts, sendOffsets, vtkMPICommunicatorGetMPIType(type),
1386 recvBuffer, recvCounts, recvOffsets, vtkMPICommunicatorGetMPIType(type),
1387 *this->MPIComm->Handle);
1388}
1389
1390//------------------------------------------------------------------------------
1391void vtkMPICommunicator::Barrier()

Callers 4

BuildOutputTreesMethod · 0.80
ExchangeMaskMethod · 0.80
ExchangeCellArrayMethod · 0.80

Calls 1

Tested by

no test coverage detected