Browse Source

fix ignoring races from other libraries

Samuel Thibault 10 years ago
parent
commit
54f614f529
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tools/tsan/starpu.suppr

+ 2 - 2
tools/tsan/starpu.suppr

@@ -31,5 +31,5 @@ race:^compute_expected_end$
 race:^compute_all_performance_predictions$
 
 # ignore other libraries' races
-race:^libmpi.so$
-race:^libhwloc*.so$
+called_from_lib:^libmpi.so$
+called_from_lib:^libhwloc*.so$