p2pmpi.mpi
Class OpMin

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

public class OpMin
extends MPI_User_function

Collective operation for minimum


Constructor Summary
OpMin()
           
 
Method Summary
 void Call(java.lang.Object invec, int inOffset, java.lang.Object inoutvec, int inoutOffset, int count, Datatype type)
          Invoke the operation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpMin

public OpMin()
Method Detail

Call

public void Call(java.lang.Object invec,
                 int inOffset,
                 java.lang.Object inoutvec,
                 int inoutOffset,
                 int count,
                 Datatype type)
Invoke the operation

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