After much weeping and gnashing of teeth, what should have been a painless procedure that has swallowed the better part of a day to figure out is finally complete. The DL580 G7 is rocking the E7 8837's. All in all, it required what should have been easy. A BIOS update. Thanks HP.
Spinx, what settings are you using for the miner? I'm currently seeing about 1K/s w/ the default config from launching it and letting it figure itself out.
"On my rig, I have 4x E7-8837 cpu's, which are 8 cores each, no hypherthreading, so 32 physical cores total.
Each cpu has 24Mb cache, so 24Mb/2Mb=12 threads for mining on each cpu.
To get 12 total threads running on the 8 cores, I run two threads on 4 of the cores, and one thread each on the other 4 cores = 8 total cores of the cpu..
To run two threads I set 'low_power_mode=true', and to run one thread I set 'low_power_mode=false'.
So for each cpu, this is what I do on my E7-8837:
{ "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 0 },
{ "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 1 },
{ "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 2 },
{ "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 3 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 4 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 5 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 6 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 7 },
Then I duplicate that configuration four times for the other 3 cores.
This is also the suggested configuration from xmr-stak-cpu.
My experience is that a core running a single thread will hash 30/s to 40/s, and a core running two threads will be 60/s to 70/s.
If the hash rate drops to 20/s, it is because too many threads are running and the cpu cache is being swapped out when the threads run. That means it is inefficient and the total hash rate is lower.
I attached a picture showing all 32 cores running, and 48 threads running, hashing about 1650/s. My xmr-stak-cpu version 2 cpu.txt configuration file looks like this."
"cpu_threads_conf" :
[
{ "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 0 },
{ "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 1 },
{ "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 2 },
{ "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 3 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 4 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 5 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 6 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 7 },
{ "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 8 },
{ "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 9 },
{ "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 10 },
{ "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 11 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 12 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 13 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 14 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 15 },
{ "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 16 },
{ "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 17 },
{ "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 18 },
{ "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 19 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 20 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 21 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 22 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 23 },
{ "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 24 },
{ "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 25 },
{ "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 26 },
{ "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 27 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 28 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 29 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 30 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 31 },
],