![]() |
![]() |
#1 |
Sep 2017
USA
227 Posts |
![]()
Hi,
I've been running PRPs on a few machines with Intel Core i7-6700 @ 3.40GHz processors. Recently, I've realized that each of these has a NVIDIA GeForce GT 730. I'm new to GPU computing (other than whatever Matlab does automatically), and I realize these aren't particularly good GPUs, but: Could I get more overall throughput if I run Prime95 on several of the processor cores and one of the GPU Mersenne programs (maybe trial factoring)? Any tips would be appreciated. Thanks in advance, and happy holidays! |
![]() |
![]() |
![]() |
#2 |
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
13·719 Posts |
![]()
Yes, run a factoring program on the GPU. You should be able to get about 50 GHz-days/day out of each one.
Someone will tell you which is the right program to use. Set up the program. Use GPU72 to get work and MISFIT to do the managing of the work and submitting the results. |
![]() |
![]() |
![]() |
#3 |
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
4,903 Posts |
![]()
Run prime95 on all the cpu cores; and gpu applications on each gpu. You may also be able to run LL tests with CUDALucas on the GT 730. Since the gpu model has a 1:12 SP:DP ratio, it is not a bad choice for LL. Start with double-checks to get a sense of the time it takes to finish one and to check your gpu's reliability.
Gpuowl is not an option because of the OpenCL1.1 version, versus 2.0 required. The 2GB gpu ram is small for P-1 factoring. To get the most out of your gpus, regardless of application, do the tuning for the application you use. https://www.techpowerup.com/gpu-spec...e-gt-730.c2590 See also http://www.mersenneforum.org/showpos...91&postcount=2 and the rest of https://www.mersenneforum.org/showthread.php?t=24607 Last fiddled with by kriesel on 2019-12-24 at 21:19 |
![]() |
![]() |
![]() |
#4 | |
Nov 2008
3×167 Posts |
![]() Quote:
I have a 1660-Ti and for less than 4x the power (120W vs 33W) I get 42x the throughput (2250 vs 53). |
|
![]() |
![]() |
![]() |
#5 |
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
4,903 Posts |
![]()
It's a personal decision. It's winter here. People run electric space heaters that don't compute at all. And run mfakto on IGPs with similar GhzD/day/watt ratios as mfaktc will likely yield on the GT 730 he asked about. Or electric train sets and holiday lights, that produce 0 GhzD/day, because it pleases them to do so. He asked about using the gpu hardware he already has. NVIDIA GT 730 implies mfaktc or CUDALucas, or possibly CUDAPm1 on exponents below 200M.
Last fiddled with by kriesel on 2019-12-25 at 04:24 |
![]() |
![]() |
![]() |
#6 |
Sep 2017
USA
227 Posts |
![]()
Thanks for the helpful replies!
I do not pay the electric bill for these machines, but I only get them when no one else is logged on and they haven't been taken offline (e.g. winter maintenance). Otherwise "worth it" reignites the "usefulness" conversation; I'll stay out of it. But Gordon, wow from those numbers, it seems like hunting on GPUs is cheaper than on CPUs both in upfront cost and marginal cost. Is that conclusion correct? I've set CUDALucas up on one machine for double checks. Currently getting 29.60ms/iter on a 56M exponent. Task Manager says it's only using 10% of the GPU capacity, but perhaps that calculation is similar to how Prime95 only uses 50% due to hyperthreading. Does that sound about right? I'm working my way through kriesel's documentation. There is a lot to unpack! My next goal is to set up MISFIT per Uncwilly's suggestion. Automating assignment requests and result submission is really important so I can avoid juggling manual requests. Thanks again, and Happy New Year! |
![]() |
![]() |
![]() |
#7 | |
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
132716 Posts |
![]() Quote:
Code:
title nvidia-smi in %cd% :nv "c:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi.exe" pause goto nv Code:
C:\Users\Ken\Documents>goto nv C:\Users\Ken\Documents>"C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi.exe Fri Dec 27 07:39:29 2019 +-----------------------------------------------------------------------------+ | NVIDIA-SMI 378.66 Driver Version: 378.66 | |-------------------------------+----------------------+----------------------+ | GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | |===============================+======================+======================| | 0 Quadro 2000 WDDM | 0000:0F:00.0 Off | N/A | |100% 83C P0 N/A / N/A | 85MiB / 1024MiB | 99% Default | +-------------------------------+----------------------+----------------------+ | 1 GeForce GTX 106... WDDM | 0000:28:00.0 Off | N/A | | 53% 71C P2 83W / 120W | 232MiB / 3072MiB | 99% Default | +-------------------------------+----------------------+----------------------+ +-----------------------------------------------------------------------------+ | Processes: GPU Memory | | GPU PID Type Process name Usage | |=============================================================================| | 0 5860 C ...n\My Documents\tf-q2000\mfaktc-win-64.exe N/A | | 1 5944 C ...CUDALucas2.06beta-CUDA6.5-Windows-x64.exe N/A | +-----------------------------------------------------------------------------+ C:\Users\Ken\Documents>pause Press any key to continue . . . |
|
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Budget PC Throughput | Rodrigo | Hardware | 14 | 2011-09-26 10:16 |
how is the throughput calculated? | ixfd64 | PrimeNet | 5 | 2008-05-21 13:39 |
My throughput does not compute... | petrw1 | Hardware | 9 | 2007-08-13 14:38 |
increasing P-1 throughput with hyperthreading? | hhh | Software | 17 | 2005-06-09 02:56 |
Fake throughput drop | Lumly | Lounge | 12 | 2002-09-05 20:00 |