Skip to content

Commit 5c31147

Browse files
committed
Fix aligning on sync events
1 parent 69deadc commit 5c31147

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

preciceprofiling/merge.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ def alignEvents(con: sqlite3.Connection):
210210
INNER JOIN participants reqpart ON req.pid = reqpart.pid
211211
WHERE accname.name GLOB '*m2n.acceptPrimaryRankConnection.*'
212212
AND reqname.name GLOB '*m2n.requestPrimaryRankConnection.' || accpart.name
213+
AND NOT accname.name GLOB '*.sync'
214+
AND NOT reqname.name GLOB '*.sync'
213215
AND acc.rank = 0
214216
AND req.rank = 0
215217
"""

0 commit comments

Comments
 (0)