mersenneforum.org  

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

Reply
 
Thread Tools
Old 2013-11-03, 00:35   #1
fairsky
 
Sep 2013

518 Posts
Default 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
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
Thank you for any advices.

Last fiddled with by fairsky on 2013-11-03 at 00:41
fairsky is offline   Reply With Quote
Old 2013-11-03, 00:54   #2
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

2·3·5·373 Posts
Default

Quote:
Originally Posted by fairsky View Post
Thank you for any advices.
Understand who you are dealing with.
chalsall is offline   Reply With Quote
Old 2013-11-03, 01:06   #3
fairsky
 
Sep 2013

2916 Posts
Default

Quote:
Originally Posted by chalsall View Post
Understand who you are dealing with.
Sorry, but what did that mean?
fairsky is offline   Reply With Quote
Old 2013-11-03, 01:21   #4
kracker
 
kracker's Avatar
 
"Mr. Meeseeks"
Jan 2012
California, USA

37·59 Posts
Default

Quote:
Originally Posted by fairsky View Post
Sorry, but what did that mean?
I don't, either. What exponents are you running and what fft?
kracker is offline   Reply With Quote
Old 2013-11-03, 01:29   #5
fairsky
 
Sep 2013

518 Posts
Default

Quote:
Originally Posted by kracker View Post
I don't, either. What exponents are you running and what fft?

for example
Code:
M( 62327431 )C, 0xffffffff80000000, n = 393216, CUDALucas v2.03
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
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?

Last fiddled with by fairsky on 2013-11-03 at 01:30
fairsky is offline   Reply With Quote
Old 2013-11-03, 01:34   #6
kracker
 
kracker's Avatar
 
"Mr. Meeseeks"
Jan 2012
California, USA

37·59 Posts
Default

Quote:
Originally Posted by fairsky View Post
for example
Code:
M( 62327431 )C, 0xffffffff80000000, n = 393216, CUDALucas v2.03
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?
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?
kracker is offline   Reply With Quote
Old 2013-11-03, 01:42   #7
fairsky
 
Sep 2013

4110 Posts
Default

Quote:
Originally Posted by kracker View Post
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?
[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
then it also worked....

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

Last fiddled with by fairsky on 2013-11-03 at 01:43
fairsky is offline   Reply With Quote
Old 2013-11-03, 01:43   #8
kracker
 
kracker's Avatar
 
"Mr. Meeseeks"
Jan 2012
California, USA

37·59 Posts
Default

Quote:
Originally Posted by fairsky View Post
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
then it also worked....

On my Tesla card. Then does this matter? (thread is by default 512)
Code:
-f 327680
THAT is what is wrong. You may want to remove that...
kracker is offline   Reply With Quote
Old 2013-11-03, 01:47   #9
fairsky
 
Sep 2013

41 Posts
Default

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,

Last fiddled with by fairsky on 2013-11-03 at 01:51
fairsky is offline   Reply With Quote
Old 2013-11-03, 01:54   #10
fairsky
 
Sep 2013

518 Posts
Default

Quote:
Originally Posted by kracker View Post
Code:
-f 327680
THAT is what is wrong. You may want to remove that...
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?
fairsky is offline   Reply With Quote
Old 2013-11-03, 02:04   #11
kracker
 
kracker's Avatar
 
"Mr. Meeseeks"
Jan 2012
California, USA

37·59 Posts
Default

Quote:
Originally Posted by fairsky View Post
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?
I guess you could tweak fft manually, but you really don't need to pass -f, just let it do it's own thing.
kracker is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
prime95 settings evanh Software 3 2017-12-04 15:18
Don't DC/LL them with CudaLucas LaurV Data 131 2017-05-02 18:41
CUDALucas gives all-zero residues fivemack GPU Computing 4 2016-07-21 15:49
Memory Settings Fred Software 5 2016-05-03 00:51
CUDALucas: which binary to use? Karl M Johnson GPU Computing 15 2015-10-13 04:44

All times are UTC. The time now is 13:22.


Fri Mar 31 13:22:41 UTC 2023 up 225 days, 10:51, 0 users, load averages: 0.89, 1.10, 0.99

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, 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.

≠ ± ∓ ÷ × · − √ ‰ ⊗ ⊕ ⊖ ⊘ ⊙ ≤ ≥ ≦ ≧ ≨ ≩ ≺ ≻ ≼ ≽ ⊏ ⊐ ⊑ ⊒ ² ³ °
∠ ∟ ° ≅ ~ ‖ ⟂ ⫛
≡ ≜ ≈ ∝ ∞ ≪ ≫ ⌊⌋ ⌈⌉ ∘ ∏ ∐ ∑ ∧ ∨ ∩ ∪ ⨀ ⊕ ⊗ 𝖕 𝖖 𝖗 ⊲ ⊳
∅ ∖ ∁ ↦ ↣ ∩ ∪ ⊆ ⊂ ⊄ ⊊ ⊇ ⊃ ⊅ ⊋ ⊖ ∈ ∉ ∋ ∌ ℕ ℤ ℚ ℝ ℂ ℵ ℶ ℷ ℸ 𝓟
¬ ∨ ∧ ⊕ → ← ⇒ ⇐ ⇔ ∀ ∃ ∄ ∴ ∵ ⊤ ⊥ ⊢ ⊨ ⫤ ⊣ … ⋯ ⋮ ⋰ ⋱
∫ ∬ ∭ ∮ ∯ ∰ ∇ ∆ δ ∂ ℱ ℒ ℓ
𝛢𝛼 𝛣𝛽 𝛤𝛾 𝛥𝛿 𝛦𝜀𝜖 𝛧𝜁 𝛨𝜂 𝛩𝜃𝜗 𝛪𝜄 𝛫𝜅 𝛬𝜆 𝛭𝜇 𝛮𝜈 𝛯𝜉 𝛰𝜊 𝛱𝜋 𝛲𝜌 𝛴𝜎𝜍 𝛵𝜏 𝛶𝜐 𝛷𝜙𝜑 𝛸𝜒 𝛹𝜓 𝛺𝜔