Changes between Version 12 and Version 13 of BackendPrograms


Ignore:
Timestamp:
Mar 22, 2010, 12:58:42 PM (14 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BackendPrograms

    v12 v13  
    2727        Sleep N seconds if nothing to do
    2828 -allapps::
    29         Interleave work items from all applications. Weight applications according to the value of their 'weight' field; if all weights are zero, results are interleaved uniformly. Without this option, runnable results are enumerated in an indeterminate order, and there may be periods when only results from one application are available for sending.
     29   Interleave work items from all applications.
     30   Weight applications according to the value of their 'weight' field;
     31   if all weights are zero, results are interleaved uniformly.
     32   Without this option, runnable results are enumerated in an indeterminate order,
     33   and there may be periods when only results from one application are available for sending.
    3034 -purge_stale X::
    3135        remove work items from the shared memory segment that have been there for longer than x minutes but haven't been assigned
    3236 -appids N1, N2, ... ::
    33         Get work only for the given apps.  Useful if your project uses both locality and job-cache scheduling.
     37   Get work only for the given apps.
     38   Useful if your project uses both locality and job-cache scheduling.
     39   Can't be used in combination with -allapps,
     40   but you can get the same effect by using -allapps and assigning nonzero weights
     41   only to the apps you want.
    3442
    3543If a user's project preferences include elements of the form `<app_id>N</app_id>` then the scheduler will send the user work only from those applications.