Changes between Version 1 and Version 2 of MultiUserPriority


Ignore:
Timestamp:
Jan 11, 2013, 3:06:13 PM (11 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MultiUserPriority

    v1 v2  
    4040   (this is not used for scheduling, but is used in displaying batches on the web).
    4141
     42== Prioritize existing jobs ==
     43
     44If you have a lot of jobs already queued,
     45you can prioritize them (and initialize user priorities) by running
     46
     47{{{
     48html/ops/submit_init_priority.php
     49}}}
     50
     51This script can also be used to reset all priorities to zero.
     52
    4253== Use the right feeder options ==
    4354
    4455Run the feeder with the '''--priority_asc''' option.
    4556
    46 Note: currently this can't be used in combination with the --all_apps option,
    47 or with homogeneous redundancy.
     57Notes:
     58 * Currently this can't be used in combination with the --all_apps option,
     59  or with homogeneous redundancy.
     60 * If there are any problems, remove the '''--priority_asc''' option
     61  and you'll be using FIFO again.