ES Xeon Discussion

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

Bert

Well-Known Member
Mar 31, 2018
1,044
523
113
47
Yes i am quite sure it changes. At first i had the issue that i changed the speed but it was just running at 4800, no matter what i did. It drove me crazy, but later i changed something in the bios somewhere at the top to auto instead of manual, and something else (below in the bios) to set the memory speed. And at the next reboot and it actually runs at 5614 or 6014MHz. i can see the real freq in windows taskmanager, and ubuntu.
View attachment 35487
Before it was all the time just fixed on 4800 also there, and in windows task manager, but then later it seemed to work.
Strangly enough it shows a different product number in the computer mtc20f2085s1rc56BD1, but the number mtc20f2085s1rc56br is what was on the packaging an on the order.
What else did you change in the BIOS ? I have the same set up, I want to try overclocking memory as well.

You can also increase bclck. If you're lucky you may get another 3%.

Also do you mind sharing your cpuz or intel or any other benchmark you get? I want to see if it is worthwhile to spend extra $250 for 8480± over 8461v.
 
Last edited:

Bert

Well-Known Member
Mar 31, 2018
1,044
523
113
47
Strangely I don't see any amd es qs cpus in this thread . Are there any nicely priced and compatible threadripper pro (3rd and 4th gen)?
 

DHamov

Active Member
Jan 12, 2024
121
31
28
Try to measure bandwidth with STREAM or something like that and ensure that it is changing.
Currently my windows is not booting any more, and the fix will take some time. So i cant run any of the usual benchmarks now.
When windows worked, i used the memory test in the intel overclocking tool for some hours, it was fine at what was presumed to be 6000MT (it showed up in taskmngr as 6014MHz). I can live without squeezing out the last 5-10% or so. So returned it to 5600 again later.

What else did you change in the BIOS ? I have the same set up, I want to try overclocking memory as well.

You can also increase bclck. If you're lucky you may get another 3%.

Also do you mind sharing your cpuz or intel or any other benchmark you get? I want to see if it is worthwhile to spend extra $250 for 8480± over 8461v.
Bios_Memory_settings.jpgBios_Memory_settings2.jpgInkedBios_Memory_settings3b_LI.jpg
Here my settings. I am not sure but i think it is also on stock voltage! At least in ubuntu sudo dmidecode -t memory shows 1.1v configured. My windows is not booting so i cant do or share any of the usual benchmarks now. But when i did benchmark on my QYFS cinebench was not that great 56K -59K CBR23. Sort of the same as on the w790-ACE i had before, with Fury pro 5600. But many others got much better scores, with similar setup. For me in retrospect the difference between 8461v seems not really worth it. 400USD instead of 150USD and maybe 15% more performance. But it's a matter of priority, and in the past i went for the QYFS. But since memory bandwidth directly scales througput for my use, i decided to go and test for dual cpu and see if it doubles it again. When all arives and works i will also sell my QYFS i think.
 

MillionMiles

Active Member
Aug 22, 2023
101
41
28
It seems no MCC ES can work on X13 board.
Is there a 1.0 BIOS that can make D0/R0 ES work? Do we need to replace the BIOS chip like X12?
 

Civiloid

Active Member
Jan 15, 2024
230
175
43
Switzerland
Currently my windows is not booting any more, and the fix will take some time.
Yeah, unstable memory can damage system files and make it unbootable. That is the biggest problem with overclocking RAM - it affects everything.

In Windows I would suggest to use either hwinfo or cpu-z to verify parameters, that usually worked better.

I'm not sure that Cinebench is memory bound, easiest way to check just RAM is to run Aida64 memory benchmark and just look at throughput, or compare something that else that is memory-bound, e.x. y-cruncher memory intensive subtests. In Linux - I would suggest verifying that via STREAM. On Linux you can also use EDAC to check for memory errors:
Code:
for i in /sys/devices/system/edac/mc/mc*/dimm*; do mc=$(grep -o 'mc[0-9]\+' <<< ${i}); dimm=$(grep -o 'dimm[0-9]\+' <<< ${i}); echo "${mc}/${dimm}"; echo -n "ce: "; cat ${i}/dimm_ce_count; echo -n "ue: "; cat ${i}/dimm_ue_count; done
If your overclock is successful, that should all be 0's, no matter what even after you had a successful several hours of something memory intensive (your goal is to use as much RAM as possible)
 

DHamov

Active Member
Jan 12, 2024
121
31
28
Yeah, unstable memory can damage system files and make it unbootable. That is the biggest problem with overclocking RAM - it affects everything.
Probably or even certainly that is true, but i am quite sure my boot issue is because i was making some sort of Frankenstein system by installing some very old windows 7 nvidia driver to resurrect sli like nvlink on this system. (nvidia removed the old drivers that supported that from their search list). So the booting issue was probably my own mistake risk. During install the screen froze and i could not reboot. Need windows safe mode or reinstall. I was thinking of plugging the ssd with OS in another system, to see if same drivers work there, but that will probably screw up other things. So i need to clone.. and it all takes to much time and has no priority now.

