Changes between Version 14 and Version 15 of AssignedWork


Ignore:
Timestamp:
Jan 31, 2012, 12:08:39 PM (12 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AssignedWork

    v14 v15  
    2828with one of following optional arguments:
    2929
    30  --assign_multi::
    31   assign the job to all hosts
    32  --assign_user_multi ID::
    33   assign the job to all hosts of the given user
    34  --assign_team_multi ID::
    35   assign the job to all hosts of the given team
     30 --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
    3636
    3737After creating a broadcast job, you must either
     
    7171with one of following optional arguments:
    7272
    73  --assign_host ID::
    74   assign the job to the given host
    75  --assign_user ID::
    76   assign the job to one host of the given user
    77  --assign_team ID::
    78   assign the job to one host of the given team
     73 --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
    7979
    80 The second way is to transform an existing job into a targeted job.
     80The second way is to change an existing job into a targeted job.
    8181This might be done, for example, as part of a system that accelerates
    8282the completion of batches of jobs by targeting the "stragglers" to dedicated hosts.