![]() |
|
|
#331 | |
|
"Mark"
Apr 2003
Between here and the
2×32×353 Posts |
Quote:
But I think I introduced another bug somewhere else as it was hanging on me. Last fiddled with by rogue on 2020-05-30 at 19:55 |
|
|
|
|
|
|
#332 | |
|
Jun 2003
2·7·113 Posts |
Quote:
It does not work with the original cw_kernel.cl file either. I am on Windows 10 if that makes a difference. |
|
|
|
|
|
|
#333 |
|
"Mark"
Apr 2003
Between here and the
2×32×353 Posts |
I found and fixed two issues in the CullenWoodallWorker class. It no longer hangs and it runs cleanly on OS X. One was caused by a change in the framework. The other by indexing beyond the bounds of an array. That latter triggers a crash on OS X, but behaves unpredictably on Windows.
|
|
|
|
|
|
#334 |
|
"Mark"
Apr 2003
Between here and the
2·32·353 Posts |
I posted 2.0.1. This fixes gcwsieve and adds k1b2sieve which sieves 2*n+c for a range of n and c.
|
|
|
|
|
|
#335 |
|
Dec 2011
After milion nines:)
1,451 Posts |
|
|
|
|
|
|
#336 |
|
"Mark"
Apr 2003
Between here and the
143228 Posts |
https://sourceforge.net/projects/mtsieve/, but there are bugs in that sieve that I have to fix. I will hopefully post an update later today.
|
|
|
|
|
|
#337 |
|
Dec 2011
After milion nines:)
101101010112 Posts |
One suggestion :using twinsieve on big range can easy consume 4, 8 or more GB of RAM: so I suggest that you add quick calculation at start that will show user how many RAM twinsieve will allocate.If user agree with prediction: then calculation is continuing.
I ran few times twinsieve and got out of memory. Newpgen solve this program as suggested above. |
|
|
|
|
|
#338 | |
|
"Mark"
Apr 2003
Between here and the
2·32·353 Posts |
Quote:
|
|
|
|
|
|
|
#339 |
|
Dec 2011
After milion nines:)
1,451 Posts |
|
|
|
|
|
|
#340 | |
|
"Mark"
Apr 2003
Between here and the
18D216 Posts |
Quote:
NewPGen only warns you because it is a 32-bit app and is limited on how much memory it can use. I don't see a reason for such a message in any of my sieves. They are all 64-bit so it is really an issue of how much memory you have available as opposed to how much memory the software can use. |
|
|
|
|
|
|
#341 |
|
Dec 2011
After milion nines:)
1,451 Posts |
But reason is to warn user, twinsieve will use 12GB of ram and you have 8....(example)
Last fiddled with by pepi37 on 2020-06-02 at 22:16 |
|
|
|