mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   GPU Computing (https://www.mersenneforum.org/forumdisplay.php?f=92)
-   -   CUDALucas (a.k.a. MaclucasFFTW/CUDA 2.3/CUFFTW) (https://www.mersenneforum.org/showthread.php?t=12576)

flashjh 2013-11-21 15:09

Ideas?

owftheevil 2013-11-21 15:17

[QUOTE=flashjh;359875]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[/QUOTE]

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 2013-11-22 15:06

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.

Manpowre 2013-11-22 18:18

[QUOTE=owftheevil;359988]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.[/QUOTE]

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!

flashjh 2013-11-26 13:24

I'm having a problem with CUDALucas stopping:

[CODE]
C:/CUDA/CuLu/src/CUDALucas.cu(372) : cudaSafeCall() Runtime API error 30: unknow
n error.
[/CODE]

No specific error. Sometimes it goes for hours, sometimes minutes. Any ideas?

Manpowre 2013-11-26 14:11

[QUOTE=flashjh;360337]I'm having a problem with CUDALucas stopping:

[CODE]
C:/CUDA/CuLu/src/CUDALucas.cu(372) : cudaSafeCall() Runtime API error 30: unknow
n error.
[/CODE]

No specific error. Sometimes it goes for hours, sometimes minutes. Any ideas?[/QUOTE]

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)..

flashjh 2013-11-26 14:17

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?

Manpowre 2013-11-26 14:31

[QUOTE=flashjh;360340]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?[/QUOTE]

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...

flashjh 2013-11-26 14:33

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.

Manpowre 2013-11-26 14:37

[QUOTE=flashjh;360342]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.[/QUOTE]

Ill check it when I get home later today..

owftheevil 2013-11-26 14:42

[QUOTE=flashjh;360337]I'm having a problem with CUDALucas stopping:

[CODE]
C:/CUDA/CuLu/src/CUDALucas.cu(372) : cudaSafeCall() Runtime API error 30: unknow
n error.
[/CODE]No specific error. Sometimes it goes for hours, sometimes minutes. Any ideas?[/QUOTE]

Thats the memcopy timing out because one of the previous cufft calls has hung. A problem since 300++ drivers came about.


All times are UTC. The time now is 23:11.

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