![]() |
|
|
#936 |
|
"Jerry"
Nov 2011
Vancouver, WA
1,123 Posts |
I had a match but the assignment had already been turned in. Good news is the original LL was bad because my 1.64 matched David's CUDALucas run.
M( 26002063 )C, 0x1c5e4ca283b033__, n = 1572864, CUDALucas v1.64 |
|
|
|
|
|
#937 | |
|
P90 years forever!
Aug 2002
Yeehaw, FL
11101011101112 Posts |
Quote:
So if CUDALucas reports a round off error of 0.49, how confident are you that it really wasn't a deadly roundoff of 0.51??? This is why PFGW aborts (actually switches to a larger FFT length) when the roundoff error exceeds 0.45. Prime95 retries the iteration if the roundoff exceeds 0.40. |
|
|
|
|
|
|
#938 | |
|
Romulan Interpreter
Jun 2011
Thailand
25BF16 Posts |
Quote:
Last fiddled with by LaurV on 2012-03-10 at 17:06 |
|
|
|
|
|
|
#939 | |
|
Jul 2009
Tokyo
2·5·61 Posts |
Quote:
Code:
Ver 1.64
default:
if((iteration % 100) == 0 || iteration < 1000)
if(roundoff > 0.35)
increasing fft length
-t option:
if(roundoff > 0.49)
exit program
else if(roundoff > 0.35)
increasing fft length
Code:
if(roundoff > 0.49) exit program |
|
|
|
|
|
|
#940 |
|
"Jerry"
Nov 2011
Vancouver, WA
1,123 Posts |
Another 1.64 success
Code:
Processing result: M( 26134351 )C, 0xb9d6a5672486c791, n = 1572864, CUDALucas v1.64 LL test successfully completes double-check of M26134351 |
|
|
|
|
|
#941 |
|
"Kieren"
Jul 2011
In My Own Galaxy!
236568 Posts |
|
|
|
|
|
|
#942 |
|
Jun 2011
131 Posts |
|
|
|
|
|
|
#943 |
|
"Jerry"
Nov 2011
Vancouver, WA
112310 Posts |
|
|
|
|
|
|
#944 |
|
Romulan Interpreter
Jun 2011
Thailand
3×3,221 Posts |
I finished first-time-LL for 45130601 and 4520386. The tests were done with CL1.64, with -s and -t, so the intermediate residues and all checkpoint files (every 250k iterations) are available if someone wants to do the double check with p95. When (and if) my cores become less loaded, I would attempt a DC with P95 by myself, but this will not be the coming weeks.
Currently, I am testing another expo in the same range (45221537) with 2 cards in the same time, no overclocking. This to be sure if CL.1.64 is "reliable" in the 45M range area (in fact, this is more a test of the fact that the "cheap" gtx580 with 1.5Gig memory which I use are "reliable" from the hardware point of view, at factory speed 782MHz, they shall get the same results, no matter if the software is mathematically correct or not). Up to now, 19M iterations done on both (they have about the same speed, one is a bit slower maybe because it is used as primary display(?!)) and both residues are matching. edit: Roughly 40 hours to go, I don't use -s and -t, in fact this is the idea, to see how reliable is without checking every iteration, but I am saving the checkpoints (using my batch file posted before) every 30 minutes, in case there will be a mismatch, to avoid starting everything from the beginning. Without -t switch, CL is faster, as discussed before. Anyhow, if two copies are testing the same exponent (in two different folders) then -s can not be used, as they will try writing the SAME checkpoint files. The idea with the "backup" subfolder was to have it in the current folder, and not in the root of the disk... Like in ".\backup\......." and not "c:\backup\....." Anyhow, you could argue that no one will test the same expo with more copies of CL in the same time, but in the case you re-test the same expo later using -s, the chechpoint files will be overwritten too... Why not let the user to customize the output path? Last fiddled with by LaurV on 2012-03-12 at 03:54 |
|
|
|
|
|
#945 | |
|
Dec 2009
Peine, Germany
331 Posts |
Quote:
It was introduced when an unnecessary CudaMemCpy was killed. |
|
|
|
|
|
|
#946 | |
|
Mar 2010
3×137 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 |