You are viewing an old version of this page. View the current version.

    Compare with Current View Page History

    Version 1 Current »

    The queue algorithm is a simple first-in, first-out system. Jobs are queued out in the order in which they are submitted. In this queuing scheme, jobs are sorted by their IDs, so jobs with lower IDs will be dispatched to run before jobs with higher IDs.

    Icon

    If priority and cluster specification are the same, the job ID will be used to determine priority as the ultimate "tiebreaker."

    • No labels