Pārlūkot izejas kodu

ignore GOMP barrier races

Samuel Thibault 6 gadi atpakaļ
vecāks
revīzija
58f11b9400
1 mainītis faili ar 32 papildinājumiem un 0 dzēšanām
  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
+   ...
+}