![]() |
|
|
#2190 | ||
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
11100001101012 Posts |
Quote:
![]() Quote:
|
||
|
|
|
|
|
#2191 |
|
Dec 2012
7 Posts |
So, I did a little testing of what changes to settings would do for me. I found that the only change that netted me an improvement was to set GPUSieveSize=128. This improved performance from 325 to 330. I also noticed that setting GPUSievePrimes at 150000 or more resulted in decreased performance, so I now have it at 100000 with no noticeable decrease compared to the default of 82486.
It looks like I will need to play with my OC to get any additional performance gains. That would be something to look at later, I'm happy with where it is right now. 330 GHz-d/day on each core with clocks set to 720/1440/1728 @ stock 0.925V. |
|
|
|
|
|
#2192 |
|
Sep 2008
Kansas
338710 Posts |
|
|
|
|
|
|
#2193 |
|
Bemusing Prompter
"Danny"
Dec 2002
California
5×479 Posts |
I'm still having trouble compiling mfaktc. It turned out that VC++ doesn't handle custom makefiles very well, so I decided to use nmake instead. However, I'm still getting errors:
Code:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin>nmake.exe -f C:\Users\danny\Desktop\mfaktc-0.20\src\Makefile.win Microsoft (R) Program Maintenance Utility Version 10.00.30319.01 Copyright (C) Microsoft Corporation. All rights reserved. C:\Users\danny\Desktop\mfaktc-0.20\src\Makefile.win(26) : fatal error U1001: syntax error : illegal character '^' in macro Stop. Why does Microsoft have to make this so complicated? Last fiddled with by ixfd64 on 2013-01-26 at 04:17 |
|
|
|
|
|
#2194 | |
|
"Oliver"
Mar 2005
Germany
100010101112 Posts |
Quote:
Oliver |
|
|
|
|
|
|
#2195 |
|
"Jerry"
Nov 2011
Vancouver, WA
1,123 Posts |
(as best I can remember and some are only for CuLu)
First thing is to go here and check out post 808 and on. You'll see what I had to do to get compiling working. It has been a while, so I don't remember all the details, but the instructions there are pretty good. I know I have all CUDA toolkits installed from 3.2 up so I can compile all versions. Also, I have MSVS 2008 and 2010 installed. Once everything is installed, I use make for Windows (here). The only file that's required is make.exe. Once you have that, open the command window from the required MSVS location. Mine are in C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC. I place a shortcut to the command windows in my source along with make.exe. You might have to update makefile.win to the CUDA version and SM you want. The command line used is 'make -f makefile.win' or 'make -f makefile.win32' Once it completes, you can run 'make -f makefile.win clean' to get rid of the .obj file (associated with the current makefile.win) If you want to get rid of everything, run 'make -f makefile.win cleaner' to delete all .obj and .exe files (associated with the current makefile.win) I'm no expert. I'm just learning as I go along. I really hope to have the project files working in MSVS, but that will have to wait until I have a little more time. Let me know if you have any questions. Jerry Last fiddled with by flashjh on 2013-01-26 at 14:17 |
|
|
|
|
|
#2196 |
|
Bemusing Prompter
"Danny"
Dec 2002
California
45338 Posts |
Could someone please compile mfaktc for Mac OS X?
|
|
|
|
|
|
#2197 |
|
Bemusing Prompter
"Danny"
Dec 2002
California
5×479 Posts |
Sorry for the double post, but does anyone know why I'm getting "n.a." for the ETA?
|
|
|
|
|
|
#2198 |
|
"Jerry"
Nov 2011
Vancouver, WA
1,123 Posts |
The run is too short.
|
|
|
|
|
|
#2199 |
|
Bemusing Prompter
"Danny"
Dec 2002
California
5·479 Posts |
|
|
|
|
|
|
#2200 |
|
"Jerry"
Nov 2011
Vancouver, WA
100011000112 Posts |
From output.c:
Code:
if(mystuff->stats.class_time > 250) Last fiddled with by flashjh on 2013-02-02 at 19:19 |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mfakto: an OpenCL program for Mersenne prefactoring | Bdot | GPU Computing | 1676 | 2021-06-30 21:23 |
| The P-1 factoring CUDA program | firejuggler | GPU Computing | 753 | 2020-12-12 18:07 |
| gr-mfaktc: a CUDA program for generalized repunits prefactoring | MrRepunit | GPU Computing | 32 | 2020-11-11 19:56 |
| mfaktc 0.21 - CUDA runtime wrong | keisentraut | Software | 2 | 2020-08-18 07:03 |
| World's second-dumbest CUDA program | fivemack | Programming | 112 | 2015-02-12 22:51 |