![]() |
|
|
#1 |
|
Dec 2002
2·11·37 Posts |
Is there a way to force mprime so core 1&2 run on one assignment and core 3&4 on a second assignment?
|
|
|
|
|
|
#2 |
|
"Kieren"
Jul 2011
In My Own Galaxy!
2·3·1,693 Posts |
On an FX-8350 (8 cores), I set Number of Workers to 4, and CPUs to use to 2. When I tried this, assigning work to the odd-numbered cores resulted in the even numbers being assigned as helpers.
Intel may be different. Others will know about that. (And oops. My experience is with P95. It's been a while since I ran Mprime, so I'm not sure of the procedures.) Last fiddled with by kladner on 2015-01-22 at 16:39 |
|
|
|
|
|
#3 |
|
1976 Toyota Corona years forever!
"Wayne"
Nov 2006
Saskatchewan, Canada
22·7·167 Posts |
You can use AFFINITYSCRAMBLE2 to pick your own cores.
Read all about it in undoc.txt At least you can in Prime95...not sure if mprime is different |
|
|
|
|
|
#4 |
|
"/X\(‘-‘)/X\"
Jan 2013
1011011101002 Posts |
|
|
|
|
|
|
#5 |
|
Feb 2012
34×5 Posts |
That is right.
Cores on Windows: Physical, Virtual, Physical, Virtual, Physical, Virtual, Physical, Virtual Cores on Linux: Physical, Physical, Physical, Physical, Virtual, Virtual, Virtual, Virtual Last fiddled with by TObject on 2015-01-23 at 00:33 |
|
|
|
|
|
#6 |
|
Dec 2002
11001011102 Posts |
These are my timings for a 4 core non hyperthreaded cpu:
Timings for 1792K FFT length (1 cpu, 1 worker): 33.98 ms. Throughput: 29.43 iter/sec. Timings for 1792K FFT length (2 cpus, 2 workers): 41.41, 41.39 ms. Throughput: 48.31 iter/sec. Timings for 1792K FFT length (3 cpus, 3 workers): 50.30, 49.11, 39.11 ms. Throughput: 65.81 iter/sec. Timings for 1792K FFT length (4 cpus, 4 workers): 59.27, 60.37, 60.64, 59.51 ms. Throughput: 66.73 iter/sec. There is little use for a fourth core as one can see. I tried fiddling with all the info from undoc.txt but failed to get two cpus to work on a single assignment. What I would like to try is a 4 cpus, 2 workers option, but I don't know if that can be done by mprime or prime95. |
|
|
|
|
|
#7 | |
|
Romulan Interpreter
Jun 2011
Thailand
2×5×312 Posts |
Quote:
|
|
|
|
|
|
|
#8 | |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3·29·83 Posts |
Quote:
To get two workers going with two cores each, set it thusly: Code:
WorkerThreads=2 ThreadsPerTest=2 Code:
[Worker #1] Affinity=0 [Worker #2] Affinity=2 Code:
AffinityScramble2=0123 Last fiddled with by Dubslow on 2015-01-23 at 19:41 |
|
|
|
|
|
|
#9 |
|
Dec 2002
2×11×37 Posts |
This worked, thanks for the help. I tried it on a Prime95 version first and than managed to do the same using the -m option with mprime.
The result was interesting. Using 4 cores with 4 workers it does 4 assignments in exactly 20 days. Using 4 cores with 2 workers and 2 cores per worker it does 2 assignments in exactly 10 days. So the total throughput is the same. |
|
|
|
|
|
#10 | |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3×29×83 Posts |
Quote:
|
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do I move work assignments to faster computer with fewer cores? | jdmcs | Software | 9 | 2015-05-02 03:07 |
| Another mprime is already running | tshinozk | Information & Answers | 3 | 2013-12-10 16:26 |
| Heat problems and running less workers than cores | MacMagnus | Information & Answers | 10 | 2013-07-14 21:29 |
| Running on 4 Cores | Unregistered | Information & Answers | 9 | 2008-09-25 00:53 |
| mprime is running but i dont see that | mhnaras | Linux | 2 | 2007-10-21 15:58 |