mersenneforum.org  

Go Back   mersenneforum.org > Search Forums

Showing results 1 to 20 of 20
Search took 0.01 seconds.
Search: Posts Made By: chappjc
Forum: GPU Computing 2013-12-03, 23:07
Replies: 2,832
Views: 280,337
Posted By chappjc
Attached is the output of CUDALucas -cufftbench...

Attached is the output of CUDALucas -cufftbench 2592 2592 6. I don't get what it means by "best time" as it seems unrelated to the "ave time" values reported for the different threads.
Forum: GPU Computing 2013-12-03, 21:07
Replies: 2,832
Views: 280,337
Posted By chappjc
From "GeForce GTX 580 fft.txt": 2048 ...

From "GeForce GTX 580 fft.txt":

2048 38492887 2.9761
2160 40551479 3.5742
2240 42020509 3.6679
2304 43194913 3.6846
2592 48471289 3.9861
2880 53735041 4.6150
...
Forum: GPU Computing 2013-12-03, 19:26
Replies: 2,832
Views: 280,337
Posted By chappjc
Thanks for the advice. I was running r47, so the...

Thanks for the advice. I was running r47, so the formatting changes were not included. Once I reformatted the results.txt, PrimeNet recognized it...
Forum: GPU Computing 2013-12-03, 01:21
Replies: 2,832
Views: 280,337
Posted By chappjc
I haven't been around for a while, but I recently...

I haven't been around for a while, but I recently started TF'ing with mfaktc on a 580, 670 and C2075. Now, with the latest updates to CUDALucas 2.05, I am actually able to run it on these GPUs...
Forum: Software 2009-05-27, 19:25
Replies: 4
Views: 1,468
Posted By chappjc
Thanks for the tip. The E5540 is quad core, so I...

Thanks for the tip. The E5540 is quad core, so I put "NumCPUS=8" in local.txt. It worked fine.

I am planning to try multithreading the workers when I get a chance. Last time I tried it with...
Forum: Software 2009-05-23, 04:12
Replies: 4
Views: 1,468
Posted By chappjc
Thanks for the FreeBSD support once again. We...

Thanks for the FreeBSD support once again. We are out there! :smile:

But I can't seem to get it to do multithreaded workers nor multiple workers. The "2. Test/Worker threads" menu item only...
Forum: PrimeNet 2008-02-01, 22:27
Replies: 382
Views: 76,864
Posted By chappjc
Yet another problem we have had in common. To my...

Yet another problem we have had in common. To my surprise, it turned out to be my network driver that was triggering the blue screens (not that this is also your problem)! Something about how...
Forum: PrimeNet 2008-02-01, 06:39
Replies: 382
Views: 76,864
Posted By chappjc
@James: I have seen all of that before, which is...

@James: I have seen all of that before, which is why I was curious to see if anything has changed.

Low and behold, it works fine now in the x64 version. Two workers split the RAM in half (almost,...
Forum: PrimeNet 2008-01-30, 18:58
Replies: 382
Views: 76,864
Posted By chappjc
Cool. I don't know what is meant by "trial...

Cool. I don't know what is meant by "trial factoring above 2^64"...:blush: I am just testing for fun and don't know the math behind it. Anyway I still am curious to see what happens in stage 2 with...
Forum: PrimeNet 2008-01-30, 05:20
Replies: 382
Views: 76,864
Posted By chappjc
Thanks for the Windows 64 build. I will let you...

Thanks for the Windows 64 build. I will let you know if the fight for memory is fixed with 4 worker threads. Stage 1 should be done soon.

Because of the stated SSE2 bug in 25.5, I restarted all...
Forum: PrimeNet 2007-09-27, 03:54
Replies: 369
Views: 56,377
Posted By chappjc
L2 cache (http://en.wikipedia.org/wiki/CPU_cache)...

L2 cache (http://en.wikipedia.org/wiki/CPU_cache) is something completely different from the Physical Memory you are describing.
Forum: PrimeNet 2007-09-26, 18:41
Replies: 369
Views: 56,377
Posted By chappjc
My rc.d start up scripts use the -B syntax...

My rc.d start up scripts use the -B syntax instead of &? :grin: But seriously, I guess there is no reason to keep it.

Is there any chance for a FreeBSD 6 compile? Both 32-bit and 64-bit would be...
Forum: PrimeNet 2007-08-17, 06:28
Replies: 76
Views: 21,422
Posted By chappjc
Torture Test Self Terminate Option Possible?

With multiple worker threads now possible during a torture test, any hardware failure will likely occur on only one thread -- initially. I would suggest that it is logical to automatically...
Forum: PrimeNet 2007-07-23, 15:35
Replies: 76
Views: 21,422
Posted By chappjc
That was my solution as well: However, when...

That was my solution as well:

However, when I had the problem, I think one worker was actually working properly, while the others were continually asking for memory and not getting it.
Forum: PrimeNet 2007-07-23, 14:21
Replies: 76
Views: 21,422
Posted By chappjc
I reported this issue above. This was Prime95's...

I reported this issue above. This was Prime95's response:

BTW drew, I see the same thing in the output when the workers hit stage 2 p-1.
Forum: PrimeNet 2007-07-20, 15:50
Replies: 76
Views: 21,422
Posted By chappjc
I am somewhat concerned with conserving memory at...

I am somewhat concerned with conserving memory at all times. So given your suggestions based on a 2048kB window, it seems reasonable to provide ~500MB for a reasonable # of passes in stage 2....
Forum: PrimeNet 2007-07-20, 13:53
Replies: 76
Views: 21,422
Posted By chappjc
Thank you for that link, Jacob, but the question...

Thank you for that link, Jacob, but the question still stands. First of all, I have no idea how mprime v25.3 on linux x64 differs from prime95 v24. Secondly, cheesehead's information is vauge and...
Forum: PrimeNet 2007-07-19, 23:59
Replies: 76
Views: 21,422
Posted By chappjc
To get around this in the meantime, I changed the...

To get around this in the meantime, I changed the number of workers to 1 and the number of threads per worker to 4. It plowed through stage 2 very quickly.

Could there be a separate option for...
Forum: PrimeNet 2007-07-19, 23:45
Replies: 76
Views: 21,422
Posted By chappjc
I am naïve to the whole process of prime testing...

I am naïve to the whole process of prime testing so bear with me here. Two questions:
Why don't the four workers each take 1/4 of the memory for their stage 2? Stage 2 can apparently work with just...
Forum: PrimeNet 2007-07-19, 16:19
Replies: 76
Views: 21,422
Posted By chappjc
Exclamation Worker threads fighting over memory

I have mprime 25.3 for linux 64-bit running on Ubuntu x86_64 7.04. The machine has two (2) dual core Xeons with 32GB RAM. So, that's 4 physical computational cores on 2 chips.

So I configured 4...
Showing results 1 to 20 of 20

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


Fri Jul 16 11:38:20 UTC 2021 up 49 days, 9:25, 1 user, load averages: 1.94, 1.71, 1.62

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.