Solaris 10 and ImageMagick
Posted: 2009-03-17T07:19:59-07:00
Hello all,
I'm having some efficiency problems with ImageMagick 6.5.0 that is built as 64bit binary on Solaris 10/08.
If I build it as 32bit binary it uses 1,9s for resizing 6.5MB image from command line with convert. The resize of the same image with 64bit binary takes 2,9s. On Fedora 64 it takes 1.5s and that's the timing I was going for. It's a quad core computer.
I'm guessing the error must be in my compile and build flags.
I'm compiling it with Sun Studio 12.
flags -xO3 -xopenmp -m64.
Crashes with -fast, -xO5 doesn't seem to make any diferrence.
Any suggestions, what Am I doing wrong?
Best regards, boza.
I'm having some efficiency problems with ImageMagick 6.5.0 that is built as 64bit binary on Solaris 10/08.
If I build it as 32bit binary it uses 1,9s for resizing 6.5MB image from command line with convert. The resize of the same image with 64bit binary takes 2,9s. On Fedora 64 it takes 1.5s and that's the timing I was going for. It's a quad core computer.
I'm guessing the error must be in my compile and build flags.
I'm compiling it with Sun Studio 12.
flags -xO3 -xopenmp -m64.
Crashes with -fast, -xO5 doesn't seem to make any diferrence.
Any suggestions, what Am I doing wrong?
Best regards, boza.