![]() |
![]() |
#793 |
"Mark"
Apr 2003
Between here and the
11101001110012 Posts |
![]()
There is no reason to using srsieve anymore. Use srsieve2, even if you don't have a GPU. Without a GPU you sieve to 1e6 with srsieve2, then switch to sr1sieve/sr2sieve. The default output format from srsieve2 (ABCD) can be read by the current versions of sr1sieve/sr2sieve.
|
![]() |
![]() |
![]() |
#794 | |
Random Account
Aug 2009
Oceanus Procellarum
22·757 Posts |
![]() Quote:
Code:
srsieve2cl -n 1e3 -N 15e6 -P 5e9 -M 3500 -s "101*2^n+1" Note: I used 101 in the sequence because I knew it was a prime number, just not Mersenne. I was receiving GPU messages until -M was at 3,500. |
|
![]() |
![]() |
![]() |
#795 | |
"Mark"
Apr 2003
Between here and the
7,481 Posts |
![]() Quote:
Yes, no n in the output file will be outside of the range you specified on the command line. |
|
![]() |
![]() |
![]() |
#796 | |
Random Account
Aug 2009
Oceanus Procellarum
22×757 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#797 | |
"Mark"
Apr 2003
Between here and the
7,481 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#798 | |
Random Account
Aug 2009
Oceanus Procellarum
1011110101002 Posts |
![]() Quote:
You are to be congratulated for the amazing performance increase. I can run sieves in a few hours which three years ago may have taken days when I was running Riesel's for Prime Wiki. Off-topic: I am not aware of anything being done with the LLR group of programs. In my case, there was a major slow-down which started around 800K for n. The k value did not much matter. |
|
![]() |
![]() |
![]() |
#799 | |
"Mark"
Apr 2003
Between here and the
164718 Posts |
![]() Quote:
The speed of llr/pfgw is a result of the FFT size needed to do the PRP/primary test. This primarily driven by n since k is only a handful of bits and n is many thousands of bits. There are some GPU programs that can do PRP/primarity tests, such as llrCUDA, proth20, and various versions of genefer. proth20 is limited to base 2. genefer is limited to GFNs. |
|
![]() |
![]() |
![]() |
#800 | |
"Oliver"
Sep 2017
Porta Westfalica, DE
22·457 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#801 | ||
Random Account
Aug 2009
Oceanus Procellarum
22×757 Posts |
![]() Quote:
Quote:
![]() |
||
![]() |
![]() |
![]() |
#802 |
Feb 2011
110112 Posts |
![]()
Is there Windows binary for latest version of LLRCUDA somewhere?
|
![]() |
![]() |
![]() |
#803 |
Dec 2011
After 1.58M nines:)
177610 Posts |
![]() |
![]() |
![]() |