using multiple CPU/cores
Posted: 2012-05-18T05:32:25-07:00
Hello,
$ convert --version
Version: ImageMagick 6.7.4-0 2012-04-16 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP
I'm using convert to build animated GIF (yeah, I know, kind of 1990's). This work fine except that I'm using a multicore computer and seems to me it goes slower than it should:
- only one core appeared to be used, at 100%
- the CPU frequency is not at it's maximum
I did `export MAGICK_THREAD_LIMIT=4` beforehand, it did not help.
I searched on the website. Maybe I missed something obvious, is there any pointer ?
(I found viewtopic.php?f=1&t=9104&start=0 unconclusive)
$ convert --version
Version: ImageMagick 6.7.4-0 2012-04-16 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP
I'm using convert to build animated GIF (yeah, I know, kind of 1990's). This work fine except that I'm using a multicore computer and seems to me it goes slower than it should:
- only one core appeared to be used, at 100%
- the CPU frequency is not at it's maximum
I did `export MAGICK_THREAD_LIMIT=4` beforehand, it did not help.
I searched on the website. Maybe I missed something obvious, is there any pointer ?
(I found viewtopic.php?f=1&t=9104&start=0 unconclusive)