![]() |
1 Attachment(s)
1718-1720 complete, no primes.
|
Trying 1756-1762 with mprime 12 cores. Let's hope it works!
|
[QUOTE=pinhodecarlos;378755]Trying 1756-1762 with mprime 12 cores. Let's hope it works![/QUOTE]
It is running. ETA ~5 days. |
[QUOTE=pinhodecarlos;378755]Trying 1756-1762 with mprime 12 cores. Let's hope it works![/QUOTE]
Releasing. Lost full access to the server. |
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.
|
1 Attachment(s)
1750-1752 complete, no primes.
|
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. |
I will do this untested candidates. So please re-reserve again the range for me.
Thank you Thomas. Carlos |
1 Attachment(s)
1720 to 1740 no primes... sorry, I won't be able to complete to 1750 for now... :sad:
Unreserving. |
Don't worry kracker. Soon I expect to add more cores to this fun.
|
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.