p2pmpi.mpi
Class OpNull

java.lang.Object
  extended by p2pmpi.mpi.MPI_User_function
      extended by p2pmpi.mpi.OpNull

public class OpNull
extends MPI_User_function

No collective operation


Constructor Summary
OpNull()
           
 
Method Summary
 void Call(java.lang.Object invec, int inOffset, java.lang.Object inoutvec, int inoutOffset, int count, Datatype type)
          User-defined algorithm when operation is invoked
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpNull

public OpNull()
Method Detail

Call

public void Call(java.lang.Object invec,
                 int inOffset,
                 java.lang.Object inoutvec,
                 int inoutOffset,
                 int count,
                 Datatype type)
Description copied from class: MPI_User_function
User-defined algorithm when operation is invoked

Specified by:
Call in class MPI_User_function
Parameters:
invec - Input object
inOffset - Input offset
inoutvec - Input and output object
inoutOffset - Input and output offset
count - Number of elements
type - MPI datatype