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.
The manybody package implements many-body rotamer optimization infrastructure,
including distance matrices, an energy expansion (self, two-body, three-body,
and four-body), Dead-end elimination criteria, Goldstein elimination criteria,
and supporting data structures for efficient optimization.
-
Uses of WorkerConstruct in edu.rit.pj
Subclasses of WorkerConstruct in edu.rit.pjModifier and TypeClassDescriptionclassClass WorkerForLoop is the abstract base class for a worker for loop that is executed inside a WorkerRegion.classClass WorkerIntegerForLoop is the abstract base class for one variation of a worker for loop that is executed inside a WorkerRegion.classClass WorkerIntegerStrideForLoop is the abstract base class for one variation of a worker for loop that is executed inside a WorkerRegion.classClass WorkerIteration is the abstract base class for a worker iteration that is executed inside a WorkerRegion.classClass WorkerLongForLoop is the abstract base class for one variation of a worker for loop that is executed inside a WorkerRegion.classClass WorkerLongStrideForLoop is the abstract base class for one variation of a worker for loop that is executed inside a WorkerRegion.classClass 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 TypeClassDescriptionclassCompute 4-Body energies.classCompute residue self-energy values in parallel across nodes.classCompute 3-Body energy values in parallel across nodes.classCompute 2-Body energy values in parallel across nodes.