Author |
Message |
|
For some of the smaller test groups (k's remaining>10,000; n=2.5K), could a script do batches of prime tests?
For example, the script would package ~350 tests into a single work unit and the whole work unit would run for the full duration of the k (~9 minutes at AMD Ryzen 9 3900 3.28 GHz - 4 cores with PRST).
Each k would be tested within the range until primality or failure.
I could prepackage these if necessary. There are 120 bases with k's remaining>10,000 n=2.5K. One is all the way up to 2.2 Million k's.
I think a script that would package the smaller groups into work units would be beneficial.
____________
Primes Found:
50*893^231310-1 (Top 5000)
20*634^476756-1 (Top 5000)
96*789^506568+1 (Top 5000)
225*370^322863-1 (Top 5000)
3293*82^335630-1 (Top 5000)
18431*82^467690-1 (Top 5000)
More primes on prestacki.com! |
|
|
rebirtherVolunteer moderator Project administrator Project developer Project tester Project scientist
Send message
Joined: 2 Jan 13 Posts: 7479 Credit: 43,619,441 RAC: 37,846 |
For some of the smaller test groups (k's remaining>10,000; n=2.5K), could a script do batches of prime tests?
For example, the script would package ~350 tests into a single work unit and the whole work unit would run for the full duration of the k (~9 minutes at AMD Ryzen 9 3900 3.28 GHz - 4 cores with PRST).
Each k would be tested within the range until primality or failure.
I could prepackage these if necessary. There are 120 bases with k's remaining>10,000 n=2.5K. One is all the way up to 2.2 Million k's.
I think a script that would package the smaller groups into work units would be beneficial.
You will have million of tests, this range isnt something for boinc. Split the tests with llr and use stoponprimedk. Its faster. |
|
|
|
For some of the smaller test groups (k's remaining>10,000; n=2.5K), could a script do batches of prime tests?
For example, the script would package ~350 tests into a single work unit and the whole work unit would run for the full duration of the k (~9 minutes at AMD Ryzen 9 3900 3.28 GHz - 4 cores with PRST).
Each k would be tested within the range until primality or failure.
I could prepackage these if necessary. There are 120 bases with k's remaining>10,000 n=2.5K. One is all the way up to 2.2 Million k's.
I think a script that would package the smaller groups into work units would be beneficial.
You will have million of tests, this range isnt something for boinc. Split the tests with llr and use stoponprimedk. Its faster.
That is what I thought. I will continue working on them until SRbase can church the primes!
____________
Primes Found:
50*893^231310-1 (Top 5000)
20*634^476756-1 (Top 5000)
96*789^506568+1 (Top 5000)
225*370^322863-1 (Top 5000)
3293*82^335630-1 (Top 5000)
18431*82^467690-1 (Top 5000)
More primes on prestacki.com! |
|
|
|
When would you typically bring a base onto SRbase for testing?
____________
Primes Found:
50*893^231310-1 (Top 5000)
20*634^476756-1 (Top 5000)
96*789^506568+1 (Top 5000)
225*370^322863-1 (Top 5000)
3293*82^335630-1 (Top 5000)
18431*82^467690-1 (Top 5000)
More primes on prestacki.com! |
|
|
rebirtherVolunteer moderator Project administrator Project developer Project tester Project scientist
Send message
Joined: 2 Jan 13 Posts: 7479 Credit: 43,619,441 RAC: 37,846 |
When would you typically bring a base onto SRbase for testing?
Range 1-25k is not for BOINC. |
|
|
|
When would you typically bring a base onto SRbase for testing?
Range 1-25k is not for BOINC.
Got it. So test to n=25K and then there is a chance that SRBase will pick it up for testing?
____________
Primes Found:
50*893^231310-1 (Top 5000)
20*634^476756-1 (Top 5000)
96*789^506568+1 (Top 5000)
225*370^322863-1 (Top 5000)
3293*82^335630-1 (Top 5000)
18431*82^467690-1 (Top 5000)
More primes on prestacki.com! |
|
|
rebirtherVolunteer moderator Project administrator Project developer Project tester Project scientist
Send message
Joined: 2 Jan 13 Posts: 7479 Credit: 43,619,441 RAC: 37,846 |
When would you typically bring a base onto SRbase for testing?
Range 1-25k is not for BOINC.
Got it. So test to n=25K and then there is a chance that SRBase will pick it up for testing?
Yes, bigger than n=25k |
|
|