Skip to content

fixed IACT dependency issue (sink, bh, star, RT)

Mladen Ivkovic requested to merge fix_771 into master

Fixes #771 (closed).

Here's a pre-fix dependency plot of the step where my test in #771 (closed) crashed:

dependency_graph_2-pre-fix-with-RT

And one after:

dependency_graph_2

We have more stars_in and stars_out unlocks now. Also noteably this fixes an issue I wanted to tackle next: Now the hydro-type tasks of the RT section (gradient and transport) have the same number of unlocks as the hydro tasks themselves; and the star-type tasks of the RT section (inject) have the same number of unlocks as the star tasks. So this'll get two birds with one stone, at least for me.

Edited by Mladen Ivkovic

Merge request reports