![]() |
|
|
#353 |
|
"Oliver"
Mar 2005
Germany
100010101112 Posts |
Hello!
Find attached mfaktc 0.11. ![]() Again, thank you Luigi, Dave, Kevin and Ethan for testing, comments, ...! ![]() --- It is faster than the previous version: - the 75 bit kernel is ~2% faster - the sieve is 20% faster (measured on Intel Core i7) The new debug code (you usually don't have to care about the debug code, it is used only during development) revealed on computational bug. ![]() mfaktc compiled for compute capability 1.x: Code:
factor size | chance to miss a factor ---------------+------------------------ 2^24 to 2^24.2 | < 0.1% 2^56 to 2^56.2 | < 0.1% 2^88 to 2^88.2 | < 0.1% other ranges | < 0.001% Code:
factor size | chance to miss a factor ---------------+------------------------ 2^24 to 2^24.2 | < 0.1% 2^56 to 2^56.2 | < 0.1% 2^88 to 2^88.2 | < 0.1% other ranges | very small if not 0% The "other ranges" issue has a very low chance so I would say it is not critical, too. This affects all kernels. < 0.1% means that out of 1000 factors "less than" one factor isn't detected in average. This issues are related to floating point accuracy. I was a bit too greedy on quotient estimate during long division. --- Note on upgrading: mfaktc refuses to read checkpoint files from other versions than its own version. Continue your work with your current version until you've finished a bit level or exponent. Oliver |
|
|
|
|
|
#354 |
|
Mar 2010
3×137 Posts |
Now, who can compile that for Windows?
|
|
|
|
|
|
#355 |
|
Dec 2007
Cleves, Germany
2×5×53 Posts |
|
|
|
|
|
|
#356 |
|
"Oliver"
Mar 2005
Germany
11×101 Posts |
Hi Karl, ckdo,
for now I can't provide precompiled Windows binaries... but I'm working on this. I'm still unsure which Windows version I should choose. Windows 7 64bit... so far, so good... but which variant? I don't want "desktop effects"! E.g. when I click on a minimized windows I don't want an animation the window just should open in virtually no time! I want a small taskbar and small icons, too. This is what I hate on modern GUIs...they are overloaded with stupid animations etc. I think I might try Windows 7 "Professional". This is the "smallest" release with XP mode, doesn't install games by default and (according to wikipedia) allows the taskbar to act like in WinXP... Any hints/suggestions? Oliver P.S. on Linux I'm using Xfce P.P.S. my current Windows XP (32bit) installation runs the "classic" GUI with some modifications.. turned of all desktop effects, even mouse shadow... I like it simple and fast! |
|
|
|
|
|
#357 | |
|
Banned
"Luigi"
Aug 2002
Team Italia
12D316 Posts |
Quote:
Luigi |
|
|
|
|
|
|
#358 | |
|
"Oliver"
Mar 2005
Germany
21278 Posts |
Hi Luigi,
Quote:
I was talking about the GUIs of Windows / Linux / whatever. Oliver |
|
|
|
|
|
|
#359 |
|
Mar 2010
3×137 Posts |
Oliver, If you're working on compiling mfaktc on windows that's good news!
IMO, first get it compiling for windows, then make a GUI for it. Hm, actually, does it need a GUI ? Easy to learn application
|
|
|
|
|
|
#360 |
|
Banned
"Luigi"
Aug 2002
Team Italia
61×79 Posts |
|
|
|
|
|
|
#361 | |
|
Oct 2007
Manchester, UK
101010011012 Posts |
Quote:
I'm using Windows Vista, but the options will no doubt be similar for Windows 7. |
|
|
|
|
|
|
#362 |
|
Oct 2007
Manchester, UK
101010011012 Posts |
Here's the shot of the same options in Windows 7. I should also point out that you can do all of the other stuff you said you wanted to do, like changing to the classic start menu, in any version of windows.
Last fiddled with by lavalamp on 2010-09-02 at 15:06 |
|
|
|
|
|
#363 |
|
"Oliver"
Mar 2005
Germany
21278 Posts |
Thank you lavalamp!
The classic schema look familiar to me ![]() --- In my 0.12 development version I've changed the statistic line a little bit: old style: Code:
class 0: tested 105633251328 candidates in 2243766ms (47078550/sec) (avg. wait: 11115usec) Code:
class 0: tested 105.63G candidates in 2244s (47.08M/sec) (avg. wait: 11115usec) The time changes between milliseconds (time is less than 100s) and seconds (time greater or equal 100s) Which variant do you prefer? (I think I won't make this a runtime option!) Oliver |
|
|
|
![]() |
| 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 |