We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69deadc commit 5c31147Copy full SHA for 5c31147
preciceprofiling/merge.py
@@ -210,6 +210,8 @@ def alignEvents(con: sqlite3.Connection):
210
INNER JOIN participants reqpart ON req.pid = reqpart.pid
211
WHERE accname.name GLOB '*m2n.acceptPrimaryRankConnection.*'
212
AND reqname.name GLOB '*m2n.requestPrimaryRankConnection.' || accpart.name
213
+ AND NOT accname.name GLOB '*.sync'
214
+ AND NOT reqname.name GLOB '*.sync'
215
AND acc.rank = 0
216
AND req.rank = 0
217
"""
0 commit comments