![]() |
|
|
#232 | |
|
"Carl Darby"
Oct 2012
Spring Mountains, Nevada
1001110112 Posts |
Quote:
Last fiddled with by owftheevil on 2013-05-07 at 14:37 |
|
|
|
|
|
|
#233 | |
|
Feb 2012
the Netherlands
728 Posts |
Quote:
|
|
|
|
|
|
|
#234 | |
|
"Bill Staffen"
Jan 2013
Pittsburgh, PA, USA
23×53 Posts |
Quote:
EDIT: The quote I was trying to remember: I had the wrong function call in mind. Last fiddled with by Aramis Wyler on 2013-05-07 at 21:07 |
|
|
|
|
|
|
#235 |
|
"Carl Darby"
Oct 2012
Spring Mountains, Nevada
4738 Posts |
My run found the factor:
Code:
Iteration 764000 M61394569, 0xa524c6ae8ad4a231, n = 3360K, CUDAPm1 v0.10 err = 0.21777 (0:07 real, 6.9230 ms/iter, ETA 0:06) M61394569, 0x30c664a860055a8f, n = 3360K, CUDAPm1 v0.10 Stage 1 complete, estimated total time = 1:28:32 . . . Accumulated Product: M61394569, 0x80e4aa01c3bb4d17, n = 3360K, CUDAPm1 v0.10 Starting stage 2 gcd. M61394569 has a factor: 189843460261039170580823 (P-1, B1=530000, B2=12985000, e=6, n=3360K CUDAPm1 v0.10) Last fiddled with by owftheevil on 2013-05-07 at 22:56 Reason: include the penultimate and final residues of stage 1 |
|
|
|
|
|
#236 |
|
Jul 2003
So Cal
22×232 Posts |
Here's a couple more that can be used for testing. I found these overnight.
Code:
M61747963 has a factor: 13383883517343994527281 (P-1, B1=610000, B2=610000, e=6, n=3584K CUDAPm1 v0.10) M61829329 has a factor: 894781313041001886421561 (P-1, B1=615000, B2=16912500, e=6, n=3584K CUDAPm1 v0.10) |
|
|
|
|
|
#237 | |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
9,767 Posts |
Quote:
I have spent days running tests in different situations -- heavy CPU load, no CPU load. Low ambient temperatures, high ambient temperatures. Low vRAM usage, high vRAM usage. And all the various combinations of the above. I can find no correlation to the errors. While it's still possible that there is a software bug somewhere in the stack, the evidence seems to suggest I have a bad card. Last fiddled with by chalsall on 2013-05-08 at 00:07 Reason: s/spend/spent/ |
|
|
|
|
|
|
#238 | |
|
Aug 2010
Kansas
547 Posts |
Quote:
|
|
|
|
|
|
|
#239 |
|
"Bill Staffen"
Jan 2013
Pittsburgh, PA, USA
23·53 Posts |
I ran the same worktodo as before on my secondary card (a 480) to avoid the conditions mentioned earlier (used for display, etc). It didn't find a factor for M61262347, B1 = 605000, B2 = 16637500, e = 6, fft length = 3360K. It crashed trying to do M61394569, B1 = 605000, B2 = 16637500, e = 6, fft length = 3360K, but even more unforunate for me is that it used different bounds than my 580 did so the residues are completely different. I'll have to try to run it again and specify the bounds. The error on crash:
Iteration 587000 M61394569, 0x689e7131d4d15b81, n = 3360K, CUDAPm1 v0.10 err = 0.20313 (0:07 real, 6.7823 ms/iter, ETA 32:20) Iteration = 587400, err = 0.46094 >= 0.43, quitting. Estimated time spent so far: 1:06:31 C:/Users/childers/Dropbox/NFS/cudapm1/build/cudapm1-code-21/cudapm1-code-21/trunk/CUDAPm1.cu(1362) : cudaSafeCall() Runtime API error 17: invalid device pointer. Though it looks to me like it didn't really crash, it quit because of a rounding error... and possibly then crashed. Full output is here. |
|
|
|
|
|
#240 |
|
"Carl Darby"
Oct 2012
Spring Mountains, Nevada
32·5·7 Posts |
Yeah, if it quits during stage 1, I still have it trying to free stage 2 device memory, which hasn't been allocated yet. Fix coming soon.
|
|
|
|
|
|
#241 |
|
Aug 2010
Kansas
547 Posts |
|
|
|
|
|
|
#242 |
|
Mar 2010
3·137 Posts |
1. Goto [url=http://www.mersenne.org/manual_assignment/] this page.
2. Select P-1 factoring. 3. Put whatever the server gives you into the worktodo.txt file, which is located in CUDAPm1's folder. 4. Create a batch file, say, run.bat, right click on it and select edit. 5. Paste the following there: Code:
CUDAPm1 pause 7. Run the batch file. It will process one assignment at a time from the worktodo.txt file. |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mfaktc: a CUDA program for Mersenne prefactoring | TheJudger | GPU Computing | 3497 | 2021-06-05 12:27 |
| World's second-dumbest CUDA program | fivemack | Programming | 112 | 2015-02-12 22:51 |
| World's dumbest CUDA program? | xilman | Programming | 1 | 2009-11-16 10:26 |
| Factoring program need help | Citrix | Lone Mersenne Hunters | 8 | 2005-09-16 02:31 |
| Factoring program | ET_ | Programming | 3 | 2003-11-25 02:57 |