Explorar el Código

ignore GOMP barrier races

Samuel Thibault hace 6 años
padre
commit
58f11b9400
Se han modificado 1 ficheros con 32 adiciones y 0 borrados
  1. 32 0
      tools/dev/valgrind/openmp.suppr

+ 32 - 0
tools/dev/valgrind/openmp.suppr

@@ -181,3 +181,35 @@
    fun:__libc_csu_init
    fun:(below main)
 }
+
+{
+   ignore GOMP barrier race
+   Helgrind:Race
+   ...
+   fun:gomp_barrier_wait
+   ...
+}
+
+{
+   ignore GOMP barrier race
+   Helgrind:Race
+   ...
+   fun:gomp_barrier_wait_start
+   ...
+}
+
+{
+   ignore GOMP barrier race
+   Helgrind:Race
+   ...
+   fun:gomp_barrier_wait_end
+   ...
+}
+
+{
+   ignore GOMP barrier race
+   Helgrind:Race
+   ...
+   fun:gomp_barrier_wait_final
+   ...
+}