Different scheduling algorithms
-
UNSET
- No policy specified
-
NONE
- Start jobs immediately and pack them onto computers via some packing scheme
-
DEDICATED
- The system will run only one job at a time until completion
-
SPACESHARING
- The system will run multiple jobs at a time (that use < the number of processors) until completion
-
BACKFILLING
- Like spacesharing, but will bump up priorities of smaller jobs
-
GANG
- Uses space and time sharing
Documentation
Different scheduling algorithms
UNSET
- No policy specified
NONE
- Start jobs immediately and pack them onto computers via some packing scheme
DEDICATED
- The system will run only one job at a time until completion
SPACESHARING
- The system will run multiple jobs at a time (that use < the number of processors) until completion
BACKFILLING
- Like spacesharing, but will bump up priorities of smaller jobs
GANG
- Uses space and time sharing
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.