Skip to content

Commit e90cfc2

Browse files
committed
fix test for Score-P 8.0
1 parent 83f9285 commit e90cfc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_scorep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def test_mpi(scorep_env, instrumenter):
265265
env=scorep_env,
266266
)
267267

268-
assert re.search(r"\[Score-P\] [\w/.: ]*MPI_THREAD_FUNNELED", std_err)
268+
assert re.search(r"\[Score-P\] [\w/.: ]*MPI_THREAD_\(SERIALIZED\|MULTIPLE\) ", std_err)
269269
assert "[00] [0. 1. 2. 3. 4.]\n" in std_out
270270
assert "[01] [0. 1. 2. 3. 4.]\n" in std_out
271271
assert "bar\n" in std_out

0 commit comments

Comments
 (0)