![]() |
|
|
#1 |
|
Nov 2017
5 Posts |
Hi, I'm using prime95 with a i7 6.7k 3.4ghz, with 4 workers (1 core each), and my cpu usage for prime95 is 56% most of the time, with 60-65% total CPU usage. Each core (including HT ones) is at 50% more or less.
|
|
|
|
|
|
#2 |
|
"Curtis"
Feb 2005
Riverside, CA
114048 Posts |
That would be because hyperthread cores aren't real cores, but Windows doesn't know the difference. 8 * 50% = 4 * 100% = all 4 cores fully used.
|
|
|
|
|
|
#3 |
|
Nov 2017
58 Posts |
|
|
|
|
|
|
#4 | |
|
"Kieren"
Jul 2011
In My Own Galaxy!
2×3×1,693 Posts |
You are running fine. If you turned off hyperthreading usage would be 100%. I keep HT on, but set affinity to run on one of each adjacent pair of cores. This assigns all physical cores.
EDIT: Quote:
Last fiddled with by kladner on 2017-12-01 at 12:33 |
|
|
|
|
|
|
#5 |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
10110111111102 Posts |
A 6700k should be running at 4GHz by default
|
|
|
|
|
|
#6 |
|
"Kieren"
Jul 2011
In My Own Galaxy!
2×3×1,693 Posts |
Oops. Should have edited my previous post.
Last fiddled with by kladner on 2017-12-01 at 12:30 |
|
|
|
|
|
#7 | |
|
Nov 2017
5 Posts |
Quote:
Oh, mine is a 6700 not a 6700k, I said it wrong EDIT: I didnt have 100% because i didnt have HT for LL, P-1, ECM (it said it wasn't recommended) but i activated it and now it shows 100% Last fiddled with by Thratrun on 2017-12-01 at 13:11 |
|
|
|
|
|
|
#8 |
|
Nov 2017
5 Posts |
However, after activating HT in prime95, the ms/iter for 3 of the workers are higher and the other stays more or less the same, so it looks like it works better without HT
|
|
|
|
|
|
#9 | |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
1C3516 Posts |
Quote:
Even other software in use on other parts of this forum -- software with inline assembly included in the most critical computational loops , but still mostly written in C -- see a ~30% throughput gain with hyperthreading. Prime95 is very much different than nearly any other software in the world in this respect. |
|
|
|
|
|
|
#10 | |
|
"Kieren"
Jul 2011
In My Own Galaxy!
2·3·1,693 Posts |
Quote:
Code:
[Worker #1] Affinity=1,3,5,7 # Affinity=0,2,4,6 Note that I run a single worker with 4 cores. If you have more workers, add sections as appropriate: [Worker #2] etc. Also that, in Windows at least, core numbers start with 0. |
|
|
|
|
|
|
#11 | |
|
Sep 2003
1010000110012 Posts |
Quote:
|
|
|
|
|