![]() |
|
|
#507 |
|
Random Account
Aug 2009
22·3·163 Posts |
This is interesting. I wanted to try it and see what happens.
Last fiddled with by storm5510 on 2017-07-16 at 00:56 |
|
|
|
|
|
#508 |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
5,419 Posts |
Device numbering in CUDAPm1 is zero-based if I recall correctly. It is so in CUDALucas. First gpu device is 0, second is one, ... It defaults to device zero if no device is specified on the command line or in the ini file. I think that message happens for any of the following (and possibly other) cases:
- a device number higher than the last device number physically present and properly installed is specified. For example, specifying -d 2 on a system where two gpus d 0 and d 1 are present. - a device timeout has occurred and Windows hasn't yet restarted the display device driver, so from the point of view of the OS and app, while the GPU is physically present it's not available for use - a device timeout has occurred and Windows has attempted to restart the display device driver, but a thermal issue or other issue prevented the GPU from restarting, so from the point of view of the OS and app, while the GPU is physically present it's not available for use until the issue is resolved at least temporarily and the driver restarted - the software was run on a system containing no qualifying device - the software was run on a system containing a qualifying device but no suitable driver yet successfully installed and active. - running a version requiring a CUDA level higher than the installed driver supports. Last fiddled with by kriesel on 2017-07-16 at 14:50 |
|
|
|
|
|
#509 |
|
Random Account
Aug 2009
36448 Posts |
The 'DeviceNumber' was set at 1 in the configuration file. I changed it to zero. The application became responsive. It doesn't want to go beyond a 1000 iteration average error test.
|
|
|
|
|
|
#510 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
5,419 Posts |
Quote:
For example, on a GTX480, it's nearly four minutes for 50,000 iterations below: Iteration 1000, average error = 0.19992 x= 0.25 (max error = 0.26172), continuing test. Iteration 50000 M43158547, 0xdd951715b61e6699, n = 2304K, CUDAPm1 v0.20 err = 0.29688 (3:45 real, 4.4892 ms/iter, ETA 16:46) Iteration 100000 M43158547, 0xadcc2bec0b8ae426, n = 2304K, CUDAPm1 v0.20 err = 0.29297 (3:42 real, 4.4537 ms/iter, ETA 12:56) Last fiddled with by kriesel on 2017-07-18 at 05:33 |
|
|
|
|
|
|
#511 |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
152B16 Posts |
Jerry, please see item 8 in the attachment.
|
|
|
|
|
|
#512 |
|
Random Account
Aug 2009
111101001002 Posts |
After doing some reading back through the pages here, I found the proper parameter for doing bench tests. The example was, "-cufftbench 1 8192 r." I didn't want to respond to this, Then I saw where someone had used a value of "1" in the place of the "r." It ran the tests after that.
A cosmetic request: In my humble opinion, the console output lines are way too long. If the program name and version number could be removed, that would help. I had to stretch the console window to the full width of my screen to keep it all on a single line each time. |
|
|
|
|
|
#513 |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
5,419 Posts |
Its presence in the CUDAPm1 help message output seems to be a holdover from its CUDALucas ancestry. Specifying -r on the command line does not result in any residue check tests running in CUDAPm1; it goes straight to continuation of work present in the worktodo file. If I read the source code correctly, the residue check function did not get implemented for CUDAPm1.
|
|
|
|
|
|
#514 |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
5,419 Posts |
The topic and attachment are not intended to be critical of the fine and free development done. My intent is to make its use easier and more productive, and maybe aid further development. These are things I've learned by using the program or very recently looking at the source code. Please feel free to PM me with any additions, corrections or suggestions.
|
|
|
|
|
|
#515 |
|
Random Account
Aug 2009
22×3×163 Posts |
The server did not understand the results below.
Code:
M82595957 has a factor: 3960668801233058686019823786839 (P-1, B1=730000, B2=730000, e=0, n=4608K, aid=xxxxxxxxxxxxC10420CBB1142D2B6669 ) Code:
M82595957 has a factor: 3960668801233058686019823786839 (P-1, B1=730000, B2=730000, e=0, n=4608K) Ideas? |
|
|
|
|
|
#516 | |
|
Sep 2003
1010000110012 Posts |
Quote:
Code:
M82595957 has a factor: 3960668801233058686019823786839 (P-1, B1=730000, B2=730000) |
|
|
|
|
|
|
#517 |
|
"James Heinrich"
May 2004
ex-Northern Ontario
11·311 Posts |
It looks like a CudaPm1 result, but it's lacking the program identifier.
The manual results form is, on purpose, very particular about formatting. Do not edit the result lines before attempting to submit them. |
|
|
|
![]() |
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 |