mersenneforum.org  

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

Reply
 
Thread Tools
Old 2023-06-08, 00:41   #584
storm5510
Random Account
 
storm5510's Avatar
 
Aug 2009
Oceanus Procellarum

23·379 Posts
Default

Quote:
Originally Posted by rogue View Post
I have tracked down and fixed the "40 bit" problem with primality testing. This code was changed over a decade ago and only impact terms less than 40 bits in size. I just had to revert part of those changes. In other words this bug has impacted all releases since 2011, which is when that change was made.

I will release a new build of pfgw once George releases an updated gwnum because it has a bug that causes pfgw to crash.
I found 4.0.7 Beta on Sourceforge. Is this what you are referring to?
storm5510 is offline   Reply With Quote
Old 2023-06-08, 12:38   #585
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

22·1,871 Posts
Default

Quote:
Originally Posted by storm5510 View Post
I found 4.0.7 Beta on Sourceforge. Is this what you are referring to?
The beta has a change that someone had me implement. They are testing the changes. It is not ready for release.
rogue is offline   Reply With Quote
Old 2023-06-08, 12:49   #586
storm5510
Random Account
 
storm5510's Avatar
 
Aug 2009
Oceanus Procellarum

57308 Posts
Default

Quote:
Originally Posted by rogue View Post
The beta has a change that someone had me implement. They are testing the changes. It is not ready for release.
I gave it a rigorous task to do yesterday evening. It is still running now.
storm5510 is offline   Reply With Quote
Old 2023-06-26, 21:23   #587
gd_barnes
 
gd_barnes's Avatar
 
"Gary"
May 2007
Overland Park, KS

3×59×71 Posts
Default

Is there an update on the fix for the 40-bit problem?
gd_barnes is offline   Reply With Quote
Old 2023-06-26, 23:05   #588
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

22×1,871 Posts
Default

Quote:
Originally Posted by gd_barnes View Post
Is there an update on the fix for the 40-bit problem?
I have not released it it because I was waiting for a fix on the GEC code. If I don't get a fix this week for it then I will release with the GEC code.
rogue is offline   Reply With Quote
Old 2023-06-27, 02:07   #589
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

100000101101112 Posts
Default

Quote:
Originally Posted by rogue View Post
I have not released it it because I was waiting for a fix on the GEC code. If I don't get a fix this week for it then I will release with the GEC code.
30.13 sources have been released. Are you waiting on anything else from me?
Prime95 is offline   Reply With Quote
Old 2023-06-27, 12:33   #590
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

22·1,871 Posts
Default

Quote:
Originally Posted by Prime95 View Post
30.13 sources have been released. Are you waiting on anything else from me?
I forgot about that. I am not waiting for anything from you now. Thank you!
rogue is offline   Reply With Quote
Old 2023-06-29, 12:14   #591
rebirther
 
rebirther's Avatar
 
Sep 2011
Germany

23×163 Posts
Default

pfgw 4.0.6 is bugged,

150*295^292+1 is prime --->pfgw4.0.4, llr, llr2, with pfgw4.0.6 is not prime

tested a smaller range of S85 up to k=1000, n=2500, pfgw4.0.6 missed 3 primes and add them to remaining, pfgw4.0.4 found all

Its better not using this version on new bases

@rogue: Can you pls release pfgw4.0.8 with gwnum30.13 for testing? Otherwise we need to use older versions and maybe rerun all new bases while a lot of primes are missing

Note: Winpfgw 4.0.7 is stucking on testing S295 to max k=1000 (stucking at 150)

Last fiddled with by rebirther on 2023-06-29 at 12:16
rebirther is offline   Reply With Quote
Old 2023-06-29, 12:18   #592
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

1D3C16 Posts
Default

Quote:
Originally Posted by rebirther View Post
pfgw 4.0.6 is bugged,

150*295^292+1 is prime --->pfgw4.0.4, llr, llr2, with pfgw4.0.6 is not prime

