![]() |
|
|
#34 | ||
|
If I May
"Chris Halsall"
Sep 2002
Barbados
37·263 Posts |
Quote:
Quote:
|
||
|
|
|
|
|
#35 |
|
May 2013
East. Always East.
11·157 Posts |
Maybe George is going to invent magic faerie dust that turns logical cores into physical cores.
|
|
|
|
|
|
#36 | |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
37·263 Posts |
Quote:
Many of us own a great deal of hardware. Many of us are rather good with software. The fundamental question is what experiments have to be run to solve the problem. |
|
|
|
|
|
|
#37 |
|
"Kieren"
Jul 2011
In My Own Galaxy!
2×3×1,693 Posts |
Backing out here. I'm out of my depth as an AMD operator.
Last fiddled with by kladner on 2013-09-07 at 01:38 Reason: running off at the mouth |
|
|
|
|
|
#38 |
|
May 2013
East. Always East.
11×157 Posts |
Monitor individual core usage until your iteration times increase.
If four cores are maxed and four are idle and the cores being used change, then you've got the program suddenly changing the core assignment... for some reason. I'm a Windows guy and not a programmer, so don't ask me why. Hah! If you don't have four maxed and four idle cores, then take a screenshot of the usage history and try to match up peaks and valleys. The ones that match up will be the two logical cores which form the physical core. I've seen that before. Again, this is the core assignment doing its thing but switching between logical cores... for some reason. I'm a Windows guy and not a ... |
|
|
|
|
|
#39 |
|
Sep 2009
2×1,039 Posts |
On Linux /proc/cpuinfo should tell you everything you need to know about what CPUs are in the box. On the one hyperthreaded system I have the "core id" says which real core the processor maps to.
I'm about to update my factMsieve.pl to use fivemack's way to check how many processors a box has: my $NUM_CPUS=`grep -c MHz /proc/cpuinfo`; # Linux only! Which will reduce the number of versions of the script I need (some systems only vary in the number of CPUs). Chris |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| GHz-days | houding | Information & Answers | 9 | 2015-01-28 22:45 |
| Two More Days | R.D. Silverman | Math | 8 | 2014-08-14 05:01 |
| GHz-Days | nomad | Information & Answers | 19 | 2011-04-11 03:57 |
| 130 GHz-days for a 41M LL?!? | NBtarheel_33 | PrimeNet | 16 | 2010-12-11 02:41 |
| GHz Days still at Zero | Unregistered | Information & Answers | 3 | 2009-02-02 01:15 |