enum Policy

Different scheduling algorithms

[more] UNSET
No policy specified
[more] NONE
Start jobs immediately and pack them onto computers via some packing scheme
[more] DEDICATED
The system will run only one job at a time until completion
[more] SPACESHARING
The system will run multiple jobs at a time (that use < the number of processors) until completion
[more] BACKFILLING
Like spacesharing, but will bump up priorities of smaller jobs
[more] GANG
Uses space and time sharing


Documentation

Different scheduling algorithms
o UNSET
No policy specified

o NONE
Start jobs immediately and pack them onto computers via some packing scheme

o DEDICATED
The system will run only one job at a time until completion

o SPACESHARING
The system will run multiple jobs at a time (that use < the number of processors) until completion

o BACKFILLING
Like spacesharing, but will bump up priorities of smaller jobs

o GANG
Uses space and time sharing

Alphabetic index HTML hierarchy of classes or Java



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