tested a smaller range of S85 up to k=1000, n=2500, pfgw4.0.6 missed 3 primes and add them to remaining, pfgw4.0.4 found all

Its better not using this version on new bases

@rogue: Can you pls release pfgw4.0.8 with gwnum30.13 for testing? Otherwise we need to use older versions and maybe rerun all new bases while a lot of primes are missing

Note: Winpfgw 4.0.7 is stucking on testing S295 to max k=1000 (stucking at 150)
I'm waiting for a fix to the GEC code. If that is not ready by tomorrow I will disable that code and release.
rogue is offline   Reply With Quote
Old 2023-06-29, 14:14   #593
storm5510
Random Account
 
storm5510's Avatar
 
Aug 2009
Oceanus Procellarum

BD816 Posts
Default

Quote:
Originally Posted by rebirther View Post
150*295^292+1 is prime --->pfgw4.0.4, llr, llr2, with pfgw4.0.6 is not prime...
I found something similar with PFGW v4.0.3. In a short run, using the -t switch causes it not to find much. Run it without, it finds much more. I cross checked it with cllr64. The results match PFGW's results without the switch.

I am not a fan of PRP. That is just me.
storm5510 is offline   Reply With Quote
Old 2023-06-29, 16:19   #594
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

22·1,871 Posts
Default

Quote:
Originally Posted by storm5510 View Post
I found something similar with PFGW v4.0.3. In a short run, using the -t switch causes it not to find much. Run it without, it finds much more. I cross checked it with cllr64. The results match PFGW's results without the switch.

I am not a fan of PRP. That is just me.
The difference is that a primality test can take longer than a PRP test and in some cases much longer. It is better to do a PRP test first.
rogue is offline   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.1 has been released rogue Software 5 2009-08-10 01:43
PFGW 3.1.0 has been Released rogue Software 25 2009-07-21 18:13

All times are UTC. The time now is 14:42.


Sun Oct 1 14:42:14 UTC 2023 up 18 days, 12:24, 0 users, load averages: 0.58, 0.57, 0.65

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, 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.

≠ ± ∓ ÷ × · − √ ‰ ⊗ ⊕ ⊖ ⊘ ⊙ ≤ ≥ ≦ ≧ ≨ ≩ ≺ ≻ ≼ ≽ ⊏ ⊐ ⊑ ⊒ ² ³ °
∠ ∟ ° ≅ ~ ‖ ⟂ ⫛
≡ ≜ ≈ ∝ ∞ ≪ ≫ ⌊⌋ ⌈⌉ ∘ ∏ ∐ ∑ ∧ ∨ ∩ ∪ ⨀ ⊕ ⊗ 𝖕 𝖖 𝖗 ⊲ ⊳
∅ ∖ ∁ ↦ ↣ ∩ ∪ ⊆ ⊂ ⊄ ⊊ ⊇ ⊃ ⊅ ⊋ ⊖ ∈ ∉ ∋ ∌ ℕ ℤ ℚ ℝ ℂ ℵ ℶ ℷ ℸ 𝓟
¬ ∨ ∧ ⊕ → ← ⇒ ⇐ ⇔ ∀ ∃ ∄ ∴ ∵ ⊤ ⊥ ⊢ ⊨ ⫤ ⊣ … ⋯ ⋮ ⋰ ⋱
∫ ∬ ∭ ∮ ∯ ∰ ∇ ∆ δ ∂ ℱ ℒ ℓ
𝛢𝛼 𝛣𝛽 𝛤𝛾 𝛥𝛿 𝛦𝜀𝜖 𝛧𝜁 𝛨𝜂 𝛩𝜃𝜗 𝛪𝜄 𝛫𝜅 𝛬𝜆 𝛭𝜇 𝛮𝜈 𝛯𝜉 𝛰𝜊 𝛱𝜋 𝛲𝜌 𝛴𝜎𝜍 𝛵𝜏 𝛶𝜐 𝛷𝜙𝜑 𝛸𝜒 𝛹𝜓 𝛺𝜔