#include <vtkMPICommunicator.h>
Definition at line 45 of file vtkMPICommunicator.h.
|
| | Request () |
| | Request (const Request &) |
| | ~Request () |
| Request & | operator= (const Request &) |
| int | Test () |
| | Forward to MPI_Test and return 1 if the request completed successfully This should not be called before the request is used properly (eg: NoBlockSend/NoBlockReceive) and should not be called after a Test/Wait/Cancel call.
|
| void | Cancel () |
| | Forward to MPI_Cancel and then call MPI_Request_free This should not be called before the request is used properly (eg: NoBlockSend/NoBlockReceive) and should not be called after a Test/Wait/Cancel call.
|
| void | Wait () |
| | Forward to MPI_Wait This should not be called before the request is used properly (eg: NoBlockSend/NoBlockReceive) and should not be called after a Test/Wait/Cancel call.
|
|
| vtkMPICommunicatorOpaqueRequest * | Req |
◆ Request() [1/2]
| vtkMPICommunicator::Request::Request |
( |
| ) |
|
◆ Request() [2/2]
| vtkMPICommunicator::Request::Request |
( |
const Request & | | ) |
|
◆ ~Request()
| vtkMPICommunicator::Request::~Request |
( |
| ) |
|
◆ operator=()
◆ Test()
| int vtkMPICommunicator::Request::Test |
( |
| ) |
|
Forward to MPI_Test and return 1 if the request completed successfully This should not be called before the request is used properly (eg: NoBlockSend/NoBlockReceive) and should not be called after a Test/Wait/Cancel call.
◆ Cancel()
| void vtkMPICommunicator::Request::Cancel |
( |
| ) |
|
Forward to MPI_Cancel and then call MPI_Request_free This should not be called before the request is used properly (eg: NoBlockSend/NoBlockReceive) and should not be called after a Test/Wait/Cancel call.
◆ Wait()
| void vtkMPICommunicator::Request::Wait |
( |
| ) |
|
Forward to MPI_Wait This should not be called before the request is used properly (eg: NoBlockSend/NoBlockReceive) and should not be called after a Test/Wait/Cancel call.
◆ Req
| vtkMPICommunicatorOpaqueRequest* vtkMPICommunicator::Request::Req |
The documentation for this class was generated from the following file: