clarification request on changelog entry

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

clarification request on changelog entry

Post by fmw42 »

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?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: clarification request on changelog entry

Post by magick »

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++.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: clarification request on changelog entry

Post by fmw42 »

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
Post Reply