Changes between Version 4 and Version 5 of MultiSize
- Timestamp:
- Feb 20, 2014, 1:43:39 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MultiSize
v4 v5 57 57 Don't forget to set wu.rsc_fpops_est and wu.rsc_fpops_bound appropriately as well. 58 58 59 You may want your work generator to maintain a supply of 60 jobs of each size class. 61 To find the number of unsent jobs of a given size class, use 62 {{{ 63 int count_unsent_results(int&, int appid, int size_class); 64 }}} 65 59 66 == Daemon configuration == 60 67