![]() |
|
|
#210 | |
|
"Mark"
Apr 2003
Between here and the
24×397 Posts |
Quote:
|
|
|
|
|
|
|
#211 |
|
Apr 2018
17 Posts |
No. I used srfile to split up the work by k, and again to combine multiple k's together in a sieve file. If one computer runs out of work, it is fairly simple for me to split the largest file again. The computer I bring to school has to go through the school's proxy which blocks PRPNET, at least for primegrid.
|
|
|
|
|
|
#212 |
|
Dec 2011
After milion nines:)
23·181 Posts |
Rogue this idea was always on my mind, but reading , and setup PRPNet is definitely is not easy task , especially if you dont have knowledge for that kind of work. So I take piece or work and split in XLS table :) It is faster :)
|
|
|
|
|
|
#213 |
|
"Mark"
Apr 2003
Between here and the
24×397 Posts |
What is difficult with it? Installing a database is the hardest part. PM me with questions.
|
|
|
|
|
|
#214 | |
|
"Mark"
Apr 2003
Between here and the
24×397 Posts |
Quote:
|
|
|
|
|
|
|
#215 |
|
May 2009
Russia, Moscow
2,593 Posts |
BTW, what is the right options to test CRUS bases on PRPNet? I'd tried to use servertype=1 and servertype=3, in both cases search continues despite of fact that prime for specific k has been already found. I remember in early versions of PRPNet (4.x maybe) there was 'sierpinskiriesel=1' option that prevented such behavior. Any suggestions?
|
|
|
|
|
|
#216 | |
|
"Mark"
Apr 2003
Between here and the
24×397 Posts |
Quote:
If you have more k then clients, then you might also want: onekperinstance=1 If you e-mail me your prpserver.log I can take a look at what is happening. |
|
|
|
|
|
|
#217 |
|
May 2007
Kansas; USA
101×103 Posts |
Can someone post the latest Windows version of srsieve2 here along with a README or other help file that shows how to use it ?
I would like to do some sieving on many k's for Riesel base 3. All are k > 25G. Thank you. Last fiddled with by gd_barnes on 2020-03-19 at 04:16 |
|
|
|
|
|
#218 | |
|
Quasi Admin Thing
May 2005
2·3·7·23 Posts |
Quote:
2. Unzip or open folder and copy srsieve2 to your working folder 3. open cmd prompt as administrator or directly from the working folder using shift+right click on mouse and choose "open commandwindow" 4. type following in the new commandwindow: srsieve2 -P (max sieve value) -w 10000000 (can be excluded but I have found on my quad that I'll run faster if I set w(orksize) to 10M primes compared to 1M primes as default per thread) -W (number of threads you want srsieve2 to use, it makes no sence to not set it to the amount of available threads) -n (min n value) -N (Max n value) -s (name of sequence file) 5. Hit enter and srsieve2 should start processing work at once ![]() This will get you going from scratch ![]() In case of problems, throw me a PM and I'll try to help you ![]() Take care and stay safe. If resume is nescesarily at any point, I think this will work: srsieve2 -p (min sieve value to start from - may not be nescessary if using all threads) -P (max sieve value) -w 10000000 (can be excluded but I have found on my quad that I'll run faster if I set w(orksize) to 10M primes compared to 1M primes as default per thread) -W (number of threads you want srsieve2 to use, it makes no sence to not set it to the amount of available threads) -n (min n value) -N (Max n value) -i (name of output file created in point 5 or file created by srsieve or srfile that needs further sieving) |
|
|
|
|
|
|
#219 |
|
"Mark"
Apr 2003
Between here and the
24·397 Posts |
srsieve2 cannot read some formats output by srsieve/srfile. You will want output from those programs to be in "pfgw" format so that srsieve2 can read them.
Note that srsieve2 does not support Legendre tables yet. I should have some time to work on that in the near future. Of course any suggestions for improvements are welcome. Last fiddled with by rogue on 2020-03-19 at 13:18 |
|
|
|
|
|
#220 |
|
May 2007
Kansas; USA
101×103 Posts |
Thank you Kenneth and Mark!
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Useless SSE instructions | __HRB__ | Programming | 41 | 2012-07-07 17:43 |
| Questions about software licenses... | WraithX | GMP-ECM | 37 | 2011-10-28 01:04 |
| Software/instructions/questions | gd_barnes | No Prime Left Behind | 48 | 2009-07-31 01:44 |
| Instructions to manual LLR? | OmbooHankvald | PSearch | 3 | 2005-08-05 20:28 |
| Instructions please? | jasong | Sierpinski/Riesel Base 5 | 10 | 2005-03-14 04:03 |