瀏覽代碼

ignore GOMP barrier races

Samuel Thibault 6 年之前
父節點
當前提交
58f11b9400
共有 1 個文件被更改,包括 32 次插入0 次删除
  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
+   ...
+}