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

Class mpi.Prequest

java.lang.Object
    |
    +----mpi.Request
            |
            +----mpi.Prequest

public class Prequest
extends Request

Fields inherited from class mpi.Request
 handle, NULL
 

Constructor Summary
 Prequest()
 
 

Method Summary
void  Start()
Activate a persistent communication request.
static void  Startall(Request[] array_of_request)
Activate a list of communication requests.
 
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

Prequest

public Prequest()
Method Detail

Start

public void Start()
Activate a persistent communication request. Java binding of the MPI operation MPI_START. The communication is completed by using the request in one of the wait or test operations. On successful completion the request becomes inactive again. It can be reactivated by a further call to Start.

Startall

public static void Startall(Request[] array_of_request)
Activate a list of communication requests.

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