Difference between revisions of "Can I have my computer work on more than one workunit at a time?"

From BOINC Wiki
Jump to: navigation, search
(Adding FAQ 115)
 
(adding table)
 
Line 4: Line 4:
  
 
Currently, all BOINC projects do not allow working on the same task with all CPUs in a system as a user option.
 
Currently, all BOINC projects do not allow working on the same task with all CPUs in a system as a user option.
 +
 +
 +
{| class="wikitable" style="text-align: center;"
 +
! Original writer
 +
! Original FAQ
 +
! Date
 +
|-
 
  | Ozzfan
 
  | Ozzfan
  | 6
+
  | [http://boincfaq.mundayweb.com/index.php?language=1&view=115 115]
| 0
+
  | 10-01-2007
| 03:37:30
+
  |-
  | 2007-01-10
+
  |}
  | 34921
+
 
| 1
+
Needs rewrite to include GPU.
  | 115
 
| 2007-01-10 03:37:30
 
| 2007-01-10 03:37:30
 

Latest revision as of 22:36, 29 August 2016

The answer to this question is a very technical one that would require discussion of CPU architectures and the way they manipulate data.

The short answer is that it's not efficient to do so. The processing overhead required to keep multi-CPU or multi-core systems in sync with all other processors while manipulating the same task would generally be counter-productive. Therefore, it is best to allow each CPU (physical, virtual or logical) to work on it's own data set individually.

Currently, all BOINC projects do not allow working on the same task with all CPUs in a system as a user option.


Original writer Original FAQ Date
Ozzfan 115 10-01-2007

Needs rewrite to include GPU.