Run-time equivalent of --disable-openmp

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
rzuris

Run-time equivalent of --disable-openmp

Post by rzuris »

If IM has been compiled with OpenMP enabled, can it be disabled with a command-line option or configure.xml setting or whatever at run-time? It was installed with the package manager, so if I compile it manually, I lose the ability to update it with the package manager.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Run-time equivalent of --disable-openmp

Post by fmw42 »

I am no expert on this, but see this recent thread

viewtopic.php?f=3&t=16453&start=0&hilit=openmp+run+time
rzuris

Re: Run-time equivalent of --disable-openmp

Post by rzuris »

In that thread, it's the same request, basically, to disable OpenMP without recompiling. Looks like that isn't an option, so I'll go ahead and build from source myself, which I'm quite used to now.
Post Reply