Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions preciceprofiling/merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ def alignEvents(con: sqlite3.Connection):
INNER JOIN participants reqpart ON req.pid = reqpart.pid
WHERE accname.name GLOB '*m2n.acceptPrimaryRankConnection.*'
AND reqname.name GLOB '*m2n.requestPrimaryRankConnection.' || accpart.name
AND NOT accname.name GLOB '*.sync'
AND NOT reqname.name GLOB '*.sync'
AND acc.rank = 0
AND req.rank = 0
"""
Expand Down