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

Method TestAny

Parallel/MPI/vtkMPIController.cxx:368–377  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

366
367//------------------------------------------------------------------------------
368bool vtkMPIController::TestAny(int count, vtkMPICommunicator::Request requests[], int& idx)
369{
370 int flag = 0;
371
372 // Downcast to MPI communicator
373 vtkMPICommunicator* myMPICommunicator = (vtkMPICommunicator*)this->Communicator;
374
375 myMPICommunicator->TestAny(count, requests, idx, flag);
376 return flag != 0;
377}
378
379//------------------------------------------------------------------------------
380bool vtkMPIController::TestSome(

Callers 1

ReadAndSendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected