Skip to content

Commit

Permalink
#571: attempt to debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ppebay committed Dec 23, 2024
1 parent fac098a commit ac3b572
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lbaf/Model/lbsPhase.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,8 @@ def transfer_object(self, r_src: Rank, o: Object, r_dst: Rank):

# Perform sanity check
if b_id not in r_src.get_shared_ids():
print(b_id)
print(r_src.get_shared_ids())
self.__logger.error(
f"block {b_id} not present in {r_src.get_shared_ids()}")
raise SystemExit(1)
Expand Down

0 comments on commit ac3b572

Please sign in to comment.