Processeur Xeon Platinum 9282

Message boards : Number crunching : Processeur Xeon Platinum 9282
Message board moderation

To post messages, you must log in.

AuthorMessage
W3Perl Project Donor
Volunteer tester

Send message
Joined: 29 Apr 99
Posts: 251
Credit: 3,696,783,867
RAC: 12,606
France
Message 1988685 - Posted: 4 Apr 2019, 8:43:49 UTC
Last modified: 4 Apr 2019, 8:44:12 UTC

New Intel Xeon processor available :

https://www.tomshardware.com/reviews/intel-cascade-lake-xeon-optane,6061.html

56 core and 112 Threads...is boinc able to manage more than 100 threads at once ?
ID: 1988685 · Report as offensive
Grant (SSSF)
Volunteer tester

Send message
Joined: 19 Aug 99
Posts: 13731
Credit: 208,696,464
RAC: 304
Australia
Message 1988688 - Posted: 4 Apr 2019, 9:38:57 UTC - in response to Message 1988685.  

56 core and 112 Threads

You'll need to sell both kidneys, an arm & both legs to afford just one (and they're aimed at 2 socket systems), and they are only available to OEMs- you have to order a complete system from them, and they then place the order with Intel.
Oh, and they're rated at 400W, per socket.
Grant
Darwin NT
ID: 1988688 · Report as offensive
Profile Tom M
Volunteer tester

Send message
Joined: 28 Nov 02
Posts: 5124
Credit: 276,046,078
RAC: 462
Message 1988690 - Posted: 4 Apr 2019, 9:51:31 UTC - in response to Message 1988685.  

New Intel Xeon processor available :

https://www.tomshardware.com/reviews/intel-cascade-lake-xeon-optane,6061.html

56 core and 112 Threads...is boinc able to manage more than 100 threads at once ?


Maybe not. Since the cpu limit seems to be 100 tasks, they would all be "running" (all 100) and as soon as one uploaded another could be downloaded. I know we are "spoofing" the Gpu's. I wonder if the 100 task cpu limit is at the client level or at the server level? I think I remember it being at the server level.

Another possibility would be to run two different Boinc Managers in two different directories which would effectively give you two "systems" living on one hardware platform. Or setup a couple of VM's to do the same trick.

Tom
A proud member of the OFA (Old Farts Association).
ID: 1988690 · Report as offensive
pututu

Send message
Joined: 21 Jul 16
Posts: 12
Credit: 10,108,801
RAC: 6
United States
Message 1988724 - Posted: 4 Apr 2019, 14:43:53 UTC - in response to Message 1988690.  
Last modified: 4 Apr 2019, 14:44:58 UTC

I know we are "spoofing" the Gpu's.


Interesting. I would like to learn how to do this on anonymous apps. I only know how to setup multiple clients but that's too cumbersome. Thanks.
ID: 1988724 · Report as offensive
Profile Tom M
Volunteer tester

Send message
Joined: 28 Nov 02
Posts: 5124
Credit: 276,046,078
RAC: 462
Message 1988727 - Posted: 4 Apr 2019, 14:53:59 UTC - in response to Message 1988724.  

I know we are "spoofing" the Gpu's.


Interesting. I would like to learn how to do this on anonymous apps. I only know how to setup multiple clients but that's too cumbersome. Thanks.


You have to know how to compile the source code unless you know someone who can do it for you.

The only advantage it provides is for high end gpu systems. It reduces or eliminates the lost gpu processing time on Tuesday by increasing the cache for gpu tasks. It is still possible to "run dry" when the Seti Servers experience extended outages or have other problems during the week.

One of the other things you can do is limit the number of tasks reported to say 100. Even if you need to report 500 tasks, this reduces the congestion and usually makes the task reporting work.

Tom
A proud member of the OFA (Old Farts Association).
ID: 1988727 · Report as offensive
pututu

Send message
Joined: 21 Jul 16
Posts: 12
Credit: 10,108,801
RAC: 6
United States
Message 1988730 - Posted: 4 Apr 2019, 15:06:16 UTC - in response to Message 1988727.  

Is the source code here: https://boinc.berkeley.edu/trac/wiki/CompileClient or here: https://boinc.berkeley.edu/trac/wiki/BuildSystem?

If it is C++ I may know someone but needs to know which routine or constants to update.

Thanks again.
ID: 1988730 · Report as offensive
rob smith Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor
Volunteer moderator
Volunteer tester

Send message
Joined: 7 Mar 03
Posts: 22190
Credit: 416,307,556
RAC: 380
United Kingdom
Message 1988739 - Posted: 4 Apr 2019, 16:06:36 UTC

Neither of your links - this is probably the best place to start, and be prepared for a serious nose bleed, the code is convoluted, and in places very poorly documented.
https://boinc.berkeley.edu/trac/wiki/SourceCodeGit

Some people do the GPU spoofing by changing the GPU BIOS or driver so that it miss-reports as a multi-gpu device, which of course cannot be done within BOINC, and may have some undesirable and expensive consequences.

Also remember the 100 tasks for the CPU is a server side limit, not a client side limit, so we can't do anything (reliable) about it, and people spoofing high GPU counts are doing so as a way of having enough tasks to chug through the Tuesday outage, not to run high numbers of concurrent tasks.
Bob Smith
Member of Seti PIPPS (Pluto is a Planet Protest Society)
Somewhere in the (un)known Universe?
ID: 1988739 · Report as offensive
Profile Tom M
Volunteer tester

Send message
Joined: 28 Nov 02
Posts: 5124
Credit: 276,046,078
RAC: 462
Message 1989489 - Posted: 10 Apr 2019, 14:52:13 UTC - in response to Message 1988685.  
Last modified: 10 Apr 2019, 14:54:49 UTC

New Intel Xeon processor available :

https://www.tomshardware.com/reviews/intel-cascade-lake-xeon-optane,6061.html

56 core and 112 Threads...is boinc able to manage more than 100 threads at once ?


Maybe someone should break down and buy one of those $250,000 "small" Super Computers ;)

When I googled "gpu server" it popped up something about a $25,000 box....

And rumor has it the next round of EPYC dual cpu servers will be something ridiculous like 128 cores/256threads?

Tom
A proud member of the OFA (Old Farts Association).
ID: 1989489 · Report as offensive
Ian&Steve C.
Avatar

Send message
Joined: 28 Sep 99
Posts: 4267
Credit: 1,282,604,591
RAC: 6,640
United States
Message 1989496 - Posted: 10 Apr 2019, 15:16:18 UTC - in response to Message 1988739.  

Some people do the GPU spoofing by changing the GPU BIOS or driver so that it miss-reports as a multi-gpu device, which of course cannot be done within BOINC, and may have some undesirable and expensive consequences.


it's actually neither of these.

the GPU spoofing is done by modification to the BOINC code.
Seti@Home classic workunits: 29,492 CPU time: 134,419 hours

ID: 1989496 · Report as offensive
Profile Shannon Lester
Avatar

Send message
Joined: 27 Jul 09
Posts: 83
Credit: 12,388,119
RAC: 140
United States
Message 1989498 - Posted: 10 Apr 2019, 15:21:19 UTC

I cant even imagine the power bill to run that 24/7 let alone a 8 hours lol!

All of this has happened before and will happen again -Battlestar Galactica
ID: 1989498 · Report as offensive

Message boards : Number crunching : Processeur Xeon Platinum 9282


 
©2024 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.