Am Mittwoch 09 September 2009 schrieb Harry van der Wolf:
> Hi all,
>
> Here are the results from the OSX jury.
> OpenMP is not an issue as it is not available on OSX (apart from some
> extremely bleeding edge source packages)
>
>
> enblend via cmake compiles and works now too on OSX.
> however, on doing some tests I had some shocking results.
>
> enblend pre 4.0 via cmake. with openGL, GLEW and GLUT
> /usr/local/bin/enblend --version
> enblend 4.0-11ca5b567bc9
>
> /usr/bin/time /usr/local/bin/enblend --gpu -o pipo.tif 1222-02*.tif
>
> : info: using graphics card: NVIDIA Corporation
> : info:            renderer: NVIDIA GeForce 9600M GT OpenGL Engine
>
> <snip>
> enblend: info: writing final output
>       103.61 real       100.38 user         1.39 sys
> ====
> /usr/bin/time /usr/local/bin/enblend --gpu -o pipo.tif 1222-02*.tif
> enblend: info: writing final output
>       106.16 real       104.16 user         0.91 sys
> ====
> enblend pre 4.0 via autoconf. No openGL, no GLEW, no GLUT
> enblend --version
> enblend 4.0-8d38f4ffc03c
> /usr/bin/time
> /Applications/Hugin.app/Contents/Resources/HuginStitchProject.app/Contents/
>MacOS/enblend -o pipo.tif 1222-02*.tif
>        12.88 real        11.80 user         0.45 sys
>
> The autoconf version is almost 10X faster!
>
> Harry

I see.
1.) In this version we are not optimizing
2.) We are using "FindLibraryWithDebug.cmake"

        Kornel

-- 
Kornel Benko
kornel.be...@berlin.de

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to