ITK Working Group Parallel Computation: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
m (Reverted edit of SssSss1, changed back to last version by Quim)
Line 4: Line 4:




[[Parallelism on top of ITK]]
Wouldn't it be neat if ITK could :
  Operate on a beowulf cluster, with each image in the pipeline and all execution spread out across the nodes?


[[Parallelism within ITK]]
  Operate on images many times larger than the RAM available to a single node?
 
  Operate on images larger the disk space available to a single node?

Revision as of 13:22, 8 April 2005

Introduction

This page is intended to provide a place for exchanging information among ITK users and developers interested in parallel computation.


Wouldn't it be neat if ITK could :

 Operate on a beowulf cluster, with each image in the pipeline and all execution spread out across the nodes?
 Operate on images many times larger than the RAM available to a single node?
 Operate on images larger the disk space available to a single node?