Talk:ITK Working Group Parallel Computation

From KitwarePublic
Revision as of 12:39, 10 January 2005 by Andy (talk | contribs) (Reverted edit of SssSss1, changed back to last version by Kevin Hobbs)
Jump to navigationJump to search

I read here that there is no support for clusters and ITK. This is a shame, but there must be a way to work around it. I'm thinking of loading different Regions Of Interest on each node. If whatever algorithm has edge effects, the ROIs might overlap just enough to eliminate them.

Build with mpiCC

I used mpiCC for a build on our cluster and I get a lot of segfaults. I can do examples like ImageReadRegionOfInterestWrite, RGBToGrayscale, and RGBImageSeriesReadWrite but MedianImageFilter and WatershedSegmentation1 segfault. I assume they use more arithmetic. I did "make test" and saw a failure with VXL fly by. How should I investigate?