public class Status
extends mpjdev.Status
Constructor and Description |
---|
Status()
Constructor
|
Status(mpjdev.Status s) |
Modifier and Type | Method and Description |
---|---|
void |
free() |
int |
Get_count(Datatype datatype)
Get the number of received entries.
|
int |
Get_elements(Datatype datatype)
Retrieve number of basic elements from status.
|
boolean |
Test_cancelled()
Test if communication was cancelled.
|
public int Get_count(Datatype datatype) throws MPIException
datatype | datatype of each item in receive buffer |
returns: | number of received entries |
Java binding of the MPI operation MPI_GET_COUNT.
MPIException
public boolean Test_cancelled() throws MPIException
returns: | true if the operation was succesfully cancelled, false otherwise |
Java binding of the MPI operation MPI_TEST_CANCELLED.
MPIException
public void free()
public int Get_elements(Datatype datatype) throws MPIException
datatype | datatype used by receive operation |
returns: | number of received basic elements |
Java binding of the MPI operation MPI_GET_ELEMENTS.
MPIException