PDA

View Full Version : Latest version of NPLB software?



Digital Parasite
04-28-2009, 07:55 AM
I'm currently have an llrnet.exe that is 32bit and says:

LLR network client 0.9b7 (based on LLR version 3.5.0).

Is that the latest version? Is there a win64 version anywhere?

Is there a website that has the latest source code or version so I can check it out? Maybe I will compile my own set to see if I can make any improvements and keep it posted on my factoring binaries page:
http://gilchrist.ca/jeff/factoring/

Jeff.

em99010pepe
04-28-2009, 05:08 PM
Jeff,

The cource code of the standard llr can be found here:

http://jpenne.free.fr/index2.html

The latest version of llr is 3.7.1c for the standard client but for llrnet is llr3.5.0.

LLR test is way different from sieve and factoring so there's not yet a 64 bit version. The math is more complicated when we talk about the Lucas-Lehmer-Riesel test. Anyway, I don't think it will happen in a near future.

Carlos

Digital Parasite
04-28-2009, 08:42 PM
Jeff,

The cource code of the standard llr can be found here:
http://jpenne.free.fr/index2.html

The latest version of llr is 3.7.1c for the standard client but for llrnet is llr3.5.0.

Thanks for the info. I see that PRPnet is going to be the llrnet replacement hopefully soon as the 3.7.1c code apparently runs 10% faster.

I just took a look at the source code and there is a linux64llr directory tree for compiling it on 64bit Linux system.

Jeff.