Changes between Version 18 and Version 19 of AssignedWork
- Timestamp:
- Mar 30, 2015, 11:34:58 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AssignedWork
v18 v19 82 82 the completion of batches of jobs by targeting the "stragglers" to dedicated hosts. 83 83 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: 84 This can be done using C++ API calls: 85 87 86 {{{ 88 int restrict_wu_to_user(DB_WORKUNIT& wu, int userid); 87 int restrict_wu_to_user(WORKUNIT& wu, int userid); 88 int restrict_wu_to_host(WORKUNIT& wu, int hostid); 89 89 }}} 90 90