mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Hardware > GPU Computing

Reply
 
Thread Tools
Old 2013-11-21, 15:09   #2014
flashjh
 
flashjh's Avatar
 
"Jerry"
Nov 2011
Vancouver, WA

100011000112 Posts
Default

Ideas?
flashjh is offline   Reply With Quote
Old 2013-11-21, 15:17   #2015
owftheevil
 
owftheevil's Avatar
 
"Carl Darby"
Oct 2012
Spring Mountains, Nevada

32·5·7 Posts
Default

Quote:
Originally Posted by flashjh View Post
r46: -memtest 56 1
.
.
.
I timed the last group. CUDALucas says 2:48 elapsed, real time was 2:37.9
.
.
.
CUDALucas Time: 5 sec, Timed: 5.8 sec
Its not quite reporting the elapsed time, but rather, how long to finish the test if the rest is done at the same rate as what has already been done, so you will see some differences here, especially at the beginning.
owftheevil is offline   Reply With Quote
Old 2013-11-22, 15:06   #2016
owftheevil
 
owftheevil's Avatar
 
"Carl Darby"
Oct 2012
Spring Mountains, Nevada

32·5·7 Posts
Default

New version up at sourceforge. The memory allocations are split into two chunks. On Windows, ~15% slowdown occurs only at the first report after switching chunks.

Also, the problem with gaps in the *fft.txt files is fixed. There should not be anymore "fft to large" errors.
owftheevil is offline   Reply With Quote
Old 2013-11-22, 18:18   #2017
Manpowre
 
"Svein Johansen"
May 2013
Norway

3·67 Posts
Default

Quote:
Originally Posted by owftheevil View Post
New version up at sourceforge. The memory allocations are split into two chunks. On Windows, ~15% slowdown occurs only at the first report after switching chunks.

Also, the problem with gaps in the *fft.txt files is fixed. There should not be anymore "fft to large" errors.
you are amazing!

my titan node is back up. corsair 860w modular PSU.. pretty good one.

I found a screw in the old psu. no wonder why it stopped working! lol

Ill download the latest code and give it a good go tonight!

Last fiddled with by Manpowre on 2013-11-22 at 18:19
Manpowre is offline   Reply With Quote
Old 2013-11-26, 13:24   #2018
flashjh
 
flashjh's Avatar
 
"Jerry"
Nov 2011
Vancouver, WA

1,123 Posts
Default

I'm having a problem with CUDALucas stopping:

Code:
 
C:/CUDA/CuLu/src/CUDALucas.cu(372) : cudaSafeCall() Runtime API error 30: unknow
n error.
No specific error. Sometimes it goes for hours, sometimes minutes. Any ideas?
flashjh is offline   Reply With Quote
Old 2013-11-26, 14:11   #2019
Manpowre
 
"Svein Johansen"
May 2013
Norway

3·67 Posts
Default

Quote:
Originally Posted by flashjh View Post
I'm having a problem with CUDALucas stopping:

Code:
 
C:/CUDA/CuLu/src/CUDALucas.cu(372) : cudaSafeCall() Runtime API error 30: unknow
n error.
No specific error. Sometimes it goes for hours, sometimes minutes. Any ideas?
On my new node, which had heat issues (Not in production yet), when the temperature gets close to 90 degrees or above 90 degrees, cuda just dont want to calculate anymore. could it be that ? checked your gpu temperature recently ? dust ? just ideas, as I cleaned my titans and 590s during weekend to prevent this from happening.

( I have put the new codebase on test on the new node)..
Manpowre is offline   Reply With Quote
Old 2013-11-26, 14:17   #2020
flashjh
 
flashjh's Avatar
 
"Jerry"
Nov 2011
Vancouver, WA

1,123 Posts
Default

Everything is clean. Temps stay at 72 under full load.

With MSVS, the debug build won't run from MSVS because it doesn't find the worktodo.txt file. Have you run debug from MSVS?

Since it doesn't actually crash I haven't had the option to debug. I know it says unknown error, but what line can we add to output more error info from safecall?
flashjh is offline   Reply With Quote
Old 2013-11-26, 14:31   #2021
Manpowre
 
"Svein Johansen"
May 2013
Norway

110010012 Posts
Default

Quote:
Originally Posted by flashjh View Post
Everything is clean. Temps stay at 72 under full load.

With MSVS, the debug build won't run from MSVS because it doesn't find the worktodo.txt file. Have you run debug from MSVS?

Since it doesn't actually crash I haven't had the option to debug. I know it says unknown error, but what line can we add to output more error info from safecall?
Yes, there is a parameter you either need to change to your directory with worktodo, or put worktodo in the project directory, same dir as the sln file I guess.. just try the different directories.. also the .ini file needs to go there..

but there is a setting for default working directory...
Manpowre is offline   Reply With Quote
Old 2013-11-26, 14:33   #2022
flashjh
 
flashjh's Avatar
 
"Jerry"
Nov 2011
Vancouver, WA

1,123 Posts
Default

I put the files there, but it still doesn't find them... something I'm doing wrong. My classes all end this week as the students take finals, hopefully I can find some time to look into it.
flashjh is offline   Reply With Quote
Old 2013-11-26, 14:37   #2023
Manpowre
 
"Svein Johansen"
May 2013
Norway

3·67 Posts
Default

Quote:
Originally Posted by flashjh View Post
I put the files there, but it still doesn't find them... something I'm doing wrong. My classes all end this week as the students take finals, hopefully I can find some time to look into it.
Ill check it when I get home later today..
Manpowre is offline   Reply With Quote
Old 2013-11-26, 14:42   #2024
owftheevil
 
owftheevil's Avatar
 
"Carl Darby"
Oct 2012
Spring Mountains, Nevada

32×5×7 Posts
Default

Quote:
Originally Posted by flashjh View Post
I'm having a problem with CUDALucas stopping:

Code:
 
C:/CUDA/CuLu/src/CUDALucas.cu(372) : cudaSafeCall() Runtime API error 30: unknow
n error.
No specific error. Sometimes it goes for hours, sometimes minutes. Any ideas?
Thats the memcopy timing out because one of the previous cufft calls has hung. A problem since 300++ drivers came about.

Last fiddled with by owftheevil on 2013-11-26 at 14:52
owftheevil is offline   Reply With Quote
Reply

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

All times are UTC. The time now is 07:18.


Fri Aug 6 07:18:56 UTC 2021 up 14 days, 1:47, 1 user, load averages: 3.02, 2.80, 2.72

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.