Changes between Version 3 and Version 4 of AssignedWork
- Timestamp:
- Feb 16, 2008, 5:59:19 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AssignedWork
v3 v4 4 4 5 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, test for hardware or softwar features, or test CPUs.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, test for hardware or software features, or test CPUs. 7 7 8 8 A host with assigned jobs won't get any other jobs until the assigned ones are finished and reported. … … 24 24 If positive it means assign the job to the host with that ID. 25 25 26 The names of work units for assigned jobs must include the string '''asgw'''26 The names of work units for assigned jobs must include the string '''asgw''' 27 27 (this prevents them from being validated or assimilated). 28 28 … … 35 35 == Implementation == 36 36 37 Results for assigned work units are created on demand (in the scheduler) rather than by the transitioner.37 Results for assigned work units are created on demand (in the scheduler) rather than by the transitioner. 38 38 39 39 Assignments are stored in an '''assignments''' table. 40 40 Each record contains a host ID (or -1) and a WU ID. 41 41 42 If <enable_assig ment> is set in the config file,42 If <enable_assignment> is set in the config file, 43 43 the scheduler checks for assignment records for the given host. 44 44 If it finds any for which the result has not already been reported