mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Riesel Prime Search (https://www.mersenneforum.org/forumdisplay.php?f=59)
-   -   The Second Megabit Drive (https://www.mersenneforum.org/showthread.php?t=15557)

pinhodecarlos 2014-07-20 21:32

1 Attachment(s)
1718-1720 complete, no primes.

pinhodecarlos 2014-07-21 21:32

Trying 1756-1762 with mprime 12 cores. Let's hope it works!

pinhodecarlos 2014-07-22 12:21

[QUOTE=pinhodecarlos;378755]Trying 1756-1762 with mprime 12 cores. Let's hope it works![/QUOTE]

It is running. ETA ~5 days.

pinhodecarlos 2014-07-23 19:36

[QUOTE=pinhodecarlos;378755]Trying 1756-1762 with mprime 12 cores. Let's hope it works![/QUOTE]

Releasing. Lost full access to the server.

pinhodecarlos 2014-07-23 22:40

1 Attachment(s)
Of that range I managed to test ~1500 candidates. Please see attachment. If someone can sort it out we can get the candidates left of the range 1756-1762.

pinhodecarlos 2014-07-24 11:06

1 Attachment(s)
1750-1752 complete, no primes.

Thomas11 2014-07-24 15:52

1 Attachment(s)
[QUOTE=pinhodecarlos;378924]Of that range I managed to test ~1500 candidates. Please see attachment. If someone can sort it out we can get the candidates left of the range 1756-1762.[/QUOTE]

I extracted the untested candidates using the following quick-n-dirty Perl script. The attached ZIP file contains the untested candidates.

[CODE]#!/usr/bin/perl -w

while ($line = <>)
{
@data = split(' ', $line);
$k = $data[0];
$n = $data[1];

if (`grep \"$k\\*2\\^$n-1\" SMD_unfinished_1756to1762.txt`)
{
# candidate already tested
}
else
{
print $line;
}
}
[/CODE]

Usage for the script is as follows:
[CODE]./find_them.pl input.txt > untested.txt[/CODE]

Note: The script assumes the input file without any header.

pinhodecarlos 2014-07-24 16:03

I will do this untested candidates. So please re-reserve again the range for me.
Thank you Thomas.

Carlos

kracker 2014-07-26 01:16

1 Attachment(s)
1720 to 1740 no primes... sorry, I won't be able to complete to 1750 for now... :sad:
Unreserving.

pinhodecarlos 2014-07-26 02:21

Don't worry kracker. Soon I expect to add more cores to this fun.

pinhodecarlos 2014-08-06 21:51

1 Attachment(s)
1752-1754 complete, no primes.


All times are UTC. The time now is 21:22.

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