Uses of Class
edu.rit.pj.Schedule
Packages that use Schedule
Package
Description
The PJ package (Parallel Java) support shared memory, message passing and
hybrid shared memory/message passing parallelization in pure Java.
The Nonbonded package implements nonbonded molecular mechanics terms such as van der Waals and
Particle Mesh Ewald electrostastics.
The X-ray package implements support for X-ray and Neutron refinement.
-
Uses of Schedule in edu.rit.pj
Subclasses of Schedule in edu.rit.pjModifier and TypeClassDescriptionclass
Class IntegerSchedule provides an object that determines how to schedule the iterations of a ParallelForLoop among the threads in a ParallelTeam.class
Class LongSchedule provides an object that determines how to schedule the iterations of a ParallelForLoop among the threads in a ParallelTeam. -
Uses of Schedule in ffx.potential.nonbonded
Subclasses of Schedule in ffx.potential.nonbondedModifier and TypeClassDescriptionclass
A fixed schedule that balances pairwise work across threads.class
A fixed schedule that load balances work chunks across threads. -
Uses of Schedule in ffx.xray
Modifier and TypeClassDescriptionclass
GradientSchedule class.class
RowSchedule class.class
SliceSchedule class.