mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Software

Reply
 
Thread Tools
Old 2015-03-22, 07:07   #1
Jean Penné
 
Jean Penné's Avatar
 
May 2004
FRANCE

22×5×29 Posts
Default LLR Version 3.8.14 released (deprecated)

Hi All,

I uploaded today the version 3.8.14 of the LLR program.
You can find it now on my personal site :

http://jpenne.free.fr/

The 32bit Windows and Linux compressed binaries are available as usual.
The Linux 64bit binaries are also released here.
I uploaded also the complete source in a compressed file ; it may be used to
build the Mac-Intel executable and also the 64bit Windows binary.
This LLR version is linked with the Version 28.5 of George Woltman's gwnum library.
I released also a cllrd binary, which is linked with the debug version of this
gwnum library.
You can see in the Readme.text file, what is new in this release.
As usual, I need help to build the 32bit Mac Intel binary, and also the 64bit Mac Intel and Windows ones.
Please, inform me if you encountered any problem while using this new version.
Best Regards,
Jean
Jean Penné is offline   Reply With Quote
Old 2015-03-22, 10:20   #2
pinhodecarlos
 
pinhodecarlos's Avatar
 
"Carlos Pinho"
Oct 2011
Milton Keynes, UK

3×17×97 Posts
Default

Thank you Jean.
pinhodecarlos is offline   Reply With Quote
Old 2015-03-22, 17:37   #3
pepi37
 
pepi37's Avatar
 
Dec 2011
After milion nines:)

5·172 Posts
Default

Thanks you!
I read few times txt file, but cannot find what is new...
pepi37 is online now   Reply With Quote
Old 2015-03-22, 17:58   #4
Jean Penné
 
Jean Penné's Avatar
 
May 2004
FRANCE

22·5·29 Posts
Default

Quote:
Originally Posted by pepi37 View Post
Thanks you!
I read few times txt file, but cannot find what is new...
No much is new...
- gwnum library is the very last one( 28.5, not beta).
- when several roundoff errors accur, the save file is removed, to force restarting from the beginning ; it may be important for the
rare problems which seem to be linked with "pathologic" patterns...
- This version uses an APRCL prime test code (called as a child process), when available, to make a primality test on general format small candidates (typically smaller than 100 decimal digits). This is also used, if necessary, to complete the factoring of a large base, while testing k*b^n+-1 candidates.
Jean Penné is offline   Reply With Quote
Old 2015-03-25, 17:46   #5
rebirther
 
rebirther's Avatar
 
Sep 2011
Germany

1011000111102 Posts
Default

I have compiled it for 64bit console and GUI with xp platform tool set. If someone can test it if its running on xp let me know.

http://www.bc-team.org/downloads.php?cat=7
rebirther is offline   Reply With Quote
Old 2015-03-26, 15:05   #6
Jean Penné
 
Jean Penné's Avatar
 
May 2004
FRANCE

22×5×29 Posts
Default Some updates on LLR 3.8.14

Hi,

Thanks to Rebirther, the Win64 GUI and console applications are now available (presently without the APRCL test possibility).
Thanks to Iain Bethune, the Mac Intel 32-bit and 64-bit applications are now available.
On the other hand, David Cleaver, the author of the mpz_aprcl code, informed me that I was using an old version, so, I downloaded the last version from SourceForge, and updated the win32, and Linux binaries, and also the source directory accordingly, for future builds
The consequence is that the APRCL test of a prime number is now two times faster!


I wish to thank you very much for all the help I received.
Best Regards,
Jean
Jean Penné is offline   Reply With Quote
Old 2015-04-08, 06:29   #7
Jean Penné
 
Jean Penné's Avatar
 
May 2004
FRANCE

10010001002 Posts
Default LLR 3.8.14 now linked with gwnum V28.6

Hi All,

I am happy to inform you that LLR Version 3.8.14 is now linked with the last V28.6 gwnum library that George released after correcting the AVX bug.
Thanks to the help of Iain and Reb, all the binaries are updated accordingly.
I updated also the source directory, but, as I made no change on the LLR code, I prefer to left the version number also unchanged.
The next V3.8.15 will com soon, but needs still some tests...

Many thanks to your help, and to all persons wo successfully worked on this difficult problem.
Jean
Jean Penné is offline   Reply With Quote
Old 2015-04-11, 21:00   #8
pepi37
 
pepi37's Avatar
 
Dec 2011
After milion nines:)

5×172 Posts
Default

Jean could you in 3.8.15 for Linux make that line with K length of candidate stay all time (like on Windows version)
On linux then llring started that line is deleted and replaced with iteration line

Using AVX FFT length 40K, Pass1=512, Pass2=80, a = 3 - windows version
pepi37 is online now   Reply With Quote
Old 2015-04-13, 20:52   #9
Stargate38
 
Stargate38's Avatar
 
"Daniel Jackson"
May 2011
14285714285714285714

3×13×17 Posts
Question Possible bug?

Why is LLR crashing?

Code:
Log Name:      Application
Source:        Application Error
Date:          4/13/2015 4:43:09 PM
Event ID:      1000
Task Category: (100)
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      Cody-PC
Description:
Faulting application name: LLR.exe, version: 3.8.14.0, time stamp: 0x5523b993
Faulting module name: LLR.exe, version: 3.8.14.0, time stamp: 0x5523b993
Exception code: 0xc0000005
Fault offset: 0x000000000233ea04
Faulting process id: 0xee8
Faulting application start time: 0x01d0762a73579165
Faulting application path: C:\Users\<username>\Downloads\llr38ewin64\LLR.exe
Faulting module path: C:\Users\<username>\Downloads\llr38ewin64\LLR.exe
Report Id: b113bc88-e21d-11e4-8412-54bef70e43ef
NewPGen output file and ini file attached.
Attached Files
File Type: 7z llr38ewin64.7z (420 Bytes, 87 views)

Last fiddled with by Stargate38 on 2015-04-13 at 20:54 Reason: remove username
Stargate38 is offline   Reply With Quote
Old 2015-04-13, 21:26   #10
paulunderwood
 
paulunderwood's Avatar
 
Sep 2002
Database er0rr

3,739 Posts
Default

If the input is of the form:

Code:
ABC$a*2^$b+1
6954410083 1000000
it will work
paulunderwood is online now   Reply With Quote
Old 2015-04-14, 15:56   #11
Stargate38
 
Stargate38's Avatar
 
"Daniel Jackson"
May 2011
14285714285714285714

12278 Posts
Default

From the Help screen:

Code:
 This new version can be built on 64bit platforms, but then, the prefactoring
  code is no more available. This affects only the Gaussian-Mersenne norm and
  Wagstaff tests, for which the prefactoring must be done using a 32bit program.
Why is that?

Last fiddled with by Stargate38 on 2015-04-14 at 15:58
Stargate38 is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
LLR Version 3.8.19 released Jean Penné Software 11 2017-02-23 08:52
LLR Version 3.8.18 released [deprecated] Jean Penné Software 43 2017-02-20 12:05
LLR Version 3.8.17 released [deprecated] Jean Penné Software 18 2017-02-01 12:49
Prime95 version 28.5 (deprecated, use 28.7) Prime95 Software 162 2015-04-05 16:19
LLR beta Version 3.8.13 (deprecated) Jean Penné Software 111 2015-01-26 21:41

All times are UTC. The time now is 00:25.


Sat Jul 17 00:25:41 UTC 2021 up 49 days, 22:12, 1 user, load averages: 1.32, 1.46, 1.52

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.