mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Hardware

Reply
 
Thread Tools
Old 2018-08-12, 22:10   #1
patgie
 
Jul 2017

2·7 Posts
Default Good cpu/gpu for CudaLucas 2.06

Hi there,

I am really bad at hardware but thinking of putting together GPU for running CudaLucas (so far I have only used prime95).

Could someone please:
a) point to the most basic threads that talk about requirements,
b) is it possible to use 4 (multiple) GPUs through one CPU and if so what are recommendations on CPU in order to handle it?
c) what are performance limiting factors?

Any tips on hardware/manufacturers are much appreciated.
patgie is offline   Reply With Quote
Old 2018-08-12, 23:37   #2
VBCurtis
 
VBCurtis's Avatar
 
"Curtis"
Feb 2005
Riverside, CA

10110101011112 Posts
Default

You are more likely to be power-supply limited than CPU-limited if you put multiple GPUs into a single system.

How big is your current power supply? Why do you want to go from no GPU to four in one leap? Buy a GPU. Run it. See what it does to your power bill, room ambient temperature, computer case temperature. If all are quite comfortable, add GPU #2. Repeat until your local power company gives you a call, or you reach the safe limit of your power supply.

Some inexpensive motherboards do not support more than one GPU; you should learn what board you currently have and how many GPUs it can support. You don't need many lanes (x4 is plenty for GPGPU work), but the physical slots have to accept GPU cards.
VBCurtis is online now   Reply With Quote
Old 2018-08-13, 00:06   #3
kriesel
 
kriesel's Avatar
 
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest

2×17×227 Posts
Default

CUDALucas means CUDA gpu which means NVIDIA gpu. AMD gpu would mean clLucas or gpuOwL or mfakto.
Used vs. new is up to the user. Unless doing cloud computing, which is a possible way to learn about capabilities at low incremental cost.

CPU capacity is not the limit in running gpu applications. Even CUDAPm1 although it does some operations on a cpu core (stage 1 gcd, stage 2 gcd, gpu load, save checkpoint, etc) the cpu duty cycle is not high. I have a couple gpus running per Core 2 Duo system. I've even run a gpu on an old P4 system on XP. There should be plenty cpu power left for prime95 for nearly any cpu you're likely to have. (Running LL or PRP on igp's though, can seriously impact prime95 performance on the cpu; use mfakto or mfaktc instead there and test.)

Count pcie slots and gpu power cables and consider geometry. Most gpus are two slots wide. If some gpus are low power enough, actively powered pcie extenders can allow use of pcie slots a single slot width apart. Sometimes power cable adapters are needed.

With used workstations, I've found that some configurations that will run initially, later won't. I speculate it's component aging so that power margin disappears. HP Z600s will run usually run 3, but 4 was not stable.

It can be problematic to mix NVIDIA and AMD in the same system. For simplicity I've segregated mine onto separate systems.

Good cooling is critical. So is the ability to pay a significantly increased power bill. See http://www.mersenne.ca/cudalucas.php for comparative first cost, throughput rate, and power per throughput benchmark figures for gpus on CUDALucas, or http://www.mersenne.ca/mfaktc.php for TF. (P-1 relative performance is similar to CUDALucas.)

See http://www.mersenneforum.org/showthread.php?t=23415
and the CUDALucas reference thread etc. at http://www.mersenneforum.org/forumdisplay.php?f=154

Welcome and have fun.

Last fiddled with by kriesel on 2018-08-13 at 00:26
kriesel is online now   Reply With Quote
Old 2018-08-13, 00:53   #4
patgie
 
Jul 2017

2×7 Posts
Default

Thank you this is very informative. Yes I would start with one GPU but want to keep an option of scaling up open so want to buy right CPU to start with.

Do I understand correctly that running one GeForce GTX 1080 Ti 24/7 to test 85M exponents would cost roughly $200/£100 a month (0.25$/kWh, 0.13£/kWh)?
patgie is offline   Reply With Quote
Old 2018-08-13, 01:46   #5
kriesel
 
kriesel's Avatar
 
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest

2×17×227 Posts
Default

Quote:
Originally Posted by patgie View Post
Thank you this is very informative. Yes I would start with one GPU but want to keep an option of scaling up open so want to buy right CPU to start with.

Do I understand correctly that running one GeForce GTX 1080 Ti 24/7 to test 85M exponents would cost roughly $200/£100 a month (0.25$/kWh, 0.13£/kWh)?
http://www.mersenne.ca/cudalucas.php find TDP for the gpu.

250w TDP = 0.25kwhr/hr * 720 hr/30-day month at continuous saturation =~ 180 kwhr/month. Then apply the local utility rate; 180 kwhr/mo x 0.25$/kwh = $45/month. (Per gpu)

Units cancel like variables do.
Note, there are reports of some gpus using noticeably more than their nominal TDP when run hard, as in GIMPS computations. Any downstream-of-the-meter distribution loss such as resistive loss in house wiring, power supply inefficiency, etc, and air conditioning or fan power is in addition to the computation above, also. My guess is all that adds up to a factor less than two.
kriesel is online now   Reply With Quote
Old 2018-08-13, 10:59   #6
SELROC
 

22×3×52×19 Posts
Default

Quote:
Originally Posted by patgie View Post
Hi there,

I am really bad at hardware but thinking of putting together GPU for running CudaLucas (so far I have only used prime95).

Could someone please:
a) point to the most basic threads that talk about requirements,
b) is it possible to use 4 (multiple) GPUs through one CPU and if so what are recommendations on CPU in order to handle it?
c) what are performance limiting factors?

