Task graph
Compare changes
- lhausamm authored
+ 6
− 0
@@ -112,6 +112,12 @@ void scheduler_addunlock(struct scheduler *s, struct task *ta,
Write a 'dot' file containing the task-dependency graph at the 0th time-step of a simulation. This allows the used to see what physics model is actually being run. We also add a bash script to generate a png file from the 'dot' file.
This implements #92 (closed).