Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Equivalence classes are a way to group similar jobs together.  Once one job in a class can not run, the scheduler knows the rest of the jobs in that class can not run.  This allows the scheduler to be more efficient by not having to consider all the jobs in the system.


Similar Similarity is defined by the values of the following attributes and resources.  If two jobs have equal values of all the attributes and resources in use, then they are in the same equivalence class.  An attribute or resource is used based on the situation described.

...

All resources in the sched_config resources line from Resource_List (qsub -l)

Time based resources such as walltime, cput, max_walltime, and min_walltime from Resource_List

...