![]() |
|
|
#287 | |
|
May 2009
Russia, Moscow
2,593 Posts |
Quote:
Code:
The pthread_mutex_lock() function may fail if: EDEADLK The current thread already owns the mutex. |
|
|
|
|
|
|
#288 | |
|
"Alexander"
Nov 2008
The Alamo City
22·52·7 Posts |
Quote:
Code:
SetHasWorkToDo(); // ip_WorkerStatus->Release(); |
|
|
|
|
|
|
#289 | |
|
"Mark"
Apr 2003
Between here and the
2×32×353 Posts |
Quote:
I wonder why Windows doesn't catch this. |
|
|
|
|
|
|
#290 | ||
|
"Alexander"
Nov 2008
The Alamo City
2BC16 Posts |
Quote:
Quote:
Last fiddled with by Happy5214 on 2020-01-21 at 07:09 |
||
|
|
|
|
|
#291 | |
|
"Mark"
Apr 2003
Between here and the
2×32×353 Posts |
Quote:
Yet another reason to dislike Windows. Thanks for finding the reason.
|
|
|
|
|
|
|
#292 |
|
"Dylan"
Mar 2017
3·193 Posts |
A suggestion: when using the -A (or the --applyandexit flag), assume that if there is no file given with -I, assume that the factors are given in a file called "factors.txt", or warn the user that the switch requires a file name to be given with -I to work.
|
|
|
|
|
|
#293 |
|
"Mark"
Apr 2003
Between here and the
11000110100102 Posts |
Seems reasonable
|
|
|
|
|
|
#294 |
|
"Mark"
Apr 2003
Between here and the
2·32·353 Posts |
I posted 1.9.6. I was sitting on it for a while as I forgot to post. Here are the changes:
|
|
|
|
|
|
#295 |
|
"Jeppe"
Jan 2016
Denmark
23·3·7 Posts |
Silly question: Which is the preferred place to download from if I only care about the Windows (x64) binaries, not the source?
On https://www.mersenneforum.org/rogue/mtsieve.html there is a file with 1.9.6 in its name. The version history on that html page does not go further than 1.7.3. On https://sourceforge.net/projects/mtsieve/ there is a file with 1.9.7 in its name. Does it include both source and binaries? Is this a "beta" or "unreleased" version? The README_MTSieve.txt file refers to the former of these two web sites. /JeppeSN |
|
|
|
|
|
#296 | |
|
"Mark"
Apr 2003
Between here and the
2·32·353 Posts |
Quote:
|
|
|
|
|
|
|
#297 |
|
Dec 2011
After milion nines:)
1,451 Posts |
I have found small error ( if we can call it error) In latest twinsieve release if we set -P 10000000 it only sieve up to 10007. I believe it has some connection with chunks ( number of worker or so) So that is nearly cosmetic error. On higher P limit everything is OK
Can you also add in info line cpu usage in percentage? Last fiddled with by pepi37 on 2020-05-03 at 23:33 |
|
|
|