![]() |
[quote=gd_barnes;162306]Max,
Let's get the 6k mini-drive started. My suggestion: For k=315/321/327/333/339/345, load n=600K-700K into port G8000. We won't load the entire n-range in just yet in case interest in the drive wanes. We can then unreserve them and put them back up for individual-k reservation. I think you had possibly mentioned doing this with a PRPnet server. I'll leave that up to you. One thing to keep in mind, since PRPnet will be new to most people here, detailed instructions will be needed. Whatever port you load it into, please update the 1st post in the "LLRnet servers for NPLB" to include the new port. To all, If Max chooses to run this with PRPnet, the good thing about it is that it resolves the problem that LLRnet has with running an older and slower version of the LLR program. I believe it should speed up testing by 6-10% to the same as running manual LLR. Max can give more specifics. Primes for the new mini-drive can be posted in the "Report primes for all k<=1001" thread. This is an informal drive so no separate thread will be kept. Everything will be run by LLRnet or PRPnet. The n-range status and primes will be updated in the 1st post of this thread as though they had been found by manual reservation. Keep in mind that there are ZERO previously known primes for the entire k=300-400 range. Everything you find is yours to report! :smile: Gary[/quote] Okay, cool. It's getting late right now so I can't get the server set up tonight, but I should be able to do all of the necessary setup tasks tomorrow (including getting an instruction thread set up). :smile: |
what about the PRPnet resultfiles?
i hope there're scripts to convert those files in LLRnet-format! if not, serveral people have to change their scripts for processing them (inserting in LLRnet-Database by IronBits or checking for completeness by me)! |
[quote=kar_bon;162322]what about the PRPnet resultfiles?
i hope there're scripts to convert those files in LLRnet-format! if not, serveral people have to change their scripts for processing them (inserting in LLRnet-Database by IronBits or checking for completeness by me)![/quote] Max, You're up to bat here. We definitely need this to be fed into the stats database and converted to "regular" results files for Karsten and my purposes. Can that be done fairly quickly? I'd like to get the mini-drive started within the next 1-2 days. An option is to load up LLRnet port G8000 with n=600K-700K while you work on this. After you know you have the interface working with our stats and a conversion process to "regular" results in place, the next higher n-range then could then be loaded into a PRPnet server. We have to make sure that we think of all of the impacts of having a PRPnet server. Gary |
k=395 700 -1000 complete 1 prime previously reported
results emailed |
[quote=gd_barnes;162333]Max,
You're up to bat here. We definitely need this to be fed into the stats database and converted to "regular" results files for Karsten and my purposes. Can that be done fairly quickly? I'd like to get the mini-drive started within the next 1-2 days. An option is to load up LLRnet port G8000 with n=600K-700K while you work on this. After you know you have the interface working with our stats and a conversion process to "regular" results in place, the next higher n-range then could then be loaded into a PRPnet server. We have to make sure that we think of all of the impacts of having a PRPnet server. Gary[/quote] Actually, I'm one step ahead of you there. :grin: I already developed the PRPnet/LLRnet results conversion script a while ago for Conjectures 'R Us. So, yes, the results can still be handled just as always. The only thing I *don't* have yet is a system to automatically copy off the PRPnet results files and convert them to LLRnet format, as well as a system for generating status webpages like what we've got for LLRnet. At least the results-file part of that should be somewhat easy to implement. Max :smile: |
[quote=mdettweiler;162362]Actually, I'm one step ahead of you there. :grin: I already developed the PRPnet/LLRnet results conversion script a while ago for Conjectures 'R Us. So, yes, the results can still be handled just as always.
The only thing I *don't* have yet is a system to automatically copy off the PRPnet results files and convert them to LLRnet format, as well as a system for generating status webpages like what we've got for LLRnet. At least the results-file part of that should be somewhat easy to implement. Max :smile:[/quote] OK, what is your ETA for converting the results to LLRnet format so that it can be fed into our stats system? The status web page would be nice but not 100% necessary at this point. FYI, let's put the JobMaxTime at 3 days for this. Gary |
[quote=gd_barnes;162389]OK, what is your ETA for converting the results to LLRnet format so that it can be fed into our stats system? The status web page would be nice but not 100% necessary at this point.
FYI, let's put the JobMaxTime at 3 days for this. Gary[/quote] Well, okay, let me explain how this will work: the server itself will have its results produced in PRPnet format. I'll have my existing scripts copy off that file every day like with LLRnet servers, and then run the conversion script to convert that PRPnet results file to an LLRnet-compatible file. That LLRnet-compatible file will appear in the same directory as the ones for the LLRnet servers; essentially, from a results-file point of view, a PRPnet and LLRnet server will be indistinguishable on the outside. After that's all set up (which shouldn't take long), I'll see if I can set up a "helper" LLRnet server (which would not be accessible from outside, only locally--say, on port 8001) which would always be loaded with the same workload as the PRPnet server. Then, I'll write a script that, when run, takes that day's results file, and processes it into a file formatted as an LLRnet client's tosend.txt. The script will then feed that tosend.txt file to a dedicated LLRnet client which it will use to submit the PRPnet results to the "helper" LLRnet server. The helper server will then keep track of all these in its knpairs.txt as alyways, and thus we can tie the status page into the helper server, which should in the long run be much easier than trying to wrest comparable information directly from PRPnet's vastly different file formats. This probably sounds like a huge, jumbled nightmare of a setup. :smile: In reality, if all goes well it shouldn't be too bad, though. Theoretically, this type of setup would keep the PRPnet server in perfect sync with its "helper" server, which we could then track using our normal LLRnet status scripts. The point is to make it so that on the outside, it integrates with our existing systems as easily and cleanly as an LLRnet server, with the only difference being that a slightly different piece of software is used on the client end. Hope this clears things up a bit. :smile: Max :smile: P.S.: lol, I just realized that I still didn't answer your question about what my ETA for all of this is. I should be able to get the server up and running for clients, and copying its results off to the usual results folder, either later today or sometime tomorrow. Getting it tied into the [url]http://nplb-gb1.no-ip.org/llrnet/[/url] status page for progress reports may take up to a few days; though I should have it up by the end of the week. :smile: |
[quote=mdettweiler;162394]Well, okay, let me explain how this will work: the server itself will have its results produced in PRPnet format. I'll have my existing scripts copy off that file every day like with LLRnet servers, and then run the conversion script to convert that PRPnet results file to an LLRnet-compatible file. That LLRnet-compatible file will appear in the same directory as the ones for the LLRnet servers; essentially, from a results-file point of view, a PRPnet and LLRnet server will be indistinguishable on the outside.
After that's all set up (which shouldn't take long), I'll see if I can set up a "helper" LLRnet server (which would not be accessible from outside, only locally--say, on port 8001) which would always be loaded with the same workload as the PRPnet server. Then, I'll write a script that, when run, takes that day's results file, and processes it into a file formatted as an LLRnet client's tosend.txt. The script will then feed that tosend.txt file to a dedicated LLRnet client which it will use to submit the PRPnet results to the "helper" LLRnet server. The helper server will then keep track of all these in its knpairs.txt as alyways, and thus we can tie the status page into the helper server, which should in the long run be much easier than trying to wrest comparable information directly from PRPnet's vastly different file formats. This probably sounds like a huge, jumbled nightmare of a setup. :smile: In reality, if all goes well it shouldn't be too bad, though. Theoretically, this type of setup would keep the PRPnet server in perfect sync with its "helper" server, which we could then track using our normal LLRnet status scripts. The point is to make it so that on the outside, it integrates with our existing systems as easily and cleanly as an LLRnet server, with the only difference being that a slightly different piece of software is used on the client end. Hope this clears things up a bit. :smile: Max :smile: P.S.: lol, I just realized that I still didn't answer your question about what my ETA for all of this is. I should be able to get the server up and running for clients, and copying its results off to the usual results folder, either later today or sometime tomorrow. Getting it tied into the [URL]http://nplb-gb1.no-ip.org/llrnet/[/URL] status page for progress reports may take up to a few days; though I should have it up by the end of the week. :smile:[/quote] Wow; bunch of mumbo-jumbo there. lol OK, I'll throw out specific targets: 1. You'll have everything ready to go by Thurs. Feb. 12th so that we could start the effort. I'll make it an extra day so you aren't feeling rushed and so that we have time for some checking to make sure that everything is working as it should. 2. Let's set a target for tieing it into the web page with progress reports for a week, i.e. Feb. 17th. Does that sound good? Although I'm "pushing" this along, please don't feel rushed. We definitely want to have time to check stuff and I can be around to run tests if needed. It's better that it's delayed for a bit and that we know that it is 100% correct. This 6k effort is a good effort to do this on since it's not a huge drive like most of ours are. Thanks for your work on this. Having a working PRPnet server that LLR's as fast as manual LLR will be very exciting! :smile: Gary |
[quote=gd_barnes;162406]Wow; bunch of mumbo-jumbo there. lol OK, I'll throw out specific targets:
1. You'll have everything ready to go by Thurs. Feb. 12th so that we could start the effort. I'll make it an extra day so you aren't feeling rushed and so that we have time for some checking to make sure that everything is working as it should. 2. Let's set a target for tieing it into the web page with progress reports for a week, i.e. Feb. 17th. Does that sound good? Although I'm "pushing" this along, please don't feel rushed. We definitely want to have time to check stuff and I can be around to run tests if needed. It's better that it's delayed for a bit and that we know that it is 100% correct. This 6k effort is a good effort to do this on since it's not a huge drive like most of ours are. Thanks for your work on this. Having a working PRPnet server that LLR's as fast as manual LLR will be very exciting! :smile: Gary[/quote] Okay, those deadlines sound good--I should be able to get everything set up in those specified timeframes. If we can get this whole setup to work smoothly and accurately for the mini-drive, then we can start gradually switching over other efforts to PRPnet. Eventually, we'll probably want to have everything running on PRPnet since LLRnet will only continue to grow older and more outdated as time goes on. Max :smile: |
[quote=mdettweiler;162408]Okay, those deadlines sound good--I should be able to get everything set up in those specified timeframes.
If we can get this whole setup to work smoothly and accurately for the mini-drive, then we can start gradually switching over other efforts to PRPnet. Eventually, we'll probably want to have everything running on PRPnet since LLRnet will only continue to grow older and more outdated as time goes on. Max :smile:[/quote] Right on! |
Phrot-results conversion
Max, your conversion is quite good but to much complicated for the purpose!
think about this: because Rogue(Mark) wrote the PRPnet-client/server, i think he's able to include an option like -L make LLRnet-server ouput-format (3 lines per k/n-pair) so you won't need any script or new ghost-LLRnet-server to convert them. with those there would be more chances of fails like ghost-server crashes or script won't started correctly! my opinion to the use of a new program! |
| All times are UTC. The time now is 22:20. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.