-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes lines are skipped when calcing the next M #2
Comments
It was
After all
|
Investigating. |
Attempted fix. Could you please try again and report back either way, thanks! I assume this happened on Windows, correct? |
Yes, it happened in Windows. Unfortunately, I do not have the experience of compiling in C++. I'll try as soon as someone puts out the latest build. Thank you. |
I'll assume fixed for now, closing. |
Sorry that I didn't reply for a while. I chose large exponents to calc. |
Can you please report the content of worktodo.txt when the program exits ("bye") instead of continuing work? |
Unfortunately, I have already edited the file manually. To try to reproduce the problem it will take some time. An error occurred in
|
OK no problem. I'll try to repro myself, on windows, when I get to it. |
Closing for now. Please re-open if it occurs. |
Added alternate middlemul implementations with increasing accuracy. Changed FFTConfig to use the best middlemul implementation depending on the bits-per-FFT word.
* More accurate MiddleMuls -- attempt #2 Added alternate middlemul implementations with increasing accuracy. Changed FFTConfig to use the best middlemul implementation depending on the bits-per-FFT word. * You need this too to pass the MM_CHAIN and MM2_CHAIN settings to gpuowl.cl
Description
The file 'worktodo.txt' recorded lines.
After completing the calculation of the first number, the program can delete in next line the first character in the line (I noted for the "DoubleCheck=") or the second character in the line (I noted for the "Test="), further which the program skips the working line and proceeds to the next line.
Version
gpuOwL version: v1.9-
OS type [version]: Windows x64 [6.1.7601]
Lines are skipped
The text was updated successfully, but these errors were encountered: