Chunks and Tasks
This page, chunks-and-tasks.org, is the home page of the Chunks and Tasks parallel programming model. Key features of the Chunks and Tasks model:
- Good for parallelization of dynamic, hierarchical algorithms.
- Makes parallel programming easier; no explicit message passing or synchronization calls needed.
- Programmer does not need to provide data distribution.
- Possible to achieve fault resilience at the library level.