From: cristy Date: Wed, 4 Nov 2009 03:05:18 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~10417 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cde47d3391865f810b89b8dc6eabfa4f7a881def;p=imagemagick --- diff --git a/wand/pixel-view.c b/wand/pixel-view.c index 4bae31de6..107bbf2e9 100644 --- a/wand/pixel-view.c +++ b/wand/pixel-view.c @@ -285,7 +285,7 @@ WandExport MagickBooleanType DuplexTransferPixelViewIterator( progress=0; exception=destination->exception; #if defined(MAGICKCORE_OPENMP_SUPPORT) - #pragma omp parallel for schedule(dynamic,4) shared(progress,status) + #pragma omp parallel for schedule(static,1) shared(progress,status) #endif for (y=source->region.y; y < (long) source->region.height; y++) {