瀏覽代碼

fix ignoring races from other libraries

Samuel Thibault 10 年之前
父節點
當前提交
54f614f529
共有 1 個文件被更改,包括 2 次插入2 次删除
  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$