Jump to letter: [
ABCFGHIJKLMNOPRSUVX
]
cctools-wavefront - Framework for dynamic programming problems on distributed systems
- Description:
The Wavefront abstraction computes a two dimensional recurrence relation. You
provide a function F that accepts the left (x), right (y), and diagonal (d)
values and initial values for the edges of the matrix. You may optionally
provide additional parameters for each cell, given by a matrix P. The
abstraction then runs each of the functions in the order of dependency, handling
load balancing, data movement, fault tolerance, and so on.
Packages