Search found 3 matches

by OoDeLally
2012-07-12T20:09:20-07:00
Forum: Magick++
Topic: Disable MultiThreading
Replies: 3
Views: 12329

Re: Disable MultiThreading

It seems to work fine. Thank you :)
by OoDeLally
2012-07-12T19:06:45-07:00
Forum: Magick++
Topic: Disable MultiThreading
Replies: 3
Views: 12329

Re: Disable MultiThreading

Hi fmw42,

Thank you for your reply.
I tried :
#define MAGICK_THREAD_LIMIT 1

But no result. It seems to work only with the environnement variables on the command line.

I'm gonna try to recomplile with the --without-threads option. Too bad this affects all the system :/
by OoDeLally
2012-07-12T18:44:32-07:00
Forum: Magick++
Topic: Disable MultiThreading
Replies: 3
Views: 12329

Disable MultiThreading

Hi,

I'm using Magick++ with Intel's TBB.
I saw that Magick uses threads for processing, and I would like to disable them, in order not to get conflicts with TBB.
Is there somewhere an option to disable the multithreading ?

Thank you