Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
java.lang.Object | +----mpi.Status
Field Summary | |
long | handle
|
int | index
|
int | source
|
int | tag
|
Constructor Summary | |
Status()
|
|
Status(long _handle)
|
Method Summary | |
int | Get_count(Datatype datatype)
|
int | Get_elements(Datatype datatype)
|
boolean | Test_cancelled()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int index
public int source
public int tag
protected long handle
Constructor Detail |
public Status()
public Status(long _handle)
Method Detail |
public int Get_count(Datatype datatype)
datatype | datatype of each item in receive buffer |
returns: | number of received entries |
Java binding of the MPI operation MPI_GET_COUNT.
public boolean Test_cancelled()
returns: | true if the operation was succesfully cancelled, false otherwise |
Java binding of the MPI operation MPI_TEST_CANCELLED.
public int Get_elements(Datatype datatype)
Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |