Changes between Version 1 and Version 2 of AppMultiThread
- Timestamp:
- Oct 2, 2007, 9:00:36 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppMultiThread
v1 v2 39 39 It calls boinc_actual_nthreads() to report its actual number of threads. 40 40 41 A WU can specify "max average ncpus", 42 an estimate of Ncpus(A) on a host with arbitrarily many CPUs. 43 This is used 44 by the client and scheduler to estimate completion time. 45 46 == Implementation == 47 41 48 Shared-memory messages: 42 49 * core->app (process control channel): <target_nthreads> … … 46 53 uses this to scale target_nthreads. 47 54 48 A WU can specify "max average nthreads"; this is used49 by the client and scheduler to estimate completion time.50 55 51 56 Implementation (enforce_schedule()):