Versions Compared

Key

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

...

Similar 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, they are in the same equivalence class.  An attribute or resource is used based on the situation described.

euser: If there are any user limits(soft or hard)

...

How equivalence classes work:

...

  1. The scheduler starts considering jobs in sorted order
  2. When a job can't run, we mark the equivalence class as can't run.  We stash the reason the job can't run.
  3. In the future when we consider a job from this class, we already know it can't run.  We use the stashed reason.

...