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

Class mpi.Op

java.lang.Object
    |
    +----mpi.Op

public class Op
extends java.lang.Object

Field Summary
static int  BAND
 
static int  BOR
 
static int  BXOR
 
long  handle
 
static int  LAND
 
static int  LOR
 
static int  LXOR
 
static int  MAX
 
static int  MAXLOC
 
static int  MIN
 
static int  MINLOC
 
static int  NULL
 
static int  PROD
 
static int  SUM
 
 

Constructor Summary
 Op(int Type)
 
 Op(User_function function, boolean commute)
Bind a user-defined global reduction operation to an Op object.
 

Method Summary
void  finalize()
 
 
Methods inherited from class java.lang.Object
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL

public static final int NULL

MAX

public static final int MAX

MIN

public static final int MIN

SUM

public static final int SUM

PROD

public static final int PROD

LAND

public static final int LAND

BAND

public static final int BAND

LOR

public static final int LOR

BOR

public static final int BOR

LXOR

public static final int LXOR

BXOR

public static final int BXOR

MINLOC

public static final int MINLOC

MAXLOC

public static final int MAXLOC

handle

protected long handle
Constructor Detail

Op

public Op(int Type)

Op

public Op(User_function function,
          boolean commute)
Bind a user-defined global reduction operation to an Op object.

function user defined function
commute true if commutative, false otherwise

Java binding of the MPI operation MPI_OP_CREATE.

Method Detail

finalize

public void finalize()
Overrides:
finalize in class java.lang.Object

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