mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   GPU Computing (https://www.mersenneforum.org/forumdisplay.php?f=92)
-   -   settings for cudaLucas (https://www.mersenneforum.org/showthread.php?t=18792)

fairsky 2013-11-03 00:35

settings for cudaLucas
 
Hi guys,

I was just informed that all of my cudaLucas jobs are invalidated.

How can I have the correct settings for this type of job in cudaLucas?
[quote]
My GPUs are:
1): GTX 295
2): Tesla C2050
CPU is: Xeon W5590
Mems: 24GB
[/quote]

my settings from CUDALucas.ini:
[quote]
# You can use this file to customize CUDALucas without having to create a long
# and complex command. I got tired of having to hit the up arrow a bunch of
# times whenever I rebooted, so I created this. You can set most of the command
# line options here; however, if you do use command line options, they will
# override their corresponding value in this file.

CheckpointIterations=10000

WorkFile=worktodo.txt

Polite=0

CheckRoundoffAllIterations=1

SaveAllCheckpoints=0

SaveFolder=savedfiles

Interactive=0

Threads=512

DeviceNumber=2

PrintDeviceInfo=0

FFTLength=0

[/quote]Thank you for any advices.

chalsall 2013-11-03 00:54

[QUOTE=fairsky;358243]Thank you for any advices.[/QUOTE]

Understand who you are dealing with.

fairsky 2013-11-03 01:06

[QUOTE=chalsall;358247]Understand who you are dealing with.[/QUOTE]

Sorry, but what did that mean?

kracker 2013-11-03 01:21

[QUOTE=fairsky;358250]Sorry, but what did that mean?[/QUOTE]
I don't, either. What exponents are you running and what fft?

fairsky 2013-11-03 01:29

[QUOTE=kracker;358253]I don't, either. What exponents are you running and what fft?[/QUOTE]


for example
[code]
M( 62327431 )C, 0xffffffff80000000, n = 393216, CUDALucas v2.03
[/code]from my results.txt under cudaLucas folder.

Actually, I noticed that I got this result pattern
[quote]
M(XXX),0xffffffff80000000, n=different-value, v2.03
[/quote]for all 6 cudaLucas jobs.
I thought there might be some problem, but after all i am a human who cannot identify what was going on to these results...

Any comment?

kracker 2013-11-03 01:34

[QUOTE=fairsky;358255]for example
[code]
M( 62327431 )C, 0xffffffff80000000, n = 393216, CUDALucas v2.03
[/code]from my results.txt under cudaLucas folder.

Actually, I noticed that I got this result pattern
for all 6 cudaLucas jobs.
I thought there might be some problem, but after all i am a human who cannot identify what was going on to these results...

Any comment?[/QUOTE]

Aha. Your FFT is way too small. Is that pre selected or automatic? it should be around 10 times bigger... lol. How are you executing CUDALucas?

fairsky 2013-11-03 01:42

[QUOTE=kracker;358256]Aha. Your FFT is way too small. Is that pre selected or automatic? it should be around 10 times bigger... lol. How are you executing CUDALucas?[/QUOTE]

[del]I think it was possibly selected automatically, because of the setting.
I don't know how worked, but it did get through. :(
[/del]

Oh, I set it I think.

For recent jobs, I set the fft length by
[code]
-f 327680
[/code]then it also worked....

On my Tesla card. Then does this matter? (thread is by default 512)

kracker 2013-11-03 01:43

[QUOTE=fairsky;358259]I think it was possibly selected automatically, because of the setting.

I don't know how it worked, but it did get through. :(

For recent jobs, I set the fft length by
[code]
-f 327680
[/code]then it also worked....

On my Tesla card. Then does this matter? (thread is by default 512)[/QUOTE]

[code]
-f 327680
[/code]THAT is what is wrong. You may want to remove that... :smile:

fairsky 2013-11-03 01:47

I knew there would be some errors, and I found the error is around 0.1 not normally i think the 0.01 you expect.

But why my results are always 0xfffffff80000000????
And why 0.1 is not allowed? I can see the error should be less than .25 by default computed from cudaLucas itself according to the first few steps, right?

for example:
[quote]
iteration = 26 < 1000 && err = 0.320312 >= 0.25,
[/quote]

fairsky 2013-11-03 01:54

[QUOTE=kracker;358260][code]
-f 327680
[/code]THAT is what is wrong. You may want to remove that... :smile:[/QUOTE]
But in what sense it is wrong?
Since it is suggested in the setting file that we can set by -f option the fft length.

Otherwise, what size of fft length is reasonable and can guarantee the correct output?

kracker 2013-11-03 02:04

[QUOTE=fairsky;358263]But in what sense it is wrong?
Since it is suggested in the setting file that we can set by -f option the fft length.

Otherwise, what size of fft length is reasonable and can guarantee the correct output?[/QUOTE]

I guess you could tweak fft manually, but you really don't need to pass -f, just let it do it's own thing.

fairsky 2013-11-03 02:08

[QUOTE=kracker;358264]I guess you could tweak fft manually, but you really don't need to pass -f, just let it do it's own thing.[/QUOTE]
Yes, that is what i understood.

But since I got the credit deducing, and jobs wasting, I decided not to run jobs by manually setting fft.....

Thank you for all helps.


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

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