![]() |
G+Smo
25.01.0
Geometry + Simulation Modules
|
A sequential communicator request class.
Public Member Functions | |
| const MPI_Request * | operator& () const |
| Returns a constant pointer to the internal request object. | |
Static Public Member Functions | |
| static int | cancel () |
| Cancels the communication request. | |
| static std::ostream & | print (std::ostream &os) |
| Prints the request object as a string. | |
| static gsSerialStatus | status () |
| Returns the status of the communication request. | |
| static gsSerialStatus | test () |
| Tests for the completion of for the communication request. | |
| static gsSerialStatus | wait () |
| Waits for the communication request. | |