Make sure barriers do not think they depend on themselves
All threads resolved!
All threads resolved!
algorithmsRequiredFor(name)
returns pointers to initialized algorithm instances required to be executed for the algorithm named name
-- this of course includes a pointer to the algorithm named name
. As a result, when these algorithms are used to populate the data dependencies for name
, the pointer to the algorithm named name
should not be included in that list, as otherwise it will never possible to create an ordering which allows name
to be executed...
Edited by Gerhard Raven
Merge request reports
Activity
Filter activity
added bug fix label
requested review from @rmatev
added 1 commit
- e0c705f9 - Make sure barriers do not think they depend on themselves
- Resolved by Gerhard Raven
/ci-test
added ci-test-triggered label
added RTA label
- [2022-10-18 11:24] Validation started with lhcb-master-mr#5938
added Core label
mentioned in commit 8000430d
mentioned in merge request !3721 (merged)
mentioned in issue Moore#487 (closed)
Please register or sign in to reply