Logo by Khaotik - Contribute your own Logo!

END OF AN ERA, FRACTALFORUMS.COM IS CONTINUED ON FRACTALFORUMS.ORG

it was a great time but no longer maintainable by c.Kleinhuis contact him for any data retrieval,
thanks and see you perhaps in 10 years again

this forum will stay online for reference
News: Did you know ? you can use LaTex inside Postings on fractalforums.com!
 
*
Welcome, Guest. Please login or register. April 26, 2024, 09:10:36 PM


Login with username, password and session length


The All New FractalForums is now in Public Beta Testing! Visit FractalForums.org and check it out!


Pages: 1 ... 3 4 [5] 6 7 ... 10   Go Down
  Print  
Share this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on RedditShare this topic on StumbleUponShare this topic on Twitter
Author Topic: compiling Kalles Fraktaler with mingw  (Read 55030 times)
Description: success report
0 Members and 1 Guest are viewing this topic.
Dinkydau
Fractal Senior
******
Posts: 1616



WWW
« Reply #60 on: July 10, 2017, 09:59:41 AM »

Doing the tests again I got the results the other way around some of the time. Render time is probably perfectly fine. To run kalles fraktaler in a virtual machine for rendering, Debian is the way to go.
Edit: Except it doesn't work with any kind of serious render resolution (say, 10000×5625 or more). I forgot about that bitmap problem...
« Last Edit: July 10, 2017, 05:13:30 PM by Dinkydau » Logged

claude
Fractal Bachius
*
Posts: 563



WWW
« Reply #61 on: July 10, 2017, 09:17:27 PM »

https://mathr.co.uk/kf/kf.html
new build, many optimisations, experimental (mostly broken) opencl, fixes some bugs, leaner source archive
Logged
Dinkydau
Fractal Senior
******
Posts: 1616



WWW
« Reply #62 on: July 11, 2017, 02:03:40 AM »

All the performance problems are gone with this version. Thanks a lot.
« Last Edit: July 12, 2017, 12:32:37 AM by Dinkydau » Logged

claude
Fractal Bachius
*
Posts: 563



WWW
« Reply #63 on: July 11, 2017, 08:20:42 PM »

https://mathr.co.uk/kf/kf.html
another new build with workaround for bitmap size problem on WINE. not tested on real Windows, reports welcome (whether success or otherwise).
Logged
claude
Fractal Bachius
*
Posts: 563



WWW
« Reply #64 on: July 13, 2017, 03:44:20 PM »

https://mathr.co.uk/kf/kf.html yet another new build, this time with many optimisations to Newton-Raphson zooming (3x faster than the previous version in one of my tests)
Logged
Gerson
Forums Freshman
**
Posts: 18


« Reply #65 on: July 13, 2017, 08:10:48 PM »

version kf-2.11.1+gmp.20170508 runs ok in my computer but kf-2.11.1+gmp.20170710 and newest doesnt. Why?

About the image size, Fractal Forge has a Poster Compositor that let to do big images with tiles of a parameter one. It will be nice if Kalles Fraktaler could do the same.

« Last Edit: July 13, 2017, 08:40:39 PM by Gerson » Logged
claude
Fractal Bachius
*
Posts: 563



WWW
« Reply #66 on: July 13, 2017, 08:43:31 PM »

version kf-2.11.1+gmp.20170508 runs ok in my computer but kf-2.11.1+gmp.20170710 and newest doesnt. Why?

thanks for testing!

that is hard to answer without more information.  what are the symptoms?  "doesn't run ok" covers a lot of different things.  which version of Windows (or WINE) are you using?

does 20170703 run?  that has a change in linking, namely "try to hide command prompt window on Windows"

or it could be related to loading OpenCL, which was first introduced in 20170710.

is easy to roll back the linking change (one line in the build system)

the opencl code is mostly broken at the moment so I should make it optional (and disabled by default).
Logged
Dinkydau
Fractal Senior
******
Posts: 1616



WWW
« Reply #67 on: July 14, 2017, 01:01:23 AM »

Newton-Raphson zooming is also 3 times faster on windows 7. Period finding and Newton-Raphson steps appear to be using 4 threads now (1 and 2 previously). The program seems to work well with various parameters. I didn't have a problem with openCL.
Logged

Gerson
Forums Freshman
**
Posts: 18


« Reply #68 on: July 14, 2017, 07:20:15 PM »

I am using win7 pro sp1 64bits.
kf-2.11.1+gmp.20170703 run ok.
I am not a programer but I think that could be something with opencl because I cant run BuddhabrotMag too.
I dont know what I need to do to implement opencl in my computer. Accept any help to do it.
Logged
claude
Fractal Bachius
*
Posts: 563



