enum Priority

Different ways to sort the scheduler's priority waiting queue

[more] FCFS
First-come, first-served
[more] SHORTESTFIRST
Shortest job first - this can be measured by user's estimate of runtime
[more] BIGGEST
Largest number of PEs used first
[more] SMALLEST
Smallest number of PEs used first


Documentation

Different ways to sort the scheduler's priority waiting queue
o FCFS
First-come, first-served

o SHORTESTFIRST
Shortest job first - this can be measured by user's estimate of runtime

o BIGGEST
Largest number of PEs used first

o SMALLEST
Smallest number of PEs used first

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.