In the latest changelog it says
2012-09-09 6.7.9-5 Cristy <quetzlzacatenango@image...>
The number of default OpenMP threads is 1 (reference viewtopic.php?f=23&t=21838).
If the default is now 1 thread for compiles with OpenMP enabled, what would be the procedure to compile with all available threads or a specific number of threads enabled?
clarification request on changelog entry
Re: clarification request on changelog entry
It defaults to 1 but is quickly changed to the number of cores on your host when an ImageMagick utility executes. The default is 1 only if an API user fails to call the initialization methods such as InitializeMagick() for Magick++.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: clarification request on changelog entry
'magick wrote:It defaults to 1 but is quickly changed to the number of cores on your host when an ImageMagick utility executes. The default is 1 only if an API user fails to call the initialization methods such as InitializeMagick() for Magick++.
Thanks for the clarification