![]() |
|
|
#408 |
|
Nov 2010
Germany
10010101012 Posts |
AMD released Catalyst version 12.2. I have it running on two W7-64 machines and the first tests went well. I'll do a few tests on Linux later, but I'd say, this time no new bugs interfere with mfakto.
|
|
|
|
|
|
#409 |
|
Oct 2011
67910 Posts |
Has anyone tried the new 12.3 catalyst version yet?
|
|
|
|
|
|
#410 |
|
"Jerry"
Nov 2011
Vancouver, WA
1,123 Posts |
|
|
|
|
|
|
#411 |
|
Oct 2011
Maryland
2·5·29 Posts |
|
|
|
|
|
|
#412 |
|
"Jerry"
Nov 2011
Vancouver, WA
100011000112 Posts |
I never spent any time t/s'ing the problem, I've been too busy. It was easier to revert and key it go. Is 12.2/.3 faster for you?
Last fiddled with by flashjh on 2012-03-31 at 00:17 |
|
|
|
|
|
#413 |
|
Feb 2012
2 Posts |
Thanks for the help bdot, i was able to get the 2nd instances running.
|
|
|
|
|
|
#414 |
|
Oct 2011
7·97 Posts |
Bdot, when running some tests using mfakto yesterday, I noticed that when I used the first half of the following in a batch file that the program only ran at about 2/3 the speed as when I ran the second half.
Code:
c: cd mfakto cmd.exe /k "start /b /low /affinity 0x08 mfakto-x64.exe" vs c: cd mfakto mfakto-x64.exe Last fiddled with by bcp19 on 2012-03-31 at 13:40 |
|
|
|
|
|
#415 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
11100001101012 Posts |
This can't really account for speed, but if you're launching it from a batch file, calling cmd.exe shouldn't be necessary. This is what I use (developed by kladner):
Code:
C: cd C:\Users\Bill\GPU-Prime95\mfaktc-0.17 start /low /affinity 8 mfaktc-win-64 |
|
|
|
|
|
#416 |
|
Oct 2011
7·97 Posts |
I'd like to work up some charts for GPUs running mfakto to determine how well they work once the cores running them are factored in.
If you could PM me: CPU and GPU model (Q8200/5770), # cores running P95/mfakto (1/3, 2/2, 5/1), exp size and iter time on P95 cores (45381221/.059ms, 26202373/.035ms), exponent size, bit level and rough avg time for each mfakto instance (30311929/68-69/74m29s, 30363997/68-69/73m52s, 29499839/69-70/162m11s) it would be a great help. Thanks in advance for your help. |
|
|
|
|
|
#417 |
|
"Kieren"
Jul 2011
In My Own Galaxy!
1015810 Posts |
Just for grins, you might take out the /low, or replace it with /high. It might show if something else is stealing CPU cycles from mfakto. Since the second batch defaults to /normal, I guess that would be the best comparison. Affinity is the other variable, so that might make a difference, too.
|
|
|
|
|
|
#418 |
|
Oct 2011
Maryland
2×5×29 Posts |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mfaktc: a CUDA program for Mersenne prefactoring | TheJudger | GPU Computing | 3498 | 2021-08-06 21:07 |
| gpuOwL: an OpenCL program for Mersenne primality testing | preda | GpuOwl | 2719 | 2021-08-05 22:43 |
| LL with OpenCL | msft | GPU Computing | 433 | 2019-06-23 21:11 |
| OpenCL for FPGAs | TObject | GPU Computing | 2 | 2013-10-12 21:09 |
| Program to TF Mersenne numbers with more than 1 sextillion digits? | Stargate38 | Factoring | 24 | 2011-11-03 00:34 |