소스 검색

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
+   ...
+}