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.
-
Uses of Schedule in edu.rit.pj
Subclasses of Schedule in edu.rit.pjModifier and TypeClassDescriptionclassClass IntegerSchedule provides an object that determines how to schedule the iterations of a ParallelForLoop among the threads in a ParallelTeam.classClass 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 TypeClassDescriptionclassA fixed schedule that balances pairwise work across threads.classA fixed schedule that load balances work chunks across threads. -
Uses of Schedule in ffx.xray.parallel
Subclasses of Schedule in ffx.xray.parallelModifier and TypeClassDescriptionclassGradientSchedule class.classRowSchedule class.classSliceSchedule class.