![]() |
|
|
#122 |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
2×4,909 Posts |
Best throughput is generally achieved by having each physical core doing its own test.
|
|
|
|
|
|
#123 | |
|
Dec 2009
Peine, Germany
331 Posts |
Quote:
I assume best throughput is still achieved using no helper threads? I haven't been able to compare both configurations yet. |
|
|
|
|
|
|
#124 | |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17·251 Posts |
Quote:
For FFT work (e.g. LL, P-1) one worker per physical core is usually best. You could either run 4 workers with each using two threads, (keep the default affinities, which will make each worker use both threads on its own physical core) or 4 workers with each using one thread and the affinities set to 0, 3, 5, 7. You can do this with the AffinityScramble=0357 option in prime.txt (see undoc.txt for more info). AFAIK which of the two is faster can vary and should be experimented on your machine. |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CPUs assigned | houding | Hardware | 10 | 2015-03-25 00:33 |
| Number of CPUs to use | houding | Software | 3 | 2015-02-26 19:56 |
| cpus running at 10% | wildrabbitt | Information & Answers | 9 | 2015-01-20 13:31 |
| Whither Older CPUs? | Rodrigo | Operation Billion Digits | 4 | 2010-10-20 15:12 |
| A tale of 3 CPUs | chris2be8 | Hardware | 7 | 2010-07-20 23:12 |