![]() |
Linux build for LLRNet client available!
As of 15 Oct, we have a linux build of LLRNet, downloadable from [url]http://base5.greenbank.org/[/url] :banana:
Many thanks to arminius for being the guinea pig to go thru the pain of creating a linux build and making it available to us. Of course, more thorough testing and feedback is appreciated. The instructions for running the client can be found in [URL="http://www.mersenneforum.org/showthread.php?t=6270"]this[/URL] thread. |
I get a segmentation fault as soon as it starts up. I attempted the program on an AMD with a gig of RAM. It´s on Ubuntu.
|
[QUOTE=jasong;94157]I get a segmentation fault as soon as it starts up. I attempted the program on an AMD with a gig of RAM. It´s on Ubuntu.[/QUOTE]
Can you post the error messages? If you are game, I can give you instructions for building your own executable from source. |
[QUOTE=axn1;94195]If you are game, I can give you instructions for building your own executable from source.[/QUOTE]
That'd be awesome!!! I'm running a program called Eon at the moment, so we've got plenty of time to figure this out. :) |
Evidently there wasn't any further progress on the linux llrnet for base5. I tried it, and it seg faulted, giving the error "kernel to old" and this is on slackware v10.2 which is the latest slack. :)
|
[quote=Brucifer;97846]Evidently there wasn't any further progress on the linux llrnet for base5. I tried it, and it seg faulted, giving the error "kernel to old" and this is on slackware v10.2 which is the latest slack. :)[/quote]
[quote=jasong;94157]I get a segmentation fault as soon as it starts up. I attempted the program on an AMD with a gig of RAM. It´s on Ubuntu.[/quote] I'm getting a segfault error, too, on my Ubuntu 7.10 system (actually it just says "core dumped" or something like that). :sad: I can't find the source for the modified SR5 version anywhere around here. If someone would send me the source (or at least point me to the correct link if I just missed it) I could try to recompile it, that might fix the problem. :smile: |
If i remember correctly the only change to be made to the normal source code version as found at rieselsieve is to comment out the following block from llr2.c:
[CODE] if (base != 2) { //printf("%d %d %d\n", chainlen, base, mask); OutputStr ("Only base 2 is supported, use PRP for other bases.\n"); return -1; } [/CODE] This is in line 434-438. |
[quote=ltd;129999]If i remember correctly the only change to be made to the normal source code version as found at rieselsieve is to comment out the following block from llr2.c:
[code] if (base != 2) { //printf("%d %d %d\n", chainlen, base, mask); OutputStr ("Only base 2 is supported, use PRP for other bases.\n"); return -1; } [/code]This is in line 434-438.[/quote] Okay, great! I'll try that! Thanks! :smile: |
It works! :banana: :joe o: :maybeso: :cheesehead: :victor:
I've put it up for download [url=http://bugmesticky.googlepages.com/llrnet.linux.sr5.tgz]here[/url]. :smile: |
Un-stickied this thread.
|
| All times are UTC. The time now is 09:13. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.