mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > Operazione Doppi Mersennes

Reply
 
Thread Tools
Old 2013-08-28, 09:45   #309
aketilander
 
aketilander's Avatar
 
"Åke Tilander"
Apr 2011
Sandviken, Sweden

56610 Posts
Default Next MMs

George, I wonder if you have any plans to develop the mmff in the future to cover some of the MMs bigger then MM127? For instance MM521, MM607, MM1279, MM2203 and MM2281?
aketilander is offline   Reply With Quote
Old 2013-08-28, 16:35   #310
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

2×53×71 Posts
Default

Sorry, there are no further development plans for mmff

I stopped at MM127 because the grammar school multiplication used in mmff probably is not the best choice for MM521. Best is likely Karatsuba. Also, register pressure will be pretty severe. This makes further development non-trivial.

Last fiddled with by Prime95 on 2013-08-28 at 16:44
Prime95 is offline   Reply With Quote
Old 2013-08-29, 13:41   #311
aketilander
 
aketilander's Avatar
 
"Åke Tilander"
Apr 2011
Sandviken, Sweden

2·283 Posts
Default

Thank you George for the information. I really hope that you, in a few years time, will consider extending mmff if and when you have any spare time. It's a great program. I appreciate it very much!
aketilander is offline   Reply With Quote
Old 2013-08-29, 18:56   #312
ET_
Banned
 
ET_'s Avatar
 
"Luigi"
Aug 2002
Team Italia

113178 Posts
Default

Quote:
Originally Posted by aketilander View Post
Thank you George for the information. I really hope that you, in a few years time, will consider extending mmff if and when you have any spare time. It's a great program. I appreciate it very much!
Meanwhile, you can use Mark's gmp-doublemersenne...

Luigi

Last fiddled with by ET_ on 2013-08-29 at 18:56
ET_ is offline   Reply With Quote
Old 2014-02-28, 17:01   #313
tServo
 
tServo's Avatar
 
"Marv"
May 2009
near the Tannhäuser Gate

2·3·109 Posts
Default mmff for fermatfactor < 29

George,
As per Luigi's request, I am starting to compile some programs for Mac and am
doing mmff first and was wondering what is the reason for the lower limit
of fermatfactor of 29? Is it just because there is some coding work to be done
or is there a technical or mathematical reason? Just wondering.
Thanks for the great program, BTW.
-Marv
tServo is offline   Reply With Quote
Old 2014-02-28, 20:37   #314
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

165468 Posts
Default

I'm not positive. I probably felt ECM is a better choice for small Fermats.
Prime95 is offline   Reply With Quote
Old 2014-03-02, 15:58   #315
tServo
 
tServo's Avatar
 
"Marv"
May 2009
near the Tannhäuser Gate

2·3·109 Posts
Default

Quote:
Originally Posted by Prime95 View Post
I'm not positive. I probably felt ECM is a better choice for small Fermats.
So then it's just a matter of adding the code to handle those ranges n'est-ce pas?
tServo is offline   Reply With Quote
Old 2014-03-02, 19:15   #316
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

2·53·71 Posts
Default

Quote:
Originally Posted by tServo View Post
So then it's just a matter of adding the code to handle those ranges n'est-ce pas?
Yes.
Prime95 is offline   Reply With Quote
Old 2014-06-22, 02:19   #317
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

947710 Posts
Cool mmff v. 0.28 source

Minor update -- v 0.28:

What's new:

The next set of 32 N values in k*2^N+1 Fermat factor testing is available.
The highest testable N is now 223, and the highest bitlevel is 252. Practically, because k<=2^45 are already tested, the highest usable N is 207 (was 175 is version 0.27), but double-checking may find something (known Fermat factors for N=217 (Suyama, 1980) and N=207 (Keller, 1984) are recovered as one of the QC tests).

As always, previous savefiles will not work with 0.28 unless the -nocheck argument is used.

All seven new kernels are thoroughly tested, but let me know if you will get errors anyway.

Keep the factors coming!
Attached Files
File Type: zip mmff-0.28.zip (190.7 KB, 139 views)
Batalov is offline   Reply With Quote
Old 2014-06-23, 10:41   #318
ET_
Banned
 
ET_'s Avatar
 
"Luigi"
Aug 2002
Team Italia

32·5·107 Posts
Default

Quote:
Originally Posted by Batalov View Post
Minor update -- v 0.28:

What's new:

The next set of 32 N values in k*2^N+1 Fermat factor testing is available.
The highest testable N is now 223, and the highest bitlevel is 252. Practically, because k<=2^45 are already tested, the highest usable N is 207 (was 175 is version 0.27), but double-checking may find something (known Fermat factors for N=217 (Suyama, 1980) and N=207 (Keller, 1984) are recovered as one of the QC tests).

As always, previous savefiles will not work with 0.28 unless the -nocheck argument is used.

All seven new kernels are thoroughly tested, but let me know if you will get errors anyway.

Keep the factors coming!
Thank you Serge, I'm updating FermatSearch with ths new executable.

2 questions:

- What do you mean with "The highest testable N is now 223, and the highest bitlevel is 252. Practically, because k<=2^45 are already tested, the highest usable N is 207"? The previous limit of mmff-0.27 was N<174; is the actual limit equal to N<208?
- Our previous version was limitd to k>224. Does this limit still stand?

Luigi
ET_ is offline   Reply With Quote
Old 2014-06-23, 10:53   #319
ET_
Banned
 
ET_'s Avatar
 
"Luigi"
Aug 2002
Team Italia

32·5·107 Posts
Default

Quote:
Originally Posted by Batalov View Post
Minor update -- v 0.28:

[...]

Keep the factors coming!
As I am actually lacking a GPU system, may I ask for some volunteering effort? Our site would benefit from an executable version of mmff-0.28 for the main OSes.

Thank you

Luigi
ET_ is offline   Reply With Quote
Reply



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

All times are UTC. The time now is 00:38.


Sat Jul 17 00:38:56 UTC 2021 up 49 days, 22:26, 1 user, load averages: 1.36, 1.14, 1.25

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.