class HybridReducerClientMPI<C extends edu.jas.structure.RingElem<C>> extends java.lang.Object implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
static int |
ackTag
Message tag for acknowledgments.
|
boolean |
debug |
static int |
pairTag
Message tag for pairs.
|
static int |
resultTag
Message tag for results.
|
| Constructor and Description |
|---|
HybridReducerClientMPI(MPIChannel tc,
DistHashTableMPI<java.lang.Integer,edu.jas.poly.GenPolynomial<C>> dl)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Work loop.
|
public final boolean debug
public static final int pairTag
public static final int resultTag
public static final int ackTag
HybridReducerClientMPI(MPIChannel tc, DistHashTableMPI<java.lang.Integer,edu.jas.poly.GenPolynomial<C>> dl)
tc - tagged socket channeldl - distributed hash tablepublic void run()
run in interface java.lang.RunnableRunnable.run()