public class Prequest extends Request
Not Implemented in the current release
.handle, isBufferComms
Modifier and Type | Method and Description |
---|---|
void |
start()
Activate a persistent communication request.
|
static void |
startAll(Prequest[] array_of_request)
Activate a list of communication requests.
|
addCompletionHandler, cancel, finalize, isNull, mpjdev_cancel, mpjdev_free, mpjdev_isnull, test, testAll, testAllStatus, testAnyStatus, testSomeStatus, testStatus, waitAll, waitAllStatus, waitAnyStatus, waitFor, waitSomeStatus, waitStatus
public static void startAll(Prequest[] array_of_request) throws MPIException
array_of_request
- array of requests.
Java binding of the MPI operation MPI_STARTALL
.
MPIException
- Points out that an MPI exception has occured.public void start() throws MPIException
Java binding of the MPI operation
MPI_START
. The communication is completed by using the request in one of the
wait
or test
operations. On successful completion the request becomes
inactive again. It can be reactivated by a further call to Start
.
MPIException
- Points out that an MPI exception has occured.