Explorar el Código

fix ignoring races from other libraries

Samuel Thibault hace 10 años
padre
commit
54f614f529
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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$