mersenneforum.org  

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

Reply
 
Thread Tools
Old 2018-03-04, 00:20   #210
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

5×11×137 Posts
Default

Quote:
Originally Posted by Falkentyne View Post
Hello, I have been unable to get AVX2 support to work in the latest prime95 or even earlier versions. Defaults to FMA3.
This is normal. FMA3 is part of AVX2, in fact it is the only AVX2 instruction that prime95 uses.
Prime95 is online now   Reply With Quote
Old 2018-03-04, 18:28   #211
ixfd64
Bemusing Prompter
 
ixfd64's Avatar
 
"Danny"
Dec 2002
California

5×479 Posts
Default

I have a possible bug report and a suggestion.

1. I've noticed that save files are not automatically deleted when the user completes an assignment started via the Advanced menu. This is true for at least P-1 assignments. Is this intentional?

2. I prefer that the automatic benchmark data do not clutter up my results.txt file. Could we get the option to dump the data to another file instead? I could manually split my results.txt file but am not sure if Prime95 relies on results.txt to get the benchmark data it needs.

Last fiddled with by ixfd64 on 2018-03-04 at 18:30
ixfd64 is offline   Reply With Quote
Old 2018-03-04, 18:38   #212
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

342110 Posts
Default

If I recall, it was intentional to not delete P-1 saves to allow easy continuation to higher bounds (e.g. if no [new] factor was found).
I would also prefer to see benchmarks split to benchmarks.txt or similar instead of cluttering up results.txt
James Heinrich is online now   Reply With Quote
Old 2018-03-04, 18:41   #213
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

5×11×137 Posts
Default

Quote:
Originally Posted by ixfd64 View Post
I prefer that the automatic benchmark data do not clutter up my results.txt file. Could we get the option to dump the data to another file instead? I could manually split my results.txt file but am not sure if Prime95 relies on results.txt to get the benchmark data it needs.
I'll add that to my todo list for the next release.

Prime95 does not read benchmark data stored in results.txt -- it is safe to delete it or move it to a separate file.
Prime95 is online now   Reply With Quote
Old 2018-03-04, 18:44   #214
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

5·11·137 Posts
Default

Quote:
Originally Posted by Prime95 View Post
This is normal. FMA3 is part of AVX2, in fact it is the only AVX2 instruction that prime95 uses.
Correction. Some trial factoring code can use other AVX2 instructions. This does not affect stress testing.
Prime95 is online now   Reply With Quote
Old 2018-03-04, 19:23   #215
ixfd64
Bemusing Prompter
 
ixfd64's Avatar
 
"Danny"
Dec 2002
California

45338 Posts
Default

Quote:
Originally Posted by Prime95 View Post
Prime95 does not read benchmark data stored in results.txt -- it is safe to delete it or move it to a separate file.
Thanks for the information. I've split my results.txt file - it looks a lot cleaner now!
ixfd64 is offline   Reply With Quote
Old 2018-03-26, 12:48   #216
DRMEDESY
 
Mar 2018

3 Posts
Default

Hi, I installed today version 29.4 build 8 on my Debian Linux machine and I wanted to set it to run in mode 154. However it just told me that this mode is invalid:

[Comm thread Mar 26 14:26] RESPONSE:
[Comm thread Mar 26 14:26] pnErrorResult=0
[Comm thread Mar 26 14:26] pnErrorDetail=Invalid work preference: 154. Using de fault work preference instead.
[Comm thread Mar 26 14:26] Server assigned Lucas Lehmer primality double-check w ork.

Any suggestions? In the prime.txt I can see that the work preference is set to 154.
DRMEDESY is offline   Reply With Quote
Old 2018-03-26, 15:03   #217
ATH
Einyen
 
ATH's Avatar
 
Dec 2003
Denmark

2×1,579 Posts
Default

There is no work preference 154.

Code:
0 - Whatever makes the most sense
1 - Trial factoring to low limits
2 - Trial factoring
4 - P-1 factoring
5 - ECM for first factor on Mersenne numbers
6 - ECM on Fermat numbers
8 - ECM on mersenne cofactors
100 - First time primality tests
101 - Double-checking
102 - World record primality tests
104 - 100M digit number to LL test (not recommended)
150 - First time PRP tests (Gerbicz)
151 - Doublecheck PRP tests (Gerbicz)
152 - World record sized numbers to PRP test (Gerbicz)
153 - 100M digit number to PRP test (Gerbicz)
160 - PRP on Mersenne cofactors
161 - PRP double-checks on Mersenne cofactors
ATH is offline   Reply With Quote
Old 2018-03-26, 15:27   #218
Mysticial
 
Mysticial's Avatar
 
Sep 2016

2×167 Posts
Default

Quote:
Originally Posted by Prime95 View Post
This is normal. FMA3 is part of AVX2, in fact it is the only AVX2 instruction that prime95 uses.
The VIA Isiah C4650 supports AVX and AVX2. But not FMA3.

Not that anybody will actually use that processor for prime though...
Mysticial is offline   Reply With Quote
Old 2018-03-26, 19:36   #219
DRMEDESY
 
Mar 2018

3 Posts
Default

Hi ATH,
my menu looks different. This is the one of my version:

Use the following values to select a work type:
0 - Whatever makes the most sense
100 - First time LL tests
102 - World record LL tests
101 - Double-check LL tests
150 - First time PRP tests
152 - World record PRP tests
151 - Double-check PRP tests
2 - Trial factoring
4 - P-1 factoring
154 - 100 million digit PRP tests
104 - 100 million digit LL tests (not recommended)
160 - First time PRP on Mersenne cofactors
161 - Double-check PRP on Mersenne cofactors
5 - ECM for first factors of Mersenne numbers
8 - ECM on Mersenne cofactors
6 - ECM on Fermat numbers
1 - Trial factoring to low limits

It tells me that there is no 153, but a 154 instead....
DRMEDESY is offline   Reply With Quote
Old 2018-03-26, 20:06   #220
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

5×11×137 Posts
Default

That's a bug in the linux menus. Change your work preference to 153 and all should be good.
Prime95 is online now   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Prime95 version 27.3 Prime95 Software 148 2012-03-18 19:24
Prime95 version 26.3 Prime95 Software 76 2010-12-11 00:11
Prime95 version 25.5 Prime95 PrimeNet 369 2008-02-26 05:21
Prime95 version 25.4 Prime95 PrimeNet 143 2007-09-24 21:01
When the next prime95 version ? pacionet Software 74 2006-12-07 20:30

All times are UTC. The time now is 20:44.


Sun Aug 1 20:44:31 UTC 2021 up 9 days, 15:13, 0 users, load averages: 1.50, 1.48, 1.64

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.