Changes between Initial Version and Version 1 of AssignedWork


Ignore:
Timestamp:
Feb 15, 2008, 3:43:43 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AssignedWork

    v1 v1  
     1= Assigned work =
     2
     3This mechanism serves two purposes:
     4
     5 * To assign a particular job to a particular host.
     6 * To assign a particular job to be done on ALL hosts for which an app version exists.  This could be used to run application-specific benchmarks, to test CPUs, etc.
     7
     8A host with assigned jobs won't get sent any other jobs until the assigned ones are reported.
     9
     10Assigned jobs are not validated or assimilated.
     11You must develop your own scripts or programs to process and clean up finished jobs.
     12
     13To enable this feature you must add
     14{{{
     15<enable_assigned_work>1</enable_assigned_work>
     16}}}
     17to your config.xml file.
     18
     19== Creating assigned work ==
     20
     21The [WorkGeneration '''create_work''' script and function]
     22take an optional '''host_id''' argument.
     23If -1 it means send the job to all hosts.
     24If positive it means send the job to the host with that ID.
     25
     26The names of workunits for assigned jobs must include '''asgw'''.
     27