C - coefficient typeclass MPIReducerServer<C extends edu.jas.structure.RingElem<C>> extends java.lang.Object implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
rank |
| Constructor and Description |
|---|
MPIReducerServer(int r,
edu.jas.util.Terminator fin,
MPIChannel c,
DistHashTableMPI<java.lang.Integer,edu.jas.poly.GenPolynomial<C>> dl,
edu.jas.gb.PairList<C> L)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Main method.
|
final int rank
MPIReducerServer(int r, edu.jas.util.Terminator fin, MPIChannel c, DistHashTableMPI<java.lang.Integer,edu.jas.poly.GenPolynomial<C>> dl, edu.jas.gb.PairList<C> L)
r - MPI rank of partner.fin - termination coordinator to use.c - MPI channel to use.dl - DHT to use.L - pair selection strategypublic void run()
run in interface java.lang.Runnable