Uses of Class
edu.rit.pj.WorkerConstruct
Packages that use WorkerConstruct
Package
Description
The PJ package (Parallel Java) support shared memory, message passing and
hybrid shared memory/message passing parallelization in pure Java.
-
Uses of WorkerConstruct in edu.rit.pj
Subclasses of WorkerConstruct in edu.rit.pjModifier and TypeClassDescriptionclass
Class WorkerForLoop is the abstract base class for a worker for loop that is executed inside a WorkerRegion.class
Class WorkerIntegerForLoop is the abstract base class for one variation of a worker for loop that is executed inside a WorkerRegion.class
Class WorkerIntegerStrideForLoop is the abstract base class for one variation of a worker for loop that is executed inside a WorkerRegion.class
Class WorkerIteration is the abstract base class for a worker iteration that is executed inside a WorkerRegion.class
Class WorkerLongForLoop is the abstract base class for one variation of a worker for loop that is executed inside a WorkerRegion.class
Class WorkerLongStrideForLoop is the abstract base class for one variation of a worker for loop that is executed inside a WorkerRegion.class
Class WorkerRegion is the abstract base class for a worker region that is executed by a WorkerTeam of threads distributed across the processes of a cluster parallel program. -
Uses of WorkerConstruct in ffx.algorithms.optimize.manybody
Subclasses of WorkerConstruct in ffx.algorithms.optimize.manybodyModifier and TypeClassDescriptionclass
Compute 4-Body energies.class
Compute residue self-energy values in parallel across nodes.class
Compute 3-Body energy values in parallel across nodes.class
Compute 2-Body energy values in parallel across nodes.