![]() |
|
|
#12 | |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
2·5·7·139 Posts |
Quote:
False negatives /might/ be a bigger deal, for those anal about finding all low factors of candidates. At worst case a low factor is missed so additional work is expended on LL'ing and DC'ing. Where do the economic lines cross between re-doing previous TF'ing vs. doing new TF'ing? But, without question, this does strongly suggest a bug in mfakto. |
|
|
|
|
|
|
#13 |
|
"Oliver"
Mar 2005
Germany
11×101 Posts |
Might be a cornercase, I'm not sure. The number is interesting at least.
FC = factor candidate What we NOT do is to check if 2exp - 1 == 0 mod FC What we do is to check if 2exp == 1 mod FC For exp = 47079733 and FC = 2742459209866315019473 we have the following numbers: 247079733 = 2742459209866315019472 = -1 mod 2742459209866315019473 So might be an issue with checking the final result of the calculation. Oliver |
|
|
|
|
|
#14 |
|
"David"
Jul 2015
Ohio
11·47 Posts |
I misspoke on seeing this before with a different number. Turns out that since that result was rejected by primenet, my checks against my GPU72 assignments for missing work kept pulling up that candidate as needing checked again. So I've actually run this on 4 different GCN cards with mfakto and only finally the Titan Z with mfaktc cleared it.
|
|
|
|
|
|
#15 |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
2×5×7×139 Posts |
|
|
|
|
|
|
#16 | |
|
"David"
Jul 2015
Ohio
11×47 Posts |
Quote:
Last fiddled with by airsquirrels on 2015-12-17 at 21:32 |
|
|
|
|
|
|
#17 | |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
2·5·7·139 Posts |
Quote:
Of course. Trust, but verify.
Last fiddled with by chalsall on 2015-12-17 at 21:53 Reason: Added a smile. Remember, we're all in this together.... |
|
|
|
|
|
|
#18 | |
|
"Oliver"
Mar 2005
Germany
11×101 Posts |
Quote:
Best would be to trace the data while running mfakto. I've looked at the interim results of each step when doing with libgmp on CPU... nothing "special" execpt the final reminder. Oliver Last fiddled with by TheJudger on 2015-12-17 at 23:10 |
|
|
|
|
|
|
#19 |
|
Nov 2010
Germany
59710 Posts |
kracker made me aware of this thread. I will debug this when I'm back next week.
|
|
|
|
|
|
#20 |
|
Romulan Interpreter
Jun 2011
Thailand
2×5×312 Posts |
|
|
|
|
|
|
#21 | |
|
"Mr. Meeseeks"
Jan 2012
California, USA
23·271 Posts |
Quote:
Also....
|
|
|
|
|
|
|
#22 | ||
|
Nov 2010
Germany
3·199 Posts |
Quote:
Quote:
|
||
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mfakto error while running | jacob1235 | GPU Computing | 1 | 2018-02-03 19:03 |
| TF with mfakto win 0.14 | Yoshi24517 | GPU Computing | 5 | 2017-04-01 18:01 |
| mfakto 0.13 with Windows 8.1 | bplenhart | GPU Computing | 16 | 2013-12-05 01:24 |
| trouble with submitting mfakto factor | dbaugh | PrimeNet | 5 | 2013-04-30 22:18 |
| How to tell mfakto to use IGP? | Rodrigo | GPU Computing | 22 | 2013-03-23 02:25 |