Class |
Description |
DHTMPIListener<K,V> |
Thread to comunicate with the other DHT lists.
|
DistHashTableMPI<K,V> |
Distributed version of a HashTable using MPI.
|
DistHashTableMPITest |
DistHashTableMPI test with JUnit.
|
GroebnerBaseDistHybridMPITest |
Distributed GroebnerBase MPI tests with JUnit.
|
GroebnerBaseDistMPITest |
Distributed GroebnerBase MPI tests with JUnit.
|
GroebnerBaseDistributedHybridMPI<C extends edu.jas.structure.RingElem<C>> |
Groebner Base distributed hybrid algorithm with MPI.
|
GroebnerBaseDistributedMPI<C extends edu.jas.structure.RingElem<C>> |
Groebner Base distributed algorithm with MPI.
|
HybridReducerClientMPI<C extends edu.jas.structure.RingElem<C>> |
Distributed clients reducing worker threads.
|
HybridReducerReceiverMPI<C extends edu.jas.structure.RingElem<C>> |
Distributed server receiving worker thread.
|
HybridReducerServerMPI<C extends edu.jas.structure.RingElem<C>> |
Distributed server reducing worker proxy threads.
|
MiMPIReducerServer<C extends edu.jas.structure.RingElem<C>> |
Distributed server reducing worker threads for minimal GB Not jet distributed
but threaded.
|
MPIChannel |
MPIChannel provides a communication channel for Java objects using MPI or
TCP/IP to a given rank.
|
MPIEngine |
MPI engine, provides global MPI service.
|
MPIEngineTest |
MPIEngine tests with JUnit.
|
MPIReducerClient<C extends edu.jas.structure.RingElem<C>> |
Distributed clients reducing worker threads.
|
MPIReducerServer<C extends edu.jas.structure.RingElem<C>> |
Distributed server reducing worker threads.
|
RunMPIGB |
Simple setup to run a GB example in MPI environment.
|