Package edu.rit.pj

Class Schedule

java.lang.Object
edu.rit.pj.Schedule
Direct Known Subclasses:
IntegerSchedule, LongSchedule

public abstract class Schedule extends Object
Class Schedule provides an object that determines how to schedule the iterations of a ParallelForLoop among the threads in a ParallelTeam. To create a schedule object, call one of the following static methods in class IntegerSchedule or class LongSchedule:
  • IntegerSchedule.fixed()
  • IntegerSchedule.dynamic()
  • IntegerSchedule.guided()
  • IntegerSchedule.runtime()
  • IntegerSchedule.parse()
  • LongSchedule.fixed()
  • LongSchedule.dynamic()
  • LongSchedule.guided()
  • LongSchedule.runtime()
  • LongSchedule.parse()
Version:
20-Dec-2007
Author:
Alan Kaminsky