Changes between Version 4 and Version 5 of MultiSize


Ignore:
Timestamp:
Feb 20, 2014, 1:43:39 PM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MultiSize

    v4 v5  
    5757Don't forget to set wu.rsc_fpops_est and wu.rsc_fpops_bound appropriately as well.
    5858
     59You may want your work generator to maintain a supply of
     60jobs of each size class.
     61To find the number of unsent jobs of a given size class, use
     62{{{
     63int count_unsent_results(int&, int appid, int size_class);
     64}}}
     65
    5966== Daemon configuration ==
    6067