Changes between Version 2 and Version 3 of WorkDistribution


Ignore:
Timestamp:
Sep 19, 2007, 6:36:37 AM (17 years ago)
Author:
JMT
Comment:

Removed double negation

Legend:

Unmodified
Added
Removed
Modified
  • WorkDistribution

    v2 v3  
    1515
    1616 * A result is sent only if an application version is available for the host's platform. If the application's min_version field is nonzero, the version number must at least this value.
    17  * A result is not sent if its disk or memory requirements are not met by the host.
     17 * A result is sent only if its disk and memory requirements are met by the host.
    1818 * A result is not sent if the estimated latency (based on the host's CPU speed and usage parameters) exceeds the workunit's latency bound.
    1919 * A result is not sent if the project has specified a [ProjectOptions#Schedulingoptionsandparameters one result per user per workunit] flag, and a result of the same workunit has already been sent to a host belonging to the same user.