程序包 mpi

类 Prequest

所有已实现的接口:
Freeable

public final class Prequest extends Request
Persistent request object.
  • 构造器详细资料

    • Prequest

      protected Prequest(long handle)
      Constructor used by sendInit, etc.
      参数:
      handle - Handle for the Prequest object
  • 方法详细资料

    • start

      public void start() throws MPIException
      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.

      抛出:
      MPIException - Signals that an MPI exception of some sort has occurred.
    • startAll

      public static void startAll(Prequest[] requests) throws MPIException
      Activate a list of communication requests.

      Java binding of the MPI operation MPI_STARTALL.

      参数:
      requests - array of requests
      抛出:
      MPIException - Signals that an MPI exception of some sort has occurred.