Changes between Version 12 and Version 13 of BackendPrograms
- Timestamp:
- Mar 22, 2010, 12:58:42 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackendPrograms
v12 v13 27 27 Sleep N seconds if nothing to do 28 28 -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. 30 34 -purge_stale X:: 31 35 remove work items from the shared memory segment that have been there for longer than x minutes but haven't been assigned 32 36 -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. 34 42 35 43 If 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.