Any tips on hardware/manufacturers are much appreciated.



I ran a GPU computing system with 10 GPUs and 2 power supplies. For electrical stability I had to split it in 2 separate systems each with 1 power supply and 5 GPUs.


On the big system I used gpuOwl, with both hardware and operating system errors.


On the new split systems I use gpuOwl and Mfakto now. Both systems gained in stability, the errors that affected the big system are gone.


GPU Hardware: Asus Radeon RX580

Last fiddled with by SELROC on 2018-08-13 at 10:59
  Reply With Quote
Old 2018-08-13, 15:09   #7
Mark Rose
 
Mark Rose's Avatar
 
"/X\(‘-‘)/X\"
Jan 2013

2×33×59 Posts
Default

Cryptocurrency prices have crashed in the last week, especially those mined on GPUs, like Ethereum. Also, new Nvidia cards are being released in a month. You may have the opportunity to pick up a used mining rig for cheap in the next couple of months.
Mark Rose is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Prime95 vs. CUDALucas storm5510 Software 10 2022-04-18 05:11
Don't DC/LL them with CudaLucas LaurV Data 131 2017-05-02 18:41
CUDALucas gives all-zero residues fivemack GPU Computing 4 2016-07-21 15:49
CUDALucas: which binary to use? Karl M Johnson GPU Computing 15 2015-10-13 04:44
Good air-cooler good enough for overclocked i7-5820K RienS Hardware 17 2014-11-18 22:58

All times are UTC. The time now is 05:49.


Mon Jun 5 05:49:04 UTC 2023 up 291 days, 3:17, 0 users, load averages: 0.71, 1.16, 1.29

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.

≠ ± ∓ ÷ × · − √ ‰ ⊗ ⊕ ⊖ ⊘ ⊙ ≤ ≥ ≦ ≧ ≨ ≩ ≺ ≻ ≼ ≽ ⊏ ⊐ ⊑ ⊒ ² ³ °
∠ ∟ ° ≅ ~ ‖ ⟂ ⫛
≡ ≜ ≈ ∝ ∞ ≪ ≫ ⌊⌋ ⌈⌉ ∘ ∏ ∐ ∑ ∧ ∨ ∩ ∪ ⨀ ⊕ ⊗ 𝖕 𝖖 𝖗 ⊲ ⊳
∅ ∖ ∁ ↦ ↣ ∩ ∪ ⊆ ⊂ ⊄ ⊊ ⊇ ⊃ ⊅ ⊋ ⊖ ∈ ∉ ∋ ∌ ℕ ℤ ℚ ℝ ℂ ℵ ℶ ℷ ℸ 𝓟
¬ ∨ ∧ ⊕ → ← ⇒ ⇐ ⇔ ∀ ∃ ∄ ∴ ∵ ⊤ ⊥ ⊢ ⊨ ⫤ ⊣ … ⋯ ⋮ ⋰ ⋱
∫ ∬ ∭ ∮ ∯ ∰ ∇ ∆ δ ∂ ℱ ℒ ℓ
𝛢𝛼 𝛣𝛽 𝛤𝛾 𝛥𝛿 𝛦𝜀𝜖 𝛧𝜁 𝛨𝜂 𝛩𝜃𝜗 𝛪𝜄 𝛫𝜅 𝛬𝜆 𝛭𝜇 𝛮𝜈 𝛯𝜉 𝛰𝜊 𝛱𝜋 𝛲𝜌 𝛴𝜎𝜍 𝛵𝜏 𝛶𝜐 𝛷𝜙𝜑 𝛸𝜒 𝛹𝜓 𝛺𝜔