![]() |
|
|
#881 |
|
Romulan Interpreter
Jun 2011
Thailand
3·3,221 Posts |
The test with 1.61 is finished for 26026433. I had one mismatch which was not reproducible, and it was NOT on the same place as Jerry got it. After restoring the checkpoint and rerun, everything went fine. So, too much overclock, or heat, or bad memory, or cosmic rays, whatever caused it first time, it did not cause it again.
I lowered the clock to factory default and begun testing v1.63 on the same expo, gtx580. Up to now running stable, all partial residue matching. I love -s switch, I would love it more if I could specify (or have builtin hardcoded, no special need to change) a subfolder, see the idea in my former post with the "backup" folder. That is because usually I have many other things on the cudalucas folder, and all sXXXX files are flooding it, making difficult the periodical maintenance (deleting, etc). Putting them all in a "backup" subfolder would be great. edit ps: I am using 4.1/2.0 from jerry's build Last fiddled with by LaurV on 2012-03-03 at 04:43 |
|
|
|
|
|
#882 |
|
Jul 2009
Tokyo
2×5×61 Posts |
Ver 1.64
1)Make backup dir. 2)Add all iteration round off err check option. when err > 0.48 exit. performace 2% down. Code:
$ ./CUDALucas
Usage: ./CUDALucas [-d device_number] [-c checkpoint_iteration] [-f fft_length] [-s] [-t] -r|exponent|input_filename
-f set fft length
-s save all checkpoint files
-t check round off error all iterations,when err > 0.49 exit
$ ./CUDALucas -s 24036583
DEVICE:0------------------------
name GeForce GTX 460
~~~
start M24036583 fft length = 1310720
Iteration 10000 M( 24036583 )C, 0xcbdef38a0bdc4f00, n = 1310720, CUDALucas v1.64 (1:00 real, 5.9464 ms/iter, ETA 39:40:31)
^C caught. Writing checkpoint.
$ ls backup/
s24036583.10001 s24036583.11377
4$ ./CUDALucas -t 24036583
DEVICE:0------------------------
name GeForce GTX 460
~~~
start M24036583 fft length = 1310720
Iteration 10000 M( 24036583 )C, 0xcbdef38a0bdc4f00, n = 1310720, CUDALucas v1.64 (1:01 real, 6.0964 ms/iter, ETA 40:40:36)
|
|
|
|
|
|
#883 |
|
Jun 2011
131 Posts |
Got mismatch with 1.58 but had several err/increasing messages. Could be bad handling of that...
|
|
|
|
|
|
#884 | |
|
"Jerry"
Nov 2011
Vancouver, WA
1,123 Posts |
Quote:
|
|
|
|
|
|
|
#885 | |
|
"Jerry"
Nov 2011
Vancouver, WA
1,123 Posts |
Quote:
1.2b was the last build that included a win32 makefile. I modified my current makefile for win32, but it does not compile. Lots of errors during nvcc processing CUDALucas.cu. Has 32 bit compatability been removed or do I need some extra includes? Edit: I included the screen output with the errors. Thanks. Last fiddled with by flashjh on 2012-03-03 at 14:04 Reason: Add screen output |
|
|
|
|
|
|
#886 | |
|
Jan 2011
Dudley, MA, USA
73 Posts |
Quote:
|
|
|
|
|
|
|
#887 | |
|
"Jerry"
Nov 2011
Vancouver, WA
112310 Posts |
Quote:
|
|
|
|
|
|
|
#888 |
|
"Jerry"
Nov 2011
Vancouver, WA
1,123 Posts |
|
|
|
|
|
|
#889 | |
|
Jul 2009
Tokyo
2·5·61 Posts |
Quote:
Code:
err = 0.371603, increasing n from 1572864 continuing work from a partial result err = 0.371603, increasing n from 1572864 continuing work from a partial result err = 0.371603, increasing n from 1572864 continuing work from a partial result err = 0.371603, increasing n from 1572864 continuing work from a partial result Iteration 27390000 M( 29198173 )C, 0x0ae3a28bd9f1003c, n = 1572864, CUDALucas v1.58 (1:29 real, 8.9455 ms/iter, ETA 4:28:21) Why exit infinity loop ? |
|
|
|
|
|
|
#890 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
1C3516 Posts |
What version is this?
Code:
bill@Gravemind:~/CUDALucas∰∂ CUDALucas -v CUDALucas version information: $Id: MacLucasFFTW.c,v 8.1 2007/06/23 22:33:35 wedgingt Exp $ wedgingt@acm.org ^C^C ^C |
|
|
|
|
|
#891 | |
|
"Jerry"
Nov 2011
Vancouver, WA
1,123 Posts |
Quote:
|
|
|
|
|
![]() |
| Thread Tools | |
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 |