![]() |
![]() |
#1 |
"Alexander"
Nov 2008
The Alamo City
3×307 Posts |
![]()
Does anyone know of any software that does something with sieves (the prime-searching kind) similar to what PRPNet does for the actual primality testing (i.e. stores the candidates on a server, distributes them, runs the testing program, displays progress, etc.)? If not, is there a market for a system like this, what features would be needed, and how should one approach writing this? My idea for this would be for this to distribute a person's own sieves across their own (heterogeneous) cluster, not necessarily a distributed sieve (as with BOINC), though I supposed it could be designed for a small distributed effort if that's desired.
|
![]() |
![]() |
![]() |
#2 | |
"Mark"
Apr 2003
Between here and the
1B3B16 Posts |
![]() Quote:
I have thought about the same question you are asking. AFAIK, there is nothing anyone can run on their home networks to do automate sieving. I don't think it would be overly difficult to code. I would probably start with PRPNet then add a switch on the server to indicate "sieve mode" or "test mode". The configuration of the client would indicate what to do. So if the client has both sievers and testers configured it would get work based upon the mode of the server. If it has only one mode configured and not the other then it can only do that kind of work. This means that a client on ARM could do sieving and one on Intel could do testing for the same server. To further this, the server would have a fixed sieving range that all clients would use, e.g. 1e9, 5e11, 1e14, etc. The client would need to have its own configuration for other command line switches for the sievers. Thoughts? |
|
![]() |
![]() |
![]() |
#3 | |
"Alexander"
Nov 2008
The Alamo City
3×307 Posts |
![]()
I didn't know anyone would respond that quickly, so I didn't bother checking this thread until now. Oops.
Quote:
To describe my workflow, I typically sieve to a target time (not depth) based on the average LLR test time in the dataset on my primary testing computer, and most of my PRPNet servers have new data regularly added to them (two of them are actually designated "miscellaneous" small and medium servers, and they're never "completely" filled). |
|
![]() |
![]() |
![]() |
#4 | |
"Mark"
Apr 2003
Between here and the
6,971 Posts |
![]() Quote:
1) It might use one mode for CPU and one more for GPU, but I haven't thought about it beyond that. 2) One would configure the size of each work unit in terms of "1e9" or "1e12". All work units would have the same size. 3) Sieving would use the entire list of candidates. The client would get an updated list every xx hours per some server configuration. The server would track work similar to what is done for PRP testing with each client assigned a range of p. 4) It would have to be done via prpclient.ini, which would include GPU/CPU affinity. There are not many settings that you would have for the client. I can only think of -G and -g for GPU sieves. 5) Many of the sieves will work on ARM. You can look at the makefile to see which ones are currently supported. Unfortunately I have not finished the support for Metal (Apple Mx). Maybe that will happen this Christmas. |
|
![]() |
![]() |
![]() |
#5 | ||||
"Alexander"
Nov 2008
The Alamo City
39916 Posts |
![]() Quote:
Quote:
Quote:
Quote:
So someone finally got around to testing it? Nice to hear. |
||||
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
The base 2 analog of A086766 | sweety439 | sweety439 | 0 | 2021-08-31 10:40 |
"I am experimenting with heuristic sieves." | Dobri | Dobri | 21 | 2021-08-31 01:42 |
rogue's sieves | rogue | And now for something completely different | 4 | 2017-07-31 19:36 |
Analog hardware to compute FFT's... | WraithX | Hardware | 1 | 2012-11-28 13:29 |
PRPnet | mdettweiler | No Prime Left Behind | 80 | 2010-02-09 21:31 |