mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > Msieve

Reply
 
Thread Tools
Old 2009-07-20, 06:37   #1
10metreh
 
10metreh's Avatar
 
Nov 2008

91216 Posts
Exclamation Msieve sourceforge discussion

Quote:
Originally Posted by jasonp View Post
Very few changes from beta 3.

I've decided that continuity of this project requires better resources than I've been giving it, and so there is now an Msieve SourceForge project for hosting the repository and releases. Developers who know the code and want write access are welcome to join. Unfortunately I've only committed revision history starting at v1.41, otherwise the new release would never be ready.

I think the next release will be somewhat delayed; there are big changes I want to make, and now you can watch as I make them :)

Happy factoring,
jasonp
Will you still announce new releases here?
10metreh is offline   Reply With Quote
Old 2009-07-20, 07:04   #2
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

23·3·5·72 Posts
Default

Quote:
Originally Posted by jasonp View Post
Very few changes from beta 3.

I've decided that continuity of this project requires better resources than I've been giving it, and so there is now an Msieve SourceForge project for hosting the repository and releases. Developers who know the code and want write access are welcome to join. Unfortunately I've only committed revision history starting at v1.41, otherwise the new release would never be ready.

I think the next release will be somewhat delayed; there are big changes I want to make, and now you can watch as I make them :)

Happy factoring,
jasonp
does this mean we can download svn versions?
henryzz is offline   Reply With Quote
Old 2009-07-20, 12:42   #3
jasonp
Tribal Bullet
 
jasonp's Avatar
 
Oct 2004

3,541 Posts
Default

I expect that most day-to-day discussion (and release announcements) will still occur here, although there is a msieve-devel mailing list that you can subscribe to.

And yes, the subversion repository is public, you can download the latest code at any time. I'll still occaisionally make a snapshot tarball and post it there, along with a home-built windows binary. My web page can still host things like beta windows binaries.

May Jeff Gilchrist and I should coordinate offline to add his binaries to the sourceforge page, although perhaps I should just build up a sourceforge web page using his documentation for inspiration. In any case, this belongs in another thread.
jasonp is offline   Reply With Quote
Old 2009-07-20, 21:00   #4
Jeff Gilchrist
 
Jeff Gilchrist's Avatar
 
Jun 2003
Ottawa, Canada

3×17×23 Posts
Default

Quote:
Originally Posted by jasonp View Post
May Jeff Gilchrist and I should coordinate offline to add his binaries to the sourceforge page, although perhaps I should just build up a sourceforge web page using his documentation for inspiration. In any case, this belongs in another thread.
We can definitely figure something out.

Jeff.
Jeff Gilchrist is offline   Reply With Quote
Old 2009-07-31, 01:02   #5
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

36·13 Posts
Default SVN

The SF new web design annoys me. A lot of useful features are well-hidden. (It used to be possible to get the .tgz ball without having a svn binary.) Anyway, just to help people how to get the latest version without reading the SF docs:

Code:
mkdir msieve
cd msieve
svn co https://msieve.svn.sourceforge.net/svnroot/msieve/trunk/ 

Last fiddled with by Batalov on 2009-07-31 at 01:06 Reason: URL gets "beautified"! Added [ code ]
Batalov is offline   Reply With Quote
Old 2009-07-31, 01:59   #6
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

141518 Posts
Default

Quote:
Originally Posted by Batalov View Post
The SF new web design annoys me. A lot of useful features are well-hidden. (It used to be possible to get the .tgz ball without having a svn binary.) Anyway, just to help people how to get the latest version without reading the SF docs:

Code:
mkdir msieve
cd msieve
svn co https://msieve.svn.sourceforge.net/svnroot/msieve/trunk/ 
I can still get a .tgz without svn, like this:

-Go to http://msieve.svn.sourceforge.net/viewvc/msieve/ to browse the SVN online.
-Click on the link to the "trunk" directory.
-Click "Download GNU tarball" right below the directory listing.
mdettweiler is offline   Reply With Quote
Old 2009-07-31, 02:28   #7
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

36·13 Posts
Default

That's great!
They used to have a great button/tab: "More" and once you clicked on it, "SVN" etc tabs showed up... After randomly clicking all over the newly designed pages I found it now, too... It is under "Develop" (!).
Batalov is offline   Reply With Quote
Old 2009-08-05, 00:45   #8
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

36×13 Posts
Default msieve -np

The poly selection is performing very well with 1.43.

I've tested (very superficially, ~50 hrs out of many more needed) selection for two numbers:
1. a c171 with gnfs/snfs complexity ratio 0.70 and the best preliminary poly did not compete with the snfs poly, but was only 2x time slower (which is intuitively about right; given much time, the best poly will probably almost match the snfs performance).
2. a c169 with gnfs/snfs complexity ratio 0.68. For this one, the search is still running but the current runner up already sieves 1.5x faster than the snfs poly.

Partially, my exercise was to see if the proverbial 0.7 decision boundary estimate was still right in 2009. (and practical, at the same time)

In short, I'd say, projects of this size (with available significant sieving resources) are quite workable with gnfs/snfs complexity ratio <= 0.68 (maybe 0.69) -- with msieve, not pol51 (haven't tested at this time).
Batalov is offline   Reply With Quote
Old 2009-08-05, 06:51   #9
10metreh
 
10metreh's Avatar
 
Nov 2008

2×33×43 Posts
Default

Quote:
Originally Posted by Batalov View Post
The poly selection is performing very well with 1.43.
Is 1.43 out? The sourceforge page only shows 1.42.
10metreh is offline   Reply With Quote
Old 2009-08-05, 07:19   #10
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

224058 Posts
Default

1.43 is the current SVN version.
(That's part of the reason why this response is here, in this thread.)
Batalov is offline   Reply With Quote
Old 2009-08-05, 10:30   #11
10metreh
 
10metreh's Avatar
 
Nov 2008

1001000100102 Posts
Default

Quote:
Originally Posted by Batalov View Post
1.43 is the current SVN version.
(That's part of the reason why this response is here, in this thread.)
I would have thought the current SVN was 1.42.33 or something like that. When 1.43 does come out, we won't be calling it "1.44", will we?
10metreh is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
msieve on KNL frmky Msieve 3 2016-11-06 11:45
SourceForge Dubslow Programming 1 2015-05-28 14:39
Msieve on a Mac (Help) pxp Msieve 1 2013-02-28 14:56
msieve help em99010pepe Msieve 23 2009-09-27 16:13
Msieve 1.10 RedGolpe Msieve 6 2006-09-07 12:56

All times are UTC. The time now is 01:17.


Sat Jul 17 01:17:53 UTC 2021 up 49 days, 23:05, 1 user, load averages: 1.29, 1.18, 1.27

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.