mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Conjectures 'R Us (https://www.mersenneforum.org/forumdisplay.php?f=81)
-   -   Bases 251-500 reservations/statuses/primes (https://www.mersenneforum.org/showthread.php?t=12993)

c10ck3r 2012-09-25 00:23

How would I go about converting to NewPGen format to .abcd for sr(x)sieve
Also, should I use srsieve or sr2sieve?

gd_barnes 2012-09-25 00:29

[QUOTE=c10ck3r;312692]How would I go about converting to NewPGen format to .abcd for sr(x)sieve
Also, should I use srsieve or sr2sieve?[/QUOTE]

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

unconnected 2012-09-25 08:07

1 Attachment(s)
R333 already completed to n=250k.
Results attached.

c10ck3r 2012-09-25 12:15

Dropping R333. Reserving R331.

c10ck3r 2012-09-27 20:46

R331
 
[QUOTE=c10ck3r;312726]Dropping R333. Reserving R331.[/QUOTE]

Can someone teach me how to remove any lines below n=5k and those with factors found? I'm using Win64pfgw for testing.

gd_barnes 2012-09-27 22:38

[QUOTE=c10ck3r;312975]Can someone teach me how to remove any lines below n=5k and those with factors found? I'm using Win64pfgw for testing.[/QUOTE]

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

c10ck3r 2012-09-28 01:16

Does "factorfile.txt" need a header to work?

gd_barnes 2012-09-28 04:05

[QUOTE=c10ck3r;313000]Does "factorfile.txt" need a header to work?[/QUOTE]

Answered your PM.

unconnected 2012-09-28 13:12

Reserving S333 to n=100K.

Mathew 2012-09-29 18:05

I would like to reserve R308 to n=50K

CGKIII 2012-09-29 20:44

S282 completed to n = 25,000. Files emailed. Base released.


All times are UTC. The time now is 23:12.

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