mersenneforum.org  

Go Back   mersenneforum.org > Prime Search Projects > Conjectures 'R Us

Reply
 
Thread Tools
Old 2010-01-05, 21:47   #56
Xentar
 
Xentar's Avatar
 
Sep 2006

11×17 Posts
Default

Sorry, my mistake..

I am using srsieve for sieving, yes. But for any reason, this one saved the file in the ABCD format (sorted by k). I kept this format for sieving and used a small .bat file to convert it with srfile.. For any other reason, I choosed PRP format (sorted by n).

I will change the format during the next days, so It's not necessary to convert it anymore, right?
Life can be so easy.. you just need to know, how

Thanks for the information!

Btw.: Can a mod please split the last few posts from this thread? It doesn't affect PFGW directly
Xentar is offline   Reply With Quote
Old 2010-01-05, 23:04   #57
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

24·397 Posts
Default

Quote:
Originally Posted by Xentar View Post
Sorry, my mistake..

I am using srsieve for sieving, yes. But for any reason, this one saved the file in the ABCD format (sorted by k). I kept this format for sieving and used a small .bat file to convert it with srfile.. For any other reason, I choosed PRP format (sorted by n).

I will change the format during the next days, so It's not necessary to convert it anymore, right?
Life can be so easy.. you just need to know, how

Thanks for the information!

Btw.: Can a mod please split the last few posts from this thread? It doesn't affect PFGW directly
With 3.2.6, it is not an issue.
rogue is offline   Reply With Quote
Old 2010-01-06, 06:18   #58
Cybertronic
 
Cybertronic's Avatar
 
Jan 2007
Germany

5108 Posts
Default

Thanks for sending me !!!
Cybertronic is offline   Reply With Quote
Old 2010-01-06, 06:49   #59
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

101·103 Posts
Default

Quote:
Originally Posted by Cybertronic View Post
Hello, can anynoe send me the windows version to nluhn at yahoo dot de ?
Thanks.

With this page, I have ever trouble.
I have the same problem with sourceforge. It can be very confusing to get the right version of what you want.

If anyone here as seen the movie "National Treasure", there's a scene where Riley says something like "Why can't they just give us a map that says 'go here for the treasure and enjoy yourself'. The same applies to sourceforge. I want to say to it: "Go to this link for Linux PFGW version xxx and download it". I remember to get the correct Linux and Windows PFGW version 3.2.3 (to put links in the 1st posting here), it took me ~15 mins.


Gary
gd_barnes is online now   Reply With Quote
Old 2010-01-06, 15:01   #60
Lennart
 
Lennart's Avatar
 
"Lennart"
Jun 2007

25×5×7 Posts
Default

Quote:
Originally Posted by gd_barnes View Post
I have the same problem with sourceforge. It can be very confusing to get the right version of what you want.

If anyone here as seen the movie "National Treasure", there's a scene where Riley says something like "Why can't they just give us a map that says 'go here for the treasure and enjoy yourself'. The same applies to sourceforge. I want to say to it: "Go to this link for Linux PFGW version xxx and download it". I remember to get the correct Linux and Windows PFGW version 3.2.3 (to put links in the 1st posting here), it took me ~15 mins.


Gary
http://openpfgw.svn.sourceforge.net/...6_20100105.zip
Lennart is offline   Reply With Quote
Old 2010-01-07, 02:01   #61
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

11000110100002 Posts
Default

I found a bug in scripts when passing a string (and only a string) to the PRP command. It works fine when using something that is evaluated. I'll look into it tomorrow. This seems to only affect tests where k > b.
rogue is offline   Reply With Quote
Old 2010-01-07, 15:02   #62
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

143208 Posts
Default

Quote:
Originally Posted by rogue View Post
I found a bug in scripts when passing a string (and only a string) to the PRP command. It works fine when using something that is evaluated. I'll look into it tomorrow. This seems to only affect tests where k > b.
I fixed the problem. I also found a problem with the new PRIMEP script function, which is also fixed. You can d/l PFGW 3.2.7 for Windows from here:

http://openpfgw.svn.sourceforge.net/...7.zip?view=log

Mac and Linux versions to follow.
rogue is offline   Reply With Quote
Old 2010-01-07, 20:35   #63
Xentar
 
Xentar's Avatar
 
Sep 2006

18710 Posts
Default

Quote:
Originally Posted by rogue View Post
The download link is in the center of the page:
Revision 196 - (view) (download) (as text) (annotate) - [select for diffs]


or use this direct link:
http://openpfgw.svn.sourceforge.net/...p?revision=196
Xentar is offline   Reply With Quote
Old 2010-01-11, 14:29   #64
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

24×397 Posts
Default PFGW 3.3.0 is released

There are significant behavior changes to this release of PFGW WRT to the handling of sumout/roundoff errors and the use of the -a switch.
  • The -a swith no longer supports -1 and -2 as they cause problems with the gwnum library. It now support 3, 4, and 5.
  • PFGW will automatically switch to the next larger FFT size for all tests if it detects a roundoff or sumout error. This information will be displayed to the user and written to the pfgw_err.log file. As a difference from previous releases, the roundoff/sumout error will not be written to pfgw.log.
  • The GFN divisibility logic had to be significantly modified to support the changes for automatically adjusting the FFT size.
  • The PFGW server (which was Windows only) is no longer built or distributed as no users have expressed any interest in using it.

http://openpfgw.svn.sourceforge.net/...0_20100108.zip

MacIntel and Linux versions are to follow later.
rogue is offline   Reply With Quote
Old 2010-01-11, 19:04   #65
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

11000110100002 Posts
Default

Quote:
Originally Posted by rogue View Post
There are significant behavior changes to this release of PFGW WRT to the handling of sumout/roundoff errors and the use of the -a switch.
  • The -a swith no longer supports -1 and -2 as they cause problems with the gwnum library. It now support 3, 4, and 5.
  • PFGW will automatically switch to the next larger FFT size for all tests if it detects a roundoff or sumout error. This information will be displayed to the user and written to the pfgw_err.log file. As a difference from previous releases, the roundoff/sumout error will not be written to pfgw.log.
  • The GFN divisibility logic had to be significantly modified to support the changes for automatically adjusting the FFT size.
  • The PFGW server (which was Windows only) is no longer built or distributed as no users have expressed any interest in using it.

http://openpfgw.svn.sourceforge.net/...0_20100108.zip

MacIntel and Linux versions are to follow later.
Just for clarification, PFGW will only change the FFT size for the number that failed, not for subsequent numbers (unless they fail).
rogue is offline   Reply With Quote
Old 2010-01-11, 19:36   #66
KEP
Quasi Admin Thing
 
KEP's Avatar
 
May 2005

11110001102 Posts
Default

Quote:
Originally Posted by rogue View Post
Just for clarification, PFGW will only change the FFT size for the number that failed, not for subsequent numbers (unless they fail).
I've just noticed, using PFGW version 3.2.7 the linenumber is no longer showing in the windows client as it used to in the previous versions. I know its a small and insignificant change or bug, but it's quite nice to know how far through the file one is exactly, without having to look at the pfgw.ini file

Regards

KEP
KEP is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Prime Gap Search latest version of the c code pinhodecarlos Prime Gap Searches 170 2019-12-10 19:33
where can I download the latest version of GMP-ECM aaa120 GMP-ECM 2 2008-10-31 14:28
Where can I download the latest version of primo? aaa120 Software 7 2008-10-27 06:28
Is 23.8.1 the latest Version of Prime95? Bundu Software 1 2004-11-03 23:18
Latest version? [CZ]Pegas Software 3 2002-08-23 17:05

All times are UTC. The time now is 10:18.


Tue Jul 27 10:18:26 UTC 2021 up 4 days, 4:47, 0 users, load averages: 1.80, 1.98, 1.96

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.