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

Method NoBlockReceive

Parallel/MPI/vtkMPICommunicator.cxx:1178–1184  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1176
1177//------------------------------------------------------------------------------
1178int vtkMPICommunicator::NoBlockReceive(
1179 int* data, int length, int remoteProcessId, int tag, Request& req)
1180{
1181
1182 return CheckForMPIError(vtkMPICommunicatorNoBlockReceiveData(
1183 data, length, remoteProcessId, tag, MPI_INT, req, this->MPIComm->Handle));
1184}
1185//------------------------------------------------------------------------------
1186int vtkMPICommunicator::NoBlockReceive(
1187 unsigned long* data, int length, int remoteProcessId, int tag, Request& req)

Callers 15

RequestDataMethod · 0.80
NoBlockReceiveFunction · 0.80
CheckNoBlockRecvsFunction · 0.80
operator()Method · 0.80
ExchangeCountsLeanMethod · 0.80
ExchangeIdArraysLeanMethod · 0.80
ExchangeIdArraysFastMethod · 0.80

Tested by 2

CheckNoBlockRecvsFunction · 0.64