![]() |
![]() |
#23 | |
Jun 2003
7·233 Posts |
![]() Quote:
Can the 1.5to 5M numbers be P+1ed? What is the command line for Prime95 to do this? ![]() |
|
![]() |
![]() |
#24 |
Jun 2005
373 Posts |
![]()
P-1 has been done only to 3M. See the reservation thread.
I decided to stop the support of sieving mainly because the human overhead was just too big. But I can look up the P+1 command, and publish some worktodo.ini's, for 3M upwards. Would there be some interest? H. |
![]() |
![]() |
#25 |
Mar 2003
New Zealand
100100001012 Posts |
![]()
I wouldn't mind sieving 2.5M < n < 5M, 4200T < p < 5000T on my P4/Celeron, it will be a little more producive than LLR testing, but if you don't want to reopen sieving for that range then that is OK, I will just continue with LLR.
|
![]() |
![]() |
#26 |
Jun 2005
373 Posts |
![]()
Go ahead. If it's a big chunk reservation it should be fine. I'll import it with the P-1 results very much later then.
The Sieving to 100 G finished today, I will do the necessary tomorrow. But I'll create a poll already. H. |
![]() |
![]() |
#27 |
Mar 2003
New Zealand
115710 Posts |
![]()
This version has a new main loop in x86-64 assembler. It should be a lot faster than previous versions for those running 64-bit Linux (is there anyone?), but the code has not been tested at all, so please check that the results match those produced by the 32-bit binary.
There is no need to upgrade if you are using the 32-bit binary. |
![]() |
![]() |
#28 | |
"Jason Goatcher"
Mar 2005
DB316 Posts |
![]() Quote:
|
|
![]() |
![]() |
#29 |
"Jason Goatcher"
Mar 2005
DB316 Posts |
![]()
Um, the sieve file seems to be screwed up. The lines have the n-value printed twice, but judging from the equation at the beginning, they should only be printed once per line.
|
![]() |
![]() |
#30 | |
Mar 2003
New Zealand
13·89 Posts |
![]() Quote:
$ cut -d\ -f 2,3,4 INFILE > OUTFILE Note that there needs to be two spaces after the -d\ |
|
![]() |
![]() |
#31 |
"Jason Goatcher"
Mar 2005
3×7×167 Posts |
![]()
64-bit Linux on AMD give a little over 620K a second.
|
![]() |
![]() |
#32 |
Mar 2003
New Zealand
13·89 Posts |
![]()
If possible could you send me a copy of the factors for a range of about 5G or so for double checking? Email address is in the README file.
Also, are you able to compare that with the 32-bit binary on the same machine? It is possible that the 32-bit SSE2 code is faster than the 64-bit code, and if that was the case then I could probably improve it using 32-bit SSE2 together with the extra SSE registers on the x86-64. |
![]() |
![]() |
#33 |
"Jason Goatcher"
Mar 2005
3×7×167 Posts |
![]()
The 64-bit code works perfectly. When I unzipped the 32-bit version to the same directory and tried to run it, the OS claimed the file didn't exist, even though the 'ls' command listed it as being there.
My command was ./gcwsieve I even verified that there were no invisible spaces in the filename. |
![]() |