mersenneforum.org  

Go Back   mersenneforum.org > Prime Search Projects > Conjectures 'R Us

Reply
 
Thread Tools
Old 2012-09-25, 00:23   #1013
c10ck3r
 
c10ck3r's Avatar
 
Aug 2010
Kansas

547 Posts
Default

How would I go about converting to NewPGen format to .abcd for sr(x)sieve
Also, should I use srsieve or sr2sieve?
c10ck3r is offline   Reply With Quote
Old 2012-09-25, 00:29   #1014
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

33×5×7×11 Posts
Default

Quote:
Originally Posted by c10ck3r View Post
How would I go about converting to NewPGen format to .abcd for sr(x)sieve
Also, should I use srsieve or sr2sieve?
You don't need to convert to .abcd format.

Neither. You should use sr1sieve, which sieves only one k at a time at very high speed. It needs the file in NewPGen format.

For future reference, if you need to convert from NewPGen to .abcd format, use srfile with the following command:
srfile -a filename.txt

Last fiddled with by gd_barnes on 2012-09-25 at 00:30
gd_barnes is online now   Reply With Quote
Old 2012-09-25, 08:07   #1015
unconnected
 
unconnected's Avatar
 
May 2009
Russia, Moscow

13×199 Posts
Default

R333 already completed to n=250k.
Results attached.
Attached Files
File Type: zip r333.zip (54.1 KB, 79 views)
unconnected is offline   Reply With Quote
Old 2012-09-25, 12:15   #1016
c10ck3r
 
c10ck3r's Avatar
 
Aug 2010
Kansas

547 Posts
Default

Dropping R333. Reserving R331.
c10ck3r is offline   Reply With Quote
Old 2012-09-27, 20:46   #1017
c10ck3r
 
c10ck3r's Avatar
 
Aug 2010
Kansas

547 Posts
Default R331

Quote:
Originally Posted by c10ck3r View Post
Dropping R333. Reserving R331.
Can someone teach me how to remove any lines below n=5k and those with factors found? I'm using Win64pfgw for testing.
c10ck3r is offline   Reply With Quote
Old 2012-09-27, 22:38   #1018
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

33×5×7×11 Posts
Default

Quote:
Originally Posted by c10ck3r View Post
Can someone teach me how to remove any lines below n=5k and those with factors found? I'm using Win64pfgw for testing.
If further sieving is needed, there are 3 steps involved because you need to have the file in NewPGen sieve format for removing n-values. Do this:

1. To remove factors, run srfile with the following command:
srfile -G -k factorfile.txt sievefile.txt
This will both remove factors and write it out in NewPGen sieve format.

2. The file in #1 will now be in n-value order. Just manually remove all n < 5000.

3. Using the file in #2, get it back into ABCD format for further sr2sieve sieving:
srfile -a (filename from #2).

If you are done sieving, you can skip #3, change the header from the file in #2 to ABC format with the stop-on-prime option, and start testing.

Edit: This is the way I do it but I think others have used PFGW format, i.e. with the -w instead of -G switch. This would probably put the header in ABC format but I think you'd still have to add the stop-on-prime option.


Gary

Last fiddled with by gd_barnes on 2012-09-27 at 22:43 Reason: edit
gd_barnes is online now   Reply With Quote
Old 2012-09-28, 01:16   #1019
c10ck3r
 
c10ck3r's Avatar
 
Aug 2010
Kansas

22316 Posts
Default

Does "factorfile.txt" need a header to work?
c10ck3r is offline   Reply With Quote
Old 2012-09-28, 04:05   #1020
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

289B16 Posts
Default

Quote:
Originally Posted by c10ck3r View Post
Does "factorfile.txt" need a header to work?
Answered your PM.
gd_barnes is online now   Reply With Quote
Old 2012-09-28, 13:12   #1021
unconnected
 
unconnected's Avatar
 
May 2009
Russia, Moscow

A1B16 Posts
Default

Reserving S333 to n=100K.
unconnected is offline   Reply With Quote
Old 2012-09-29, 18:05   #1022
Mathew
 
Mathew's Avatar
 
Nov 2009

15E16 Posts
Default

I would like to reserve R308 to n=50K
Mathew is offline   Reply With Quote
Old 2012-09-29, 20:44   #1023
CGKIII
 
Aug 2012

52 Posts
Default

S282 completed to n = 25,000. Files emailed. Base released.
CGKIII is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Bases 501-1030 reservations/statuses/primes KEP Conjectures 'R Us 3903 2021-07-16 18:26
Riesel base 3 reservations/statuses/primes KEP Conjectures 'R Us 1106 2021-07-15 22:14
Bases 101-250 reservations/statuses/primes gd_barnes Conjectures 'R Us 904 2021-07-06 18:51
Bases 33-100 reservations/statuses/primes Siemelink Conjectures 'R Us 1691 2021-07-06 18:50
Bases 6-32 reservations/statuses/primes gd_barnes Conjectures 'R Us 1394 2021-04-17 15:07

All times are UTC. The time now is 10:49.


Sat Jul 17 10:49:11 UTC 2021 up 50 days, 8:36, 1 user, load averages: 1.35, 1.37, 1.36

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.