pycnic / pysimkernel

A Python package to control parameter scans and iterations for computational experiments
ISC License
1 stars 2 forks source link

Building the dask graph #38

Open andsor opened 8 years ago

andsor commented 8 years ago

As discussed with @debsankha , internally, we build the dask graph with networkx and only convert it to the dask graph dictionary at runtime.

andsor commented 8 years ago

Building the graph, the question is what are the nodes and what are the edges. We discussed the nodes being the functions and their respective output. Edges (arcs) link data/outputs to functions.