Uses of Class
edu.rit.pj.WorkerRegion
Packages that use WorkerRegion
Package
Description
The PJ package (Parallel Java) support shared memory, message passing and
hybrid shared memory/message passing parallelization in pure Java.
-
Uses of WorkerRegion in edu.rit.pj
Methods in edu.rit.pj that return WorkerRegionModifier and TypeMethodDescriptionfinal WorkerRegion
WorkerConstruct.region()
Returns the worker region of code within which a worker team is executing this worker construct.final WorkerRegion
WorkerTeam.region()
Returns the worker region of code that this worker team is executing.Methods in edu.rit.pj with parameters of type WorkerRegionModifier and TypeMethodDescriptionfinal void
WorkerTeam.execute
(WorkerRegion theRegion) Execute the given worker region. -
Uses of WorkerRegion in ffx.algorithms.optimize.manybody
Subclasses of WorkerRegion 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.