mersenneforum.org  

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

Reply
 
Thread Tools
Old 2008-06-13, 12:47   #276
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

2×53×71 Posts
Default

To al LL testers. I've changed the way LL tests are allocated. The old code would assign exponents that needed no P-1 or TF regardless of the size of the exponent. Now if a much smaller exponent needing P-1 or TF is found then the smaller exponent is assigned.

For those that got exponents in the 50, 60, or even 70 millions, feel free to unreserve them if you do not want such a lengthy assignment.
Prime95 is offline   Reply With Quote
Old 2008-06-27, 19:48   #277
philmoore
 
philmoore's Avatar
 
"Phil"
Sep 2002
Tracktown, U.S.A.

3·373 Posts
Default

Hi George,

Is this feature documented anywhere?

Quote:
You could try version 25.6 of prime95/mprime. It can PRP numbers of the form (k*2^n+c)/f. Where k is up to about 50 bits, c is positive or negative and less than 20 bits, f is the known factors.
I assume I use 25.6 unconnected to the server and insert something in the worktodo file, but just exactly what?
philmoore is offline   Reply With Quote
Old 2008-06-27, 20:46   #278
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

2·53·71 Posts
Default

Quote:
Originally Posted by philmoore View Post
Is this feature documented anywhere?

I assume I use 25.6 unconnected to the server and insert something in the worktodo file, but just exactly what?
PRP=k,b,n,c[,how_far_factored,tests_saved][,quoted_comma_separated_list_of_known_factors]

The how_far_factored and tests_saved is used for P-1 factoring.

This feature is not well tested.
Prime95 is offline   Reply With Quote
Old 2008-06-28, 05:28   #279
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

186916 Posts
Default

Quote:
Originally Posted by Prime95 View Post
PRP=k,b,n,c[,how_far_factored,tests_saved][,quoted_comma_separated_list_of_known_factors]

The how_far_factored and tests_saved is used for P-1 factoring.

This feature is not well tested.
I presume that the basic PRP testing code is the same as is used in PRP v3.0 (and LLR, which uses PRP's code for non-k*2^n+-1 numbers)--i.e. no difference in speed compared to PRP? An informal test I ran a while back showed comparable results.
mdettweiler is offline   Reply With Quote
Old 2008-06-28, 22:16   #280
nibble4bits
 
nibble4bits's Avatar
 
Nov 2005

2·7·13 Posts
Default

Is there a plan for a single-core Athlon 64 version for Linuxes?
I have a CPU just waiting to get a client that works on Ubuntu Hardy Heron. Good luck on next prime, Joe
nibble4bits is offline   Reply With Quote
Old 2008-06-29, 03:17   #281
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

2×53×71 Posts
Default

Quote:
Originally Posted by nibble4bits View Post
Is there a plan for a single-core Athlon 64 version for Linuxes?
I have a CPU just waiting to get a client that works on Ubuntu Hardy Heron.
Anything wrong with the existing Linux 64-bit port of version 25.6?
Prime95 is offline   Reply With Quote
Old 2008-06-29, 05:35   #282
nibble4bits
 
nibble4bits's Avatar
 
Nov 2005

2·7·13 Posts
Default

Versions listed at mersenne.org:
Windows Vista
Windows 95/98/Me/NT/2000/XP
Windows 64-bit
Linux
FreeBSD
Windows NT/2000/XP Service
OS/2
Windows 3.1

There's no mention of the 64-bit version of Linux. I must have been tired because I can't remember where I saw a 64-bit version and it complained because I have only one core. :/ Maybe the other programmer's version: Mlucas_AMD64_11.03.04.tgz?

I'm looking into my browser history to figure out where the heck it was. LOL Sorry if I mistook yours for another version.
nibble4bits is offline   Reply With Quote
Old 2008-06-29, 06:19   #283
Uncwilly
6809 > 6502
 
Uncwilly's Avatar
 
"""""""""""""""""""
Aug 2003
101×103 Posts

2×3×7×233 Posts
Default

Quote:
Originally Posted by nibble4bits View Post
Versions listed at mersenne.org:
Windows Vista
Windows 95/98/Me/NT/2000/XP
Windows 64-bit
Linux
FreeBSD
Windows NT/2000/XP Service
OS/2
Windows 3.1

There's no mention of the 64-bit version of Linux. I must have been tired because I can't remember where I saw a 64-bit version and it complained because I have only one core. :/ Maybe the other programmer's version: Mlucas_AMD64_11.03.04.tgz?
Quote:
Originally Posted by Prime95 View Post
The links to v25.x are not on the website, as they are not yet official releases yet. The links to v25.6 in the first post of this thread.

Last fiddled with by Uncwilly on 2008-06-29 at 06:20
Uncwilly is online now   Reply With Quote
Old 2008-06-29, 08:16   #284
nibble4bits
 
nibble4bits's Avatar
 
Nov 2005

2·7·13 Posts
Default

Oh wow, I meant this:

http://www.stanford.edu/group/pandeg...eta1-Linux.tgz

I guess Standford's FAH's more than a slight leap from Prime95. Oops.

Thanks for the help, Joe
nibble4bits is offline   Reply With Quote
Old 2008-07-04, 01:13   #285
philmoore
 
philmoore's Avatar
 
"Phil"
Sep 2002
Tracktown, U.S.A.

111910 Posts
Default

I am using version 25.6 unconnected to the server, so this may be slightly off-topic to other users, but I have noted that when I edit the worktodo file, I can apparently add lines successfully, but then when the program finishes its current assignment, worktodo reverts to its previous version.
philmoore is offline   Reply With Quote
Old 2008-07-04, 01:42   #286
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

2·53·71 Posts
Default

Quote:
Originally Posted by philmoore View Post
I am using version 25.6 unconnected to the server, so this may be slightly off-topic to other users, but I have noted that when I edit the worktodo file, I can apparently add lines successfully, but then when the program finishes its current assignment, worktodo reverts to its previous version.
Here's a new undocumented feature. Create a file called worktodo.add to put enter your new work. This should get sucked into your worktodo.txt file at some point. The fact that editing worktodo.txt/worktodo.ini has worked in the past has been a bit of a fluke.
Prime95 is offline   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 02:23.


Sat Jul 17 02:23:53 UTC 2021 up 50 days, 11 mins, 1 user, load averages: 1.08, 1.22, 1.22

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.