|
Class Summary |
| Decomposition |
Define decompositions used to spread multidimensional arrays across tasks
in a parallel context. |
| DistributedArray |
This class provides support for "distributed parallel arrays", a multidimensional
array that has one or more dimensions spread across mulitple tasks in a parallel
parallel context. |
| DistributedGrid |
Define a Distributed Grid that represents the "memory resident" portion of
a full JavaSeis GridDefinition. |
| MPIContext |
|
| MPIContextWorld |
Implement a ParallelContext using MPI primitives from the mpiJava package |
| ParallelMap |
Wrap a Java Collections Map with parallel synchronization semantics. |
| ParallelMapFactory |
Manage object maps for communicating bewteen colaborating
algorithms or tools in a processing flow. |
| UniprocessorContext |
|