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

Method NoBlockSend

Parallel/MPI/vtkMPICommunicator.cxx:1055–1061  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1053
1054//------------------------------------------------------------------------------
1055int vtkMPICommunicator::NoBlockSend(
1056 const int* data, int length, int remoteProcessId, int tag, Request& req)
1057{
1058
1059 return CheckForMPIError(vtkMPICommunicatorNoBlockSendData(
1060 data, length, remoteProcessId, tag, MPI_INT, req, this->MPIComm->Handle));
1061}
1062//------------------------------------------------------------------------------
1063int vtkMPICommunicator::NoBlockSend(
1064 const unsigned long* data, int length, int remoteProcessId, int tag, Request& req)

Callers 15

ReadAndSendMethod · 0.80
NoBlockSendFunction · 0.80
SynchronizedPrintFunction · 0.80
CheckNoBlockSendsFunction · 0.80
operator()Method · 0.80
PostSendsMethod · 0.80
AllocateRcvBuffersMethod · 0.80
ExchangeMethod · 0.80
OptimizeBoundingBoxMethod · 0.80
GetPointsInsideBoundsMethod · 0.80

Tested by 2

CheckNoBlockSendsFunction · 0.64