Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Class mpi.Status

java.lang.Object
    |
    +----mpi.Status

public class Status
extends java.lang.Object

Field Summary
long  handle
 
int  index
 
int  source
 
int  tag
 
 

Constructor Summary
 Status()
 
 Status(long _handle)
 
 

Method Summary
int  Get_count(Datatype datatype)
Get the number of received entries.
int  Get_elements(Datatype datatype)
 
boolean  Test_cancelled()
Test if communication was cancelled.
 
Methods inherited from class java.lang.Object
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

public int index

source

public int source

tag

public int tag

handle

protected long handle
Constructor Detail

Status

public Status()

Status

public Status(long _handle)
Method Detail

Get_count

public int Get_count(Datatype datatype)
Get the number of received entries.

datatype datatype of each item in receive buffer
returns: number of received entries

Java binding of the MPI operation MPI_GET_COUNT.


Test_cancelled

public boolean Test_cancelled()
Test if communication was cancelled.

returns: true if the operation was succesfully cancelled, false otherwise

Java binding of the MPI operation MPI_TEST_CANCELLED.


Get_elements

public int Get_elements(Datatype datatype)

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS