Changes between Version 18 and Version 19 of AssignedWork


Ignore:
Timestamp:
Mar 30, 2015, 11:34:58 AM (9 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AssignedWork

    v18 v19  
    8282the completion of batches of jobs by targeting the "stragglers" to dedicated hosts.
    8383
    84 Currently this can be done only via a C++ API call,
    85 and you can only target the job to a user.
    86 The call is:
     84This can be done using C++ API calls:
     85
    8786{{{
    88 int restrict_wu_to_user(DB_WORKUNIT& wu, int userid);
     87int restrict_wu_to_user(WORKUNIT& wu, int userid);
     88int restrict_wu_to_host(WORKUNIT& wu, int hostid);
    8989}}}
    9090