Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
java.lang.Object | +----mpi.Request | +----mpi.Prequest
Fields inherited from class mpi.Request |
handle, NULL |
Constructor Summary | |
Prequest()
|
Method Summary | |
void | Start()
|
static void | Startall(Request[] array_of_request)
|
Methods inherited from class mpi.Request |
Cancel, Free, Is_null, Test, Testall, Testany, Testsome, Wait, Waitall, Waitsome |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Prequest()
Method Detail |
public void Start()
public static void Startall(Request[] array_of_request)
array_of_requests | array of requests |
Java binding of the MPI operation MPI_STARTALL.
Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |