![]() |
|
|
#243 | |
|
"Åke Tilander"
Apr 2011
Sandviken, Sweden
10668 Posts |
Quote:
This is not a new error I had it before the upgrade as well. I have a second computer with the same videocard. The program runs on the higher speed without problems. So, anybody knows what is wrong? |
|
|
|
|
|
|
#244 |
|
Jul 2003
So Cal
2·34·13 Posts |
A minor issue, but with gcc 4.6.3, I have to move $(LDFLAGS) to the end in the final link command in the Makefile:
Code:
../mmff.exe : $(COBJS) $(CUOBJS)
$(LD) $^ -o $@ $(LDFLAGS)
|
|
|
|
|
|
#245 |
|
"Åke Tilander"
Apr 2011
Sandviken, Sweden
2×283 Posts |
I took down the core clock speed of the videocard a little bit and the problem seems to have disappeared. The program seems to be stable now. If the problem reappears I will of course report it here.
|
|
|
|
|
|
#246 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36·13 Posts |
The latest mmff-gfn-0.26.zip is attached. (Contains some latest minor changes and the 0.26 backbone.)
Jerry flashjh, could you please build the Win32+Win64 binaries for each BASE (edit tf_gfn.h and delete all objects between each buils) and email them to Xyzzy for organized storage? Thank you in advance. |
|
|
|
|
|
#247 | |
|
Banned
"Luigi"
Aug 2002
Team Italia
12CF16 Posts |
Quote:
Is a version ready for xGF and with every search bundled in it just on course? Luigi |
|
|
|
|
|
|
#248 | |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
100101000001012 Posts |
Quote:
Over weekend, I possibly will try to build a toy one - using only 22[SUP]m[/SUP] and 32[SUP]m[/SUP] (which after linear combinations makes for F, GF(3), GF(6), GF(12), and xGF(2,3), xGF(2,9), xGF(3,4), xGF(3,8)). Ughhh, it is going to be ugly. And slow, too! |
|
|
|
|
|
|
#249 |
|
"Jerry"
Nov 2011
Vancouver, WA
1,123 Posts |
Win32/64 binaries uploaded and email sent.
Jerry Last fiddled with by flashjh on 2012-10-12 at 13:39 |
|
|
|
|
|
#250 |
|
"Åke Tilander"
Apr 2011
Sandviken, Sweden
2·283 Posts |
I have done some tests to see where the upper limit of mmff 0.26 is. If I look into the source code there is a kernal barrett188 which is suppost to cover TFs up to ^188 bits (that is k=1,152,921e12 for MM127), but when I try to run the program with k:s that large I get the error-message "Exponentiation failure". Using smaller k:s the upper limit seems to be around 420,000e12.
Just out of curiosity it would be interesting to know if this is due to limitations of my video card or if it is a limitation of the program as such? |
|
|
|
|
|
#251 | |
|
P90 years forever!
Aug 2002
Yeehaw, FL
2×53×71 Posts |
Quote:
Last fiddled with by Prime95 on 2012-10-20 at 14:37 |
|
|
|
|
|
|
#252 | |
|
Einyen
Dec 2003
Denmark
35×13 Posts |
Quote:
Here is 3 instances of the error with the -v 3 option: MM127error.txt Last fiddled with by ATH on 2012-10-20 at 20:23 |
|
|
|
|
|
|
#253 |
|
Einyen
Dec 2003
Denmark
35·13 Posts |
I tried running a small range for the first time with mmff. So far I have only been troubleshooting because I think the fan on my GTX 460 might break soon and because I can't really afford a higher power bill than I have currently (I have complained a lot about danish power prices in other threads, so I'll spare the details here).
But to my surprise my small range finished 5x quicker than I expected, so it turns out I apparantly never understood the "raw rate" output of mmff. My "raw rate" was around 368 M/s (and later dropped to 347 M/s), so I figured this range would take: (1200e12-2^50)/368e6 = 201e3 sec = 56h. But it finished after 12h4min! So my k-rate was (1200e12-2^50)/43440sec = 1706 M/s ? So I noticed each output line says "candidates 16.04G" and took rougly 43-46s so thats where the "raw rate" of 347M/s - 368M/s comes from, but what is that measuring exactly? Candidates is number of probable primes to test divisibility with? Code:
Starting trial factoring of k*2^46+1 in k range: 1125899906842624 to 12000000000
00000 (97-bit factors)
k_min = 1125899906842624
k_max = 1200000000000000
Using GPU kernel "mfaktc_barrett108_F32_63gs"
class | candidates | time | ETA | raw rate | SievePrimes | CPU wait
3/4620 | 16.04G | 43.589s | 11h36m | 367.96M/s | 210485
.
.
4613/4620 | 16.04G | 46.216s | 0m00s | 347.04M/s | 210485
no factor for k*2^46+1 in k range: 1125899906842624 to 1200000000000000 (97-bit
factors) [mmff 0.26 mfaktc_barrett108_F32_63gs]
tf(): total time spent: 12h 4m 0.423s
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mersenne trial division implementation | mathPuzzles | Math | 8 | 2017-04-21 07:21 |
| trial division over a factor base | Peter Hackman | Factoring | 7 | 2009-10-26 18:27 |
| P95 trial division strategy | SPWorley | Math | 8 | 2009-08-24 23:26 |
| Trial division software for Mersenne | SPWorley | Factoring | 7 | 2009-08-16 00:23 |
| Need GMP trial-division timings | ewmayer | Factoring | 7 | 2008-12-11 22:12 |