![]() |
![]() |
#1 |
Mar 2019
USA
5516 Posts |
![]()
I've recently got back into things, and really enjoy using mfaktc-win-64.exe to do TF'ing. I've got an nVidia 1080 Ti so it can burn through them at a fairly good pace. But I do have a couple of comments/questions about TF'ing and Manual Testing I would love to get more info on:
1. So lets look at exponent 203437321. I recently used mfaktc to TF from 71 to 74, and no factors were found. So the status (of this writing anyway) of this exponent is: No factors below 2^74 Did my TF work actually save any time for when this exponent is actually tested for being prime, say using LL? Will LL run any faster for whomever tests it because it knows there are no factors below that level? Or did I simply not eliminate the exponent from testing because it was not factored? I'm not entirely clear on how I contributed in this instance. 2. As I said, I enjoy doing the TF work, and like getting manual assignments (both directly from (https://www.mersenne.org/manual_assignment/) and also from GPU72 (https://www.gpu72.com/account/getassignments/). However, it seems to me that the submission process is wide open to fraudulent results? I would never do so, but from looking at the results.txt that gets generated, it would be easy to fudge that to claim work that wasn't actually done. 3. On a slightly different topic, is work that is done on Primenet duplicated on Primegrid? If I'm going to be away from my PC for a while, I sometimes fire up Generalized Fermat Prime Search using BOINC. Is there any "stepping on toes" so to speak between these two projects? |
![]() |
![]() |
![]() |
#2 | ||
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
3·31·113 Posts |
![]() Quote:
Quote:
I will let someone else answer #3 |
||
![]() |
![]() |
![]() |
#3 | ||||||
Romulan Interpreter
"name field"
Jun 2011
Thailand
7·1,423 Posts |
![]() Quote:
Quote:
Quote:
Quote:
Quote:
![]() Quote:
Last fiddled with by LaurV on 2020-04-27 at 16:32 |
||||||
![]() |
![]() |
![]() |
#4 | ||
If I May
"Chris Halsall"
Sep 2002
Barbados
11×13×73 Posts |
![]() Quote:
BUT, the P-1 run /will/ be slightly faster, because Prime95/mprime spends slightly less time (with a slightly less chance of finding a factor) the deeper a candidate has been TF'ed. Quote:
However, GPU72 (and I believe Primenet) both keep track of what number of factors /should/ have been found as a heuristical function of the number of runs done. When GPU72 was first started, I would often waste days of GPU time double-checking runs of participants who's stats were "outliners". Not once did I ever find anyone cheating (and/or, had bad kit). |
||
![]() |
![]() |
![]() |
#5 | |
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
26×101 Posts |
![]() Quote:
I think a variation could be applied to P-1. See https://www.mersenneforum.org/showpo...&postcount=127 Last fiddled with by kriesel on 2020-04-27 at 19:06 |
|
![]() |
![]() |
![]() |
#6 | |
If I May
"Chris Halsall"
Sep 2002
Barbados
11·13·73 Posts |
![]() Quote:
![]() I don't have the time to drill down on all the prior discussion. I will say, however, that Oliver asked (many years ago) if anyone had ideas on how to produce a "checksum" or some other "proof of work" mechanism. Several ideas were proposed, but they all failed to be viable because of the unpredictable (and massive) concurrency of the CUDA TF runs. If Gerbicz has proposed something which /is/ viable, it would be cool to see it codified and beta-tested. Not that I think there's much, if any, cheating going on. But there /could/ be more "bad kit" out there than we realize. Having mfakt[c|o] be able to provide a long-term sanity data stream would be very useful to many people. |
|
![]() |
![]() |
![]() |
#7 |
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
26·101 Posts |
![]()
You're welcome. It's my hope that when I become unwilling or unable (hopefully many years later) to continue it, someone else will step forward to continue it somehow. No I don't have anyone in mind.
Last fiddled with by kriesel on 2020-04-27 at 19:10 |
![]() |
![]() |
![]() |
#8 |
Mar 2019
USA
1258 Posts |
![]()
Is there perhaps a better use of my 1080 Ti than doing TF'ing? From what I understand, mfaktc-win-64.exe is only used for Trial Factoring.
What is (if there is) the recommended program for doing actual prime testing using GPU (Windows based only at this time)? That is why I also use PrimeGrid, since BOINC makes it so easy. |
![]() |
![]() |
![]() |
#9 |
If I May
"Chris Halsall"
Sep 2002
Barbados
101000110001112 Posts |
![]() |
![]() |
![]() |
![]() |
#10 |
"Dylan"
Mar 2017
59210 Posts |
![]()
@lobes: For GPU primality testing on Nvidia cards you can either use CUDAlucas, or you can use gpuowl. gpuowl has the advantage that it has Gerbicz error detection (at the slight cost of the test being a probable prime test).
Builds and source code links for gpuowl can be found here and that for CUDAlucas here. |
![]() |
![]() |
![]() |
#11 | |
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
11001010000002 Posts |
![]() Quote:
For primality testing, gpuOwl to run PRP with Gerbicz error checking. PRP indicating composite with the GEC is almost conclusive proof of not prime. If it returns P indicating probably prime, it is either a software bug, a false positive, or time to test it with multiple LL tests to confirm or disprove the discovery of a new prime. To doublecheck an LL test, either CUDALucas or a very recent version of gpuowl. http://www.mersenneforum.org/showpos...91&postcount=2 Last fiddled with by kriesel on 2020-04-27 at 21:56 |
|
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
GPU Trial Factoring FAQ | garo | GPU Computing | 100 | 2019-04-22 10:58 |
mfaktc for dummies | NBtarheel_33 | GPU Computing | 10 | 2011-10-13 00:04 |
How much Trial Factoring to do? | odin | Software | 4 | 2010-08-08 20:23 |
How far to do trial factoring | S485122 | PrimeNet | 1 | 2007-09-06 00:52 |
trial factoring and P-1 | jocelynl | Math | 8 | 2006-02-01 14:12 |