![]() |
|
|
#188 |
|
Apr 2010
Over the rainbow
2·1,303 Posts |
grab the windows binary, there is a ini file in it that might help you.
higher fftlength? Last fiddled with by firejuggler on 2013-05-03 at 09:36 |
|
|
|
|
|
#189 |
|
Mar 2010
3×137 Posts |
With e=12, d=2310 and nrp=480, the last exponent, which can be checked on current binary is 14,155,777.
The next exponent, 14,155,807, cant go to stage 2. Now, the real vRAM usage for CPm1 for the 14,155,777 exp is ~3073MB (MSI afterburner delta method), reported approx. vRAM usage was 3014MB. As a conclusion of this micro research, if you see approx. memory usage of >=3139MB, be sure that stage 2 will not work, even if you have a lot more than that. Proof: http://i.imgur.com/iUpQaMr.png http://i.imgur.com/W8fqlWQ.png Last fiddled with by Karl M Johnson on 2013-05-03 at 10:27 |
|
|
|
|
|
#190 |
|
"James Heinrich"
May 2004
ex-Northern Ontario
D5D16 Posts |
Yes, please, it would be helpful if the results indicated that.
|
|
|
|
|
|
#191 |
|
"James Heinrich"
May 2004
ex-Northern Ontario
11·311 Posts |
Starting a new run looks better than last time:
Code:
Selected B1=560000, B2=14280000, 3.55% chance of finding a factor CUDA reports 781M of 1279M GPU memory free. Using e=6, d=2310, nrp=12 Using approximately 744M GPU memory. Starting stage 1 P-1, M60817711, B1 = 560000, B2 = 14280000, e = 6, fft length = 3360K Doing 807829 iterations |
|
|
|
|
|
#192 | |
|
Jun 2005
8116 Posts |
Quote:
Remove the #define sscanf sscanf_s line from parse.c. Using sscanf_s requires each string var scanned into to be followed by an argument with the size of that string, but that's not done in the sscanf call in IniGetStr. This means the sscanf_s checking picks a random uninitialized value off the stack for the length of the dest string, leading to random failures. A real fix is implementing a wrapper like the sprintf() one which includes this parameter in the call to sscanf_s. Or just ignore the safe version of this function since it is more trouble than it is worth. Last fiddled with by kjaget on 2013-05-03 at 14:04 |
|
|
|
|
|
|
#193 |
|
Feb 2012
the Netherlands
2×29 Posts |
I'm getting a lot of cudaDeviceSynchronize() error 30...
Usually on high B2 value's while only 400-500MB is used (low exponents). Why this might have happened: http://stackoverflow.com/questions/1...d-kernel-calls Last fiddled with by Stef42 on 2013-05-03 at 15:46 |
|
|
|
|
|
#194 | |
|
"James Heinrich"
May 2004
ex-Northern Ontario
11×311 Posts |
Quote:
Code:
Stage 2 complete, estimated total time = 2:57:29 Accumulated Product: M60817711, 0x978923630c42303f, n = 3360K, CUDAPm1 v0.00 Starting stage 2 gcd. M60817711 has a factor: 3493866477323309653137460319 (P-1, B1=560000, B2=14280000, e=6, n=3360K CUDAPm1 v0.00) |
|
|
|
|
|
|
#195 |
|
Jul 2003
So Cal
22·232 Posts |
|
|
|
|
|
|
#196 |
|
Jul 2003
So Cal
22×232 Posts |
|
|
|
|
|
|
#197 |
|
Jul 2003
So Cal
1000010001002 Posts |
New versions ...
Win32: https://www.dropbox.com/s/alz4xodjje...2_20130503.zip x64: https://www.dropbox.com/s/gbs9pr3ily...4_20130503.zip The x64 version should allow you to use more than 3GB (or 4GB, not sure which limit applies to GPU ram) of memory if your card has that much. Also, the GCD at the end will likely be a bit faster, but it doesn't really take that long anyway. As usual, please let me know of problems. |
|
|
|
|
|
#198 | |
|
Jul 2003
So Cal
41048 Posts |
Quote:
|
|
|
|
|
![]() |
| 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 |