WWW
« Reply #69 on: July 14, 2017, 08:21:28 PM »

I think that could be something with opencl

Ok I compiled a version without OpenCL:
https://mathr.co.uk/kf/kf-2.11.1+gmp.20170714.zip
also linked from the home page.

Hopefully this will fix it!

But it's strange, CLEW should have loaded OpenCL dynamically and be ok with not finding it - I guess there could be a bug in a present OpenCL.dll (eg: it crashes on load) that messes things up...
Logged
Gerson
Forums Freshman
**
Posts: 18


« Reply #70 on: July 17, 2017, 06:34:04 PM »

Thanks. Now it works ok too.
I need just a opencl.dll to run those programs or is necessary to install something else?
I tried to test BuddhabrotMag but it doesnt run in my computer (huh?).
Logged
Kalles Fraktaler
Fractal Senior
******
Posts: 1458



kallesfraktaler
WWW
« Reply #71 on: August 20, 2017, 03:02:19 PM »

Hello claude

I just downloaded and tried kf-2.11.1​+gmp​.20170714
Unfortunately it seems that all fractal types have been mixed up, so when opening a burning ship location, it uses the standard Mandelbrot formula.
Beside that, both render and Newton is faster, newton very very much faster smiley

* bs-0129.kfr (11.51 KB - downloaded 36 times.)
Logged

Want to create DEEP Mandelbrot fractals 100 times faster than the commercial programs, for FREE? One hour or one minute? Three months or one day? Try Kalles Fraktaler http://www.chillheimer.de/kallesfraktaler
http://www.facebook.com/kallesfraktaler
claude
Fractal Bachius
*
Posts: 563



WWW
« Reply #72 on: August 20, 2017, 04:47:38 PM »

Unfortunately it seems that all fractal types have been mixed up

Oh dear sad  I'll see if it's an easy fix, otherwise it may have to wait until mid-September when I have more free time...
Logged
claude
Fractal Bachius
*
Posts: 563



WWW
« Reply #73 on: August 20, 2017, 06:32:19 PM »

fixed 20170820 build at https://mathr.co.uk/kf/kf.html ! (the preprocessor was bugged, so all diffabs() formulas were broken in previous versions - the change was 2 characters...  https://code.mathr.co.uk/kalles-fraktaler-2/commitdiff/0befd420a1c4b3a676d6f259391313d13858e66b?hp=287683927a2fc1e57df0306eac094380ca1150a5
Logged
Kalles Fraktaler
Fractal Senior
******
Posts: 1458



kallesfraktaler
WWW
« Reply #74 on: August 21, 2017, 09:29:50 AM »

fixed 20170820 build at https://mathr.co.uk/kf/kf.html ! (the preprocessor was bugged, so all diffabs() formulas were broken in previous versions - the change was 2 characters...  https://code.mathr.co.uk/kalles-fraktaler-2/commitdiff/0befd420a1c4b3a676d6f259391313d13858e66b?hp=287683927a2fc1e57df0306eac094380ca1150a5
I am sorry but there are still many not working.
Burning Ship power larger than 2.
Perpendicular Mandelbrot
Perpendicular Burning Ship.
...
And more
Logged

Want to create DEEP Mandelbrot fractals 100 times faster than the commercial programs, for FREE? One hour or one minute? Three months or one day? Try Kalles Fraktaler http://www.chillheimer.de/kallesfraktaler
http://www.facebook.com/kallesfraktaler
Pages: 1 ... 3 4 [5] 6 7 ... 10   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Kalles Fraktaler 2 Kalles Fraktaler « 1 2 ... 29 30 » Kalles Fraktaler 438 139643 Last post July 31, 2014, 12:29:56 AM
by cKleinhuis
Kalles Fraktaler 2.5.7 Kalles Fraktaler « 1 2 » Kalles Fraktaler 20 23907 Last post October 25, 2017, 07:26:34 PM
by Mrz00m
Kalles Fraktaler 2.7 Kalles Fraktaler « 1 2 3 » Kalles Fraktaler 35 36413 Last post October 13, 2014, 04:45:04 PM
by youhn
compiling Kalles Fraktaler 2.7.3 on Linux with mingw Kalles Fraktaler « 1 2 » claude 24 14900 Last post December 31, 2014, 12:42:33 PM
by Kalles Fraktaler
compiling Kalles Fraktaler with GCC Kalles Fraktaler 3dickulus 0 5427 Last post January 03, 2015, 09:13:24 PM
by 3dickulus

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Page created in 0.208 seconds with 26 queries. (Pretty URLs adds 0.015s, 2q)