I just wanted to report that with QYFS and Asus w790 the Micron 5600 server memory works at 5600, 6000 MT stable as in a few hours of intel xtu memory test, plus a week or so memory intensive loads. Honestly i am not very interested in overclocking just wanted to say that it seems possible. Thanks for your script, i will use it after some long runs. At least for now they show all 0's. I will try to run some linux benchmarks later On Windows i did it a week ago, all was fine. Rolloz170 recommended passmark for memory speed.
 
Last edited:
  • Like
Reactions: Civiloid

DHamov

Active Member
Jan 12, 2024
121
31
28
It seems no MCC ES can work on X13 board.
Is there a 1.0 BIOS that can make D0/R0 ES work? Do we need to replace the BIOS chip like X12?
How is that possible all E0-E.. steppings should work on all 741 boards right? i thought that it was one of the few rules that always applied. Does that mean that 5411N QS would also not work? Is that for super micro only X13? Was your Q0KS also not MCC?
 

RolloZ170

Well-Known Member
Apr 24, 2016
10,085
3,231
113
germany
How is that possible all E0-E.. steppings should work on all 741 boards right? i thought that it was one of the few rules that always applied. Does that mean that 5411N QS would also not work? Is that for super micro only X13? Was your Q0KS also not MCC?
cool down and forget all of this.
MM seems to think all MCC ES are stepping D0.
 
  • Like
Reactions: DHamov

MillionMiles

Active Member
Aug 22, 2023
101
41
28

AVID-MEDIA

Member
Nov 26, 2023
122
17
18
This thread is amazing but very hard to find the basic information. How about an spreadsheet to track the knowledge.


@RolloZ170 , please update :) You have all the knowledge

Everyone, please contribute.
little Notes:
in the ES CPU Compatibility List,about 4189 Socket
you can add info for the mobo SM-X12SPL-F + ES QWAT
working good and stability with
BIOS v1.6
BMC v 01.03.05
I tested it from personal experience
BIOS v1.6 Bmc v 01.03.08
the system booting, everything is displayed, but, when you start to put a load on the cpu
the fans are loaded at full power, lowered and so on in cyclic order, that is, there is no stability
exactly the same situation with
BIOS v1.9 BMC v 01.03.11
I don’t know, maybe it’s just me, but on the other hand, the motherboard is completely new, SM replaced it under warranty
I'm attaching a screenshot so that if anyone needs it, I can see it
1711013045066.png
 

MillionMiles

Active Member
Aug 22, 2023
101
41
28
XEON-W work on X13SEI/X13DEI?
I have seen a discussion of this on STH somewhere , and some one said X13DEI with BIOS1.1 can run XEON-W
Has anyone tried it? I want to run XEON-W 2400 Series on X13SEI.
 
Last edited:

Civiloid

Active Member
Jan 15, 2024
230
175
43
Switzerland
In case that would be of interest to anyone, I've installed dual Noctua NH-U12S DX4677 on my Gigabyte MS73-HB1. Although it is officially incompatible, it actually works well. It is a bit hard to snap in the fan, but other than that, it is okay. I basically pushed the clip between radiators with my fingers from the side, which is suboptimal, but ok.

My 8490H ES E0 is barely audiable at its current state and stays relatively cool with 65C (149F) on CPU under my workload and y-cruncher.

2024-03-24 18.57.37.jpg2024-03-24 18.57.29.jpg
 
Last edited:

Civiloid

Active Member
Jan 15, 2024
230
175
43
Switzerland
Thanks for the information I will use it in the future
I had a Chinese Coolerserver M97 as a temporary cooler, which looks like a U12S clone. I can also tell that while it looks similar, it is worse. Fans need to spin up faster on that, and temperatures are about +10C compared to Noctua. So unless you get it for less than 50$ per cooler, I'd probably recommend paying more for Noctua but just having a better experience. It was also similar size-wise, but clips are way more complicated to install than Noctua (it would be no difference in that regard on a single CPU motherboard though).
 
  • Like
Reactions: AVID-MEDIA

Bert

Well-Known Member
Mar 31, 2018
1,044
523
113
47
In case that would be of interest to anyone, I've installed dual Noctua NH-U12S DX4677 on my Gigabyte MS73-HB1. Although it is officially incompatible, it actually works well. It is a bit hard to snap in the fan, but other than that, it is okay. I basically pushed the clip between radiators with my fingers from the side, which is suboptimal, but ok.

My 8490H ES E0 is barely audiable at its current state and stays relatively cool with 65C (149F) on CPU under my workload and y-cruncher.

What are these cards for? Never seen them before.

I am using Freezer 4U-M | Multicompatible 4U Single Tower CPU Cooler | ARCTIC. Marketing says it is "compact" but it is huge but amazingly quiet. I don't hear any fan noise, even outside of the case. I chose that one because it was the cheapest but I am very pleased for a single socket solution. I don't think it will fit a dual socket MB.
 
  • Like
Reactions: DHamov