Package | Description |
---|---|
no.uib.cipr.matrix.distributed |
Message passing interface (MPI) for Java.
|
Modifier and Type | Method and Description |
---|---|
static Reduction |
Reductions.and()
Deprecated.
|
static Reduction |
Reductions.max()
Deprecated.
|
static Reduction |
Reductions.min()
Deprecated.
|
static Reduction |
Reductions.or()
Deprecated.
|
static Reduction |
Reductions.product()
Deprecated.
|
static Reduction |
Reductions.sum()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
Communicator.allReduce(java.lang.Object sendbuf,
java.lang.Object recvbuf,
Reduction op)
Deprecated.
Combines values from all processes and distribute the result back to all
processes.
|
void |
Communicator.reduce(java.lang.Object sendbuf,
java.lang.Object recvbuf,
Reduction op,
int root)
Deprecated.
Reduces values on all processes to a single value
|