Changes between Version 14 and Version 15 of AssignedWork
- Timestamp:
- Jan 31, 2012, 12:08:39 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AssignedWork
v14 v15 28 28 with one of following optional arguments: 29 29 30 -- assign_multi::31 assignthe job to all hosts32 -- assign_user_multiID::33 assignthe job to all hosts of the given user34 -- assign_team_multiID::35 assignthe job to all hosts of the given team30 --broadcast:: 31 broadcast the job to all hosts 32 --broadcast_user ID:: 33 broadcast the job to all hosts of the given user 34 --broadcast_ream ID:: 35 broadcast the job to all hosts of the given team 36 36 37 37 After creating a broadcast job, you must either … … 71 71 with one of following optional arguments: 72 72 73 -- assign_host ID::74 assignthe job to the given host75 -- assign_user ID::76 assign the job to one hostof the given user77 -- assign_team ID::78 assign the job to one hostof the given team73 --target_host ID:: 74 target the job to the given host 75 --target_user ID:: 76 target the job to hosts of the given user 77 --target_team ID:: 78 target the job to hosts of the given team 79 79 80 The second way is to transforman existing job into a targeted job.80 The second way is to change an existing job into a targeted job. 81 81 This might be done, for example, as part of a system that accelerates 82 82 the completion of batches of jobs by targeting the "stragglers" to dedicated hosts.