mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Sierpinski/Riesel Base 5 (https://www.mersenneforum.org/forumdisplay.php?f=54)
-   -   Linux build for LLRNet client available! (https://www.mersenneforum.org/showthread.php?t=6465)

axn 2006-10-15 20:07

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.

jasong 2006-12-16 02:35

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.

axn 2006-12-16 23:48

[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.

jasong 2006-12-17 02:15

[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. :)

Brucifer 2007-02-06 17:43

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. :)

mdettweiler 2008-03-27 06:04

[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:

ltd 2008-03-27 16:50

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.

mdettweiler 2008-03-27 18:26

[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:

mdettweiler 2008-03-27 18:44

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:

masser 2008-11-26 03:47

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.