[Insight-users] Building ITK with multiple cores

David Doria daviddoria+itk at gmail.com
Tue Oct 20 16:42:25 EDT 2009


On Tue, Oct 20, 2009 at 2:56 PM, Bill Lorensen <bill.lorensen at gmail.com> wrote:
> It should work. CMake should handle it, although I have seen
> intermittent problems with the intel compiler on linux.
>
> For the time being you can do:
>
> make -k -j3;make -k -j3;make -k -j3;make -k -j3;
>
> You can file a bug report, but this is a pretty low priority item.
>
> Bill
>

Ah, I think it was just bad timing. I re-checked out the code before
compiling it with one core and I guess a few things that were breaking
the build were fixed in the short time between checkouts. Good to know
that it is at least supposed to work, though.

Thanks,

David


More information about the Insight-users mailing list