[Insight-users] parallelization
Dan Mueller
dan.muel at gmail.com
Thu Sep 3 11:10:39 EDT 2009
Hi Mauro,
To make use of multiple cores for registration, please set the CMake variable
ITK_USE_OPTIMIZED_REGISTRATION_METHODS = ON
This allows some interpolators/metrics to utilize multiple cores. For
full details, please see:
http://www.insight-journal.org/browse/publication/172
Hope this helps.
Regards, Dan
2009/9/3 Mauro Maiorca <mauromaiorca at gmail.com>:
> Hello list,
>
> I'm wondering whether the ITK code is optimized for running on a
> multiprocessor machine?
> I wrote a program to register 2 images but it is quite slow because of
> many resamplings, so I'm running it on a 8 processor architecture ...
> but no significant improvements.
>
> I'm using Itk 3.14 compiled (linux) with the following flags:
>
> CMAKE_THREAD_LIBS -lpthread
> CMAKE_USE_PTHREADS ON
>
> any suggestion?
>
> cheers,
> Mauro
More information about the Insight-users
mailing list