public class Prequest extends Request
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.
|
public void Start() throws MPIException
MPIException
public static void Startall(Prequest[] array_of_request) throws MPIException
array_of_requests | array of requests |
Java binding of the MPI operation MPI_STARTALL.
MPIException