Browse Source

ignore GOMP barrier races

Samuel Thibault 6 years ago
parent
commit
58f11b9400
1 changed files with 32 additions and 0 deletions
  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
+   ...
+}