You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit the circuit example (examples/circuit/circuit.cc) to use tracing, and run with -lg:dump_physical_traces -level tracing=2. This error will be reported:
[0 - 700001f5c000] 1.823599 {5}{runtime}: LEGION ERROR: Unable to find entry for region tree ID 1 (from file /Users/rohany/Documents/research/legion/runtime/legion/region_tree.cc:4401)
The text was updated successfully, but these errors were encountered:
It's clear to me why this is happening, but it's not an easy thing to fix at the moment. I have a change I'm planning to make later this year that will address it but need to hold off doing that for now. If necessary we can find a hack that works around it sooner.
Edit the circuit example (examples/circuit/circuit.cc) to use tracing, and run with
-lg:dump_physical_traces -level tracing=2
. This error will be reported:The text was updated successfully, but these errors were encountered: