![]() |
![]() |
#430 | |
"Mark"
Apr 2003
Between here and the
2×3×1,031 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#431 |
"Mark"
Apr 2003
Between here and the
2×3×1,031 Posts |
![]()
I posted 2.0.5 to sourceforge. The only change is for sgsieve support of newpgen format. Note that the Sophie-Germain primes it searches for are referred to a "CC" by newpgen and twingen. In the future I will add support for p = k*b^n-1. Right now it only supports p = k*2^n+1. The future will also bring support for other bases.
|
![]() |
![]() |
![]() |
#432 |
Jun 2003
1,579 Posts |
![]()
Feature request for srsieve2.exe
In CisOneSubsequenceHelper.cpp can you create an option to bypass the code to calculate the ii_BestQ if the user can use the -Q flag and specify it from the command line. Generally srsieve2.exe program can calculate the best Q but for some sequences (Q>720) it does not work and it might be better to specify it from the command line. Thanks. |
![]() |
![]() |
![]() |
#433 | |
"Mark"
Apr 2003
Between here and the
2·3·1,031 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#434 | |
Jun 2003
157910 Posts |
![]() Quote:
https://www.mersenneforum.org/showpo...82&postcount=4 You can read the posts in the above thread (towards the end). We were finding benefit of using Q values greater than 50,000 You can also artificially create a sequence that needs Q>720 for testing It would be best for a manual option for Q as some sequences require Q to be a multiple of 7,11 etc and it is hard for any algorithm to predict best Q in all possible circumstances. |
|
![]() |
![]() |
![]() |
#435 |
Dec 2011
After milion nines:)
25568 Posts |
![]()
Source 2.0.5.7
I cannot get that gfndsievecl. exe working Ok it doesnot crash, but if use GPU then GPU load should not be zero? |
![]() |
![]() |
![]() |
#436 |
"Mark"
Apr 2003
Between here and the
2·3·1,031 Posts |
![]()
The first chunk that is tested will not use the GPU because of the large number of candidates removed. Beyond that it should use the GPU. Did you specify the -G option? Also note that this code doesn't stress the GPU that much. You could try upping the value for -G to start more GPU workers.
|
![]() |
![]() |
![]() |
#437 | |
Dec 2011
After milion nines:)
56E16 Posts |
![]() Quote:
Yes it works , with -G2 -g 20 I got same speed as from one cpu worker! Thanks for answer! Cosmetic bug: if you use-i gfnd.pfgw -o gfnd.pfgw then output will be named gfnd.pfgw.pfgw, so you must use -o gfnd to get output gfnd.pfgw Last fiddled with by pepi37 on 2020-08-28 at 14:50 |
|
![]() |
![]() |
![]() |
#438 | |
"Mark"
Apr 2003
Between here and the
2×3×1,031 Posts |
![]() Quote:
Auto-appending .pfgw to the output file name is intended in this case because of the -T option. I suppose I could change so that .pfgw is only appended if -T is specified thus making -O a prefix for file name instead of a file name. |
|
![]() |
![]() |
![]() |
#439 | ||
Dec 2011
After milion nines:)
2·5·139 Posts |
![]() Quote:
By the way how to activate -x --testterms test remaining terms for GFN divisibility Can I just input number of candidate and try to test it without sieving or I need to done sieving and in next step application test remain candidates? Quote:
I try other combination but it doesnot work also :( Last fiddled with by pepi37 on 2020-08-28 at 15:34 |
||
![]() |
![]() |
![]() |
#440 |
"Mark"
Apr 2003
Between here and the
2×3×1,031 Posts |
![]()
The reason is that -x is intended to be used on new sieves. It is also geared towards n < 2000. For larger n using gfndsieve+pfgw would be faster. Also other programs will likely be faster than gfndsieve for such small x.
|
![]() |
![]() |