![]() |
|
|
#23 | |
|
Mar 2004
10348 Posts |
Quote:
|
|
|
|
|
|
|
#24 | |
|
Jan 2019
Tallahassee, FL
35 Posts |
Quote:
![]() For 333898333 I completed P-1 Stage 1 but cannot get my cudaPm1 to continue running stage 2. So I'm gonna skip it and just run PRP. If anyone interested to run P-1 Stage 2, I have uploaded my stage 1 saves and worktodo.txt for cudaPm1 in this (Google Drive) link below. I will remove the files upon completion of PRP or P-1. ![]() https://drive.google.com/open?id=1Ph...Trkb-uhTc5iLhx Last fiddled with by dcheuk on 2019-07-29 at 16:44 |
|
|
|
|
|
|
#25 | |
|
Mar 2004
22×33×5 Posts |
Quote:
Code:
PRP=HEX,1,2,EXPONENT,-1,77,2 @dcheuk Just open up a new thread. Really not that hard. |
|
|
|
|
|
|
#26 | |
|
Einyen
Dec 2003
Denmark
2×1,579 Posts |
Quote:
PRP=HEX,1,2,EXPONENT,-1,77,2 means that the exponent has been trial factored to 2^77, which is not enough for a 332M exponent, it should be at least 2^80 or higher. |
|
|
|
|
|
|
#27 | |
|
Mar 2004
22×33×5 Posts |
Quote:
|
|
|
|
|
|
|
#28 |
|
Einyen
Dec 2003
Denmark
2·1,579 Posts |
Onboard gpus are pretty slow compared to dedicated gpus and I'm not sure if they run mfaktc using CUDA, but you can try:
https://www.mersenneforum.org/mfaktc/mfaktc-0.21/ I would try "mfaktc-0.21.win.cuda80.zip" or "mfaktc-0.21.win.cuda65.zip" and make a worktodo.txt with: Factor=N/A,<exponent>,77,78 and see if it works and how long it takes. |
|
|
|
|
|
#29 | |
|
Mar 2004
10000111002 Posts |
Quote:
I also tried both "mfaktc-0.21.win.cuda80.zip" and "mfaktc-0.21.win.cuda65.zip" on my desktop. With cuda80, a window popped up and went away in about 1/60 second. With cuda65, it asked me if I want to run the program, and I said yes. When I did that, a window popped up and went away the same as it did with cuda80. Clicking on the program again now just makes that same window pop up and away before I can even see what the window is. |
|
|
|
|
|
|
#30 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
2·32·7·43 Posts |
Quote:
try mfakto 0.15-pre6. Something like the following to leave some traces behind. cmd /k mfakto >>mfakto-logfile.txt Last fiddled with by kriesel on 2019-07-30 at 22:08 |
|
|
|
|
|
|
#31 | |
|
Mar 2004
22×33×5 Posts |
Quote:
|
|
|
|
|
|
|
#32 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
152A16 Posts |
Quote:
If you don't have a working opencl driver for it, there's no point in trying mfakto until you fix that. Skip 1.2 (compilation of mfakto) Use an executable from the mersenne.ca mirror or other source indicated in https://www.mersenneforum.org/showpo...91&postcount=2 Make sure you have the right opencl device number. On my i7-8750h laptop, with igp and discrete gpu, the cpu, igp, and gpu all show up in the opencl device listing. I run mfakto there on the UHD630 igp with a batch file containing Code:
mfakto -d 11 >>mfakto.txt Some other things to watch out for https://www.mersenneforum.org/showpo...60&postcount=3 Once it was working, and the ini file configured, the beginning of an mfakto selftest looked like this: Code:
mfakto 0.15pre6-Win (64bit build) Runtime options Inifile mfakto.ini Verbosity 1 SieveOnGPU yes MoreClasses yes GPUSievePrimes 81157 GPUSieveProcessSize 24Ki bits GPUSieveSize 96Mi bits FlushInterval 0 WorkFile worktodo.txt ResultsFile results.txt Checkpoints enabled CheckpointDelay 300s Stages enabled StopAfterFactor class PrintMode full V5UserID kriesel ComputerID peregine-uhd630 TimeStampInResults yes VectorSize 2 GPUType AUTO SmallExp no UseBinfile mfakto_Kernels.elf Compiletime options Select device - Get device info: WARNING: Unknown GPU name, assuming GCN. Please post the device name "Intel(R) UHD Graphics 630 (Intel(R) Corporation)" to http://www.mersenneforum.org/showthread.php?t=15646 to have it added to mfakto. Set GPUType in mfakto.ini to select a GPU type yourself to avoid this warning. OpenCL device info name Intel(R) UHD Graphics 630 (Intel(R) Corporation) device (driver) version OpenCL 2.1 NEO (23.20.16.4973) maximum threads per block 256 maximum threads per grid 16777216 number of multiprocessors 24 (1536 compute elements) clock rate 1100MHz Automatic parameters threads per grid 0 optimizing kernels for GCN Loading binary kernel file mfakto_Kernels.elf Compiling kernels. GPUSievePrimes (adjusted) 81206 GPUsieve minimum exponent 1037054 ######### testcase 1/34071 (M67094119[81-82]) ######### Starting trial factoring M67094119 from 2^81 to 2^82 (7299.20GHz-days) Date Time | class Pct | time ETA | GHz-d/day Sieve Wait Dec 16 17:04 | 1272 0.1% | 0.755 n.a. | n.a. 81206 0.00% M67094119 has a factor: 2623030050785206718821057 (81.117509 bits, 857.719011 GHz-d) If you don't get it to work, no worries, an igp is not many net GhzDays/day anyway. On an i7-7500U laptop, the HD620 produces about 20GhzD/day TF, but cuts the dual-cpu (PRP or LL) prime95 throughput in half when mfakto is running. It's a net gain in total throughput, but a very small one, mostly done for entertainment. There are even slower discrete gpus than that; I benchmarked an old NVS295 in mfaktc at around 2.5 GhzD/day as I recall; not worth the electricity if I'm buying it, and I was. A little tuning on a decently fast midrange gpu can produce increases in throughput that dwarf the total throughput of an igp. Last fiddled with by kriesel on 2019-07-30 at 22:41 |
|
|
|
|
|
|
#33 |
|
Mar 2004
22×33×5 Posts |
this is what I get (see attached)
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 332.2M - 333.9M (aka 100M digit range) | Uncwilly | LMH > 100M | 684 | 2018-07-01 10:52 |
| I want a 100M digit Mersenne that.... | JuanTutors | PrimeNet | 8 | 2012-12-06 13:47 |
| 100M-digit n/k pairs | __HRB__ | Riesel Prime Search | 0 | 2010-05-22 01:17 |
| Who is LL-ing a mersenne number > 100M digits? | joblack | LMH > 100M | 1 | 2009-10-08 12:31 |
| 62-digit prime factor of a Mersenne number | ET_ | Factoring | 39 | 2006-05-11 18:27 |