mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Software

Reply
 
Thread Tools
Old 2016-12-06, 23:52   #254
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

2×32×353 Posts
Default

Quote:
Originally Posted by rogue View Post
Unless anyone asks otherwise, I am going to remove ABCZ (aka PrZ) file support in the next release. This is in the pfgw documentation:

Code:
     This is a highly compressed ABCD (or NewPGen) format file.  The file
     is compressed considerably more with the PrZ format, than it is with
     PkZip (or RAR/LHA/ACE2/SITX), and it is "processable" by PFGW in the 
     compressed form.  At this writing, the PrZ format is still a work in 
     progress, so the code itself will (may) change some.
I don't think that file sizes are much of a concern today (compared to more than 10 years ago when this code was written).
I got a request to keep this feature, so I will not remove it.
rogue is offline   Reply With Quote
Old 2016-12-15, 19:53   #255
pepi37
 
pepi37's Avatar
 
Dec 2011
After milion nines:)

1,451 Posts
Default

It looks like I found bug in latest PFGW 3.8.3

To summarize: I was start srbsieve with latest PFGW 3.8.3 on base 2017 (just for fun). Immediately, when srbsieve send candidates to PFGW , he crash
So I take 3.7.10 version of PFGW, and it works perfect.
In 7.z file is log files, and srbiseve ini, so you can verify yourself
OS is Win 7 x64
Attached Files
File Type: 7z srbsieve-bug.7z (823 Bytes, 72 views)
pepi37 is online now   Reply With Quote
Old 2016-12-15, 20:16   #256
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

635410 Posts
Default

Quote:
Originally Posted by pepi37 View Post
It looks like I found bug in latest PFGW 3.8.3

To summarize: I was start srbsieve with latest PFGW 3.8.3 on base 2017 (just for fun). Immediately, when srbsieve send candidates to PFGW , he crash
So I take 3.7.10 version of PFGW, and it works perfect.
In 7.z file is log files, and srbiseve ini, so you can verify yourself
OS is Win 7 x64
That is probably due to a bug I introduced for this feature. I have been lazy about ensuring that the latest version fixes the problem. I'll do that in the next few days.
rogue is offline   Reply With Quote
Old 2016-12-15, 20:18   #257
pepi37
 
pepi37's Avatar
 
Dec 2011
After milion nines:)

145110 Posts
Default

Ok, thanks for reply!
pepi37 is online now   Reply With Quote
Old 2016-12-16, 01:18   #258
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

2·32·353 Posts
Default

I have updated sourceforge with the current Windows build. AFAICT, the problem you experienced is fixed.

Last fiddled with by rogue on 2016-12-16 at 01:18
rogue is offline   Reply With Quote
Old 2016-12-16, 22:37   #259
J F
 
J F's Avatar
 
Sep 2013

5610 Posts
Default

The new version also seem to fix the bug with decimal
format 'Length is beyond length of decimal on line 1Length...'

Thanks!
J F is offline   Reply With Quote
Old 2016-12-16, 23:07   #260
pepi37
 
pepi37's Avatar
 
Dec 2011
After milion nines:)

101101010112 Posts
Thumbs up

Thanks!
Works perfectly!
pepi37 is online now   Reply With Quote
Old 2016-12-17, 03:37   #261
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

18D216 Posts
Default

Quote:
Originally Posted by J F View Post
The new version also seem to fix the bug with decimal
format 'Length is beyond length of decimal on line 1Length...'

Thanks!
There was a length limit to the DECIMAL file format which you were probably exceeding. I bumped it up with this release.
rogue is offline   Reply With Quote
Old 2017-01-19, 23:29   #262
pepi37
 
pepi37's Avatar
 
Dec 2011
After milion nines:)

5AB16 Posts
Default

New bug in PFGW ( but only in WinPFGW, not in console version)

Input data is

(8*10^1035622-1)%957096645713241
(8*10^1036567-1)%526612985592801
(8*10^1037351-1)%215554484612681
(8*10^1037915-1)%345760807642879
(8*10^1038217-1)%9712423347241061
(8*10^1038529-1)%58955826639041

Console output ( and that is correct one- same on linux)

Switching to Exponentiating using GMP
(8*10^1035622-1)%957096645713241 is composite: RES64: [00011B662B4EE19F] (0.0001s+0.0266s)
(8*10^1036567-1)%526612985592801 is composite: RES64: [0001042357D1FCAF] (0.0000s+0.0273s)
(8*10^1037351-1)%215554484612681 is composite: RES64: [00000000000002D9] (0.0000s+0.0260s)
(8*10^1037915-1)%345760807642879 is Zero (0)
(8*10^1038217-1)%9712423347241061 is Zero (0)
(8*10^1038529-1)%58955826639041 is Zero (0)


WinPFGW

Switching to Exponentiating using GMP
(8*10^1037915-1)%345760807642879 is Zero (0)
(8*10^1038217-1)%9712423347241061 is Zero (0)
(8*10^1038529-1)%58955826639041 is Zero (0)
(8*10^1038785-1)%22384719218236939 is Zero (0)
(8*10^1039240-1)%13542862267545593 is Zero (0)
(8*10^1039279-1)%16824139280551174082239 is Zero (0)

but data in output file is correct

(8*10^1035622-1)%957096645713241 is composite: RES64: [00011B662B4EE19F] (0.0001s+0.0278s)
(8*10^1036567-1)%526612985592801 is composite: RES64: [0001042357D1FCAF] (0.0000s+0.0281s)
(8*10^1037351-1)%215554484612681 is composite: RES64: [00000000000002D9] (0.0000s+0.0286s)
(8*10^1037915-1)%345760807642879 is Zero (0)
(8*10^1038217-1)%9712423347241061 is Zero (0)
(8*10^1038529-1)%58955826639041 is Zero (0)
(8*10^1038785-1)%22384719218236939 is Zero (0)
pepi37 is online now   Reply With Quote
Old 2017-01-20, 00:14   #263
paulunderwood
 
paulunderwood's Avatar
 
Sep 2002
Database er0rr

2·32·11·19 Posts
Default

I don't see a bug. Clearly suppressing such output in Win-PFGW is an advantage as it would otherwise slow down calculation!
paulunderwood is offline   Reply With Quote
Old 2017-01-20, 12:39   #264
pepi37
 
pepi37's Avatar
 
Dec 2011
After milion nines:)

1,451 Posts
Default

Quote:
Originally Posted by paulunderwood View Post
I don't see a bug. Clearly suppressing such output in Win-PFGW is an advantage as it would otherwise slow down calculation!
Dont agree with you: will program write it is zero or it has RES, calculation speed is same.
pepi37 is online now   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
A possible bug in LLR/PFGW while using GWNUM (no bug in P95) Batalov Software 77 2015-04-14 09:01
PFGW 3.2.0 has been Released rogue Software 94 2010-09-14 21:39
PFGW 3.2.3 has been Released rogue Software 10 2009-10-28 07:07
PFGW 3.2.2 has been Released rogue Software 20 2009-08-23 12:14
PFGW 3.2.1 has been released rogue Software 5 2009-08-10 01:43

All times are UTC. The time now is 13:57.


Mon Aug 2 13:57:42 UTC 2021 up 10 days, 8:26, 0 users, load averages: 3.79, 3.09, 2.48

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.