![]() |
|
|
#1233 | |
|
"James Heinrich"
May 2004
ex-Northern Ontario
D5D16 Posts |
Quote:
|
|
|
|
|
|
|
#1234 | |
|
"Kieren"
Jul 2011
In My Own Galaxy!
2×3×1,693 Posts |
Quote:
|
|
|
|
|
|
|
#1235 |
|
Feb 2012
216 Posts |
msft, I certainly appreciate the masterpiece of a CUDA program source code that is CUDALucas.cu v1.66 speaking from a commercial software developer's point-of-view.
Of course, you did a little bit more than merely making a correction to the spelling of agressive->aggressive. Thank you. Last fiddled with by MOBAJOBG on 2012-04-15 at 08:14 |
|
|
|
|
|
#1236 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
722110 Posts |
I found a bug (design error?) in my hack; it deletes the current assignment from worktodo.txt regardless of whether or not the test is finished or if it was just paused. I'm sure there's an easy fix, but it's 0519 local, and I found the bug while setting up my comp for sleep
, so I'm definitely not going to investigate right now
|
|
|
|
|
|
#1237 | |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3·29·83 Posts |
Quote:
I tried to add some of Prime95's torture test cases, but as it turns out, all those have a variety of different checkpoints, none of which are 10,000; and worse, only the 33rd-64th bits of the residue are actually checked, not all 64, so there's incomplete data for msft's check() function. |
|
|
|
|
|
|
#1238 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
160658 Posts |
Bad News: I got a DC mismatch.
Good News: My script detected the mismatch. Good News: I'm quite sure my run is correct, barring cosmic errors; it's my first mismatch (out of 3 recent tests and many more 1.2/1.3 DCs). Anyone want to run it through Prime95? (Edit: Expo is 26409557) Bad News: The prog didn't automatically continue with next assignment. Good News: "Stupid Programmer Error": Somehow I failed in understanding how a "Test=..." line is constructed, and counted the wrong number of commas (but it worked fine for the first few assignments). Either way, stupid error == easy fix; change line 1772 from Code:
if ((2!=number_of_commas)) // must have 2 commas... Code:
if ((2!=number_of_commas) && 3!=number_of_commas) // must have 2 or 3 commas...
Last fiddled with by Dubslow on 2012-04-17 at 05:00 |
|
|
|
|
|
#1239 |
|
Romulan Interpreter
Jun 2011
Thailand
32·29·37 Posts |
I will queue it second on my list (after current DC expo finishes in 6-7 hours) on one core. ETA ~3 days. Should I automatically report it? Or check with you first? (in this case please remind me in few days, otherwise it may remain unreported).
|
|
|
|
|
|
#1240 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
11100001101012 Posts |
Go ahead and report it. I'll claim the Anon, so when you report it the assignment isn't closed.
|
|
|
|
|
|
#1241 | ||
|
"James Heinrich"
May 2004
ex-Northern Ontario
342110 Posts |
Quote:
Code:
^(Test|DoubleCheck)=(|N/A,|[A-F0-9]{32},)(FFT2=[0-9]+[KM],)?([0-9]{4,10}),([0-9]{1,2}),([01])$
Quote:
Last fiddled with by James Heinrich on 2012-04-17 at 12:22 Reason: fiddled with examples |
||
|
|
|
|
|
#1242 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3·29·83 Posts |
Nuts. Thanks, though as I recall FFT2=... is only inserted by Prime95 whenever it starts an assignment, such that PrimeNet would never assign them that way?
|
|
|
|
|
|
#1243 |
|
"James Heinrich"
May 2004
ex-Northern Ontario
11×311 Posts |
Correct. That portion only appears when Prime95 is uncertain which FFT size to use and runs a few iterations before the test to determine the best FFT size. It then records the FFT size used in case the test is interrupted/resumed.
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Don't DC/LL them with CudaLucas | LaurV | Data | 131 | 2017-05-02 18:41 |
| CUDALucas / cuFFT Performance on CUDA 7 / 7.5 / 8 | Brain | GPU Computing | 13 | 2016-02-19 15:53 |
| CUDALucas: which binary to use? | Karl M Johnson | GPU Computing | 15 | 2015-10-13 04:44 |
| settings for cudaLucas | fairsky | GPU Computing | 11 | 2013-11-03 02:08 |
| Trying to run CUDALucas on Windows 8 CP | Rodrigo | GPU Computing | 12 | 2012-03-07 23:20 |