Changes between Version 1 and Version 2 of AppMultiThread


Ignore:
Timestamp:
Oct 2, 2007, 9:00:36 AM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppMultiThread

    v1 v2  
    3939It calls boinc_actual_nthreads() to report its actual number of threads.
    4040
     41A WU can specify "max average ncpus",
     42an estimate of Ncpus(A) on a host with arbitrarily many CPUs.
     43This is used
     44by the client and scheduler to estimate completion time.
     45
     46== Implementation ==
     47
    4148Shared-memory messages:
    4249 * core->app (process control channel): <target_nthreads>
     
    4653uses this to scale target_nthreads.
    4754
    48 A WU can specify "max average nthreads"; this is used
    49 by the client and scheduler to estimate completion time.
    5055
    5156Implementation (enforce_schedule()):