![]() |
|
|
#309 |
|
"Carlos Pinho"
Oct 2011
Milton Keynes, UK
115238 Posts |
1718-1720 complete, no primes.
|
|
|
|
|
|
#310 |
|
"Carlos Pinho"
Oct 2011
Milton Keynes, UK
135316 Posts |
Trying 1756-1762 with mprime 12 cores. Let's hope it works!
|
|
|
|
|
|
#311 |
|
"Carlos Pinho"
Oct 2011
Milton Keynes, UK
3×17×97 Posts |
|
|
|
|
|
|
#312 |
|
"Carlos Pinho"
Oct 2011
Milton Keynes, UK
135316 Posts |
|
|
|
|
|
|
#313 |
|
"Carlos Pinho"
Oct 2011
Milton Keynes, UK
135316 Posts |
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.
|
|
|
|
|
|
#314 |
|
"Carlos Pinho"
Oct 2011
Milton Keynes, UK
135316 Posts |
1750-1752 complete, no primes.
|
|
|
|
|
|
#315 | |
|
Feb 2003
22·32·53 Posts |
Quote:
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:
./find_them.pl input.txt > untested.txt |
|
|
|
|
|
|
#316 |
|
"Carlos Pinho"
Oct 2011
Milton Keynes, UK
135316 Posts |
I will do this untested candidates. So please re-reserve again the range for me.
Thank you Thomas. Carlos |
|
|
|
|
|
#317 |
|
"Mr. Meeseeks"
Jan 2012
California, USA
23×271 Posts |
1720 to 1740 no primes... sorry, I won't be able to complete to 1750 for now...
![]() Unreserving. |
|
|
|
|
|
#318 |
|
"Carlos Pinho"
Oct 2011
Milton Keynes, UK
3·17·97 Posts |
Don't worry kracker. Soon I expect to add more cores to this fun.
|
|
|
|
|
|
#319 |
|
"Carlos Pinho"
Oct 2011
Milton Keynes, UK
115238 Posts |
1752-1754 complete, no primes.
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The Third Megabit Drive | pinhodecarlos | Riesel Prime Search | 135 | 2021-04-26 16:44 |
| The First Megabit Drive | Kosmaj | Riesel Prime Search | 373 | 2020-11-12 15:48 |
| RPS 11th Drive: Search for more megabit primes | Kosmaj | Riesel Prime Search | 186 | 2014-12-04 14:03 |
| Any interest in yet another sub-megabit drive? | Kosmaj | Riesel Prime Search | 20 | 2011-11-17 04:10 |
| The 3rd RPS Drive: low-weight Ks for megabit prime | lsoule | Riesel Prime Search | 140 | 2009-03-02 15:01 |