Versions Compared

Key

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

...

  • Visibility: Public
  • Change Control: Stable
  • Details:
    • Queue will have a new queue attribute named "partition" attribute which can be used to associate a node queue to a particular partition.
      • This attribute will be of type string and it will be settable only by Manageradmin/operator manager and viewable by all users.
      • If "partition" attribute is not set to anything, queue will not belong to any partition and the default scheduler will schedule jobs from this queue.We recommend this attribute to be set as job-wide default at queue levelWhen an admin changes the partition value at the queue level all jobs (except in a finished state) will have their partition attribute changed to match the new value if they match the previous value for the partion. All new jobs entering the queue after that time will have their partition attribute to match the partition value set for the queue

Interface 7: How PBS server runs scheduler.

...