瀏覽代碼

Add openmpi4 suppressions

Samuel Thibault 5 年之前
父節點
當前提交
6faf812628
共有 1 個文件被更改,包括 35 次插入0 次删除
  1. 35 0
      tools/dev/valgrind/openmpi.suppr

+ 35 - 0
tools/dev/valgrind/openmpi.suppr

@@ -597,3 +597,38 @@
    fun:_starpu_mpi_progress_thread_func
    fun:start_thread
 }
+
+# that happens at initialization
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Param
+   writev(vector[...])
+   fun:__writev
+   fun:writev
+   fun:send_msg
+   fun:pmix_ptl_base_send_handler
+   fun:event_persist_closure
+   fun:event_process_active_single_queue
+   fun:event_process_active
+   fun:event_base_loop
+   fun:progress_engine
+   fun:start_thread
+   fun:clone
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   match-leak-kinds: definite
+   fun:malloc
+   fun:fetch_nodeinfo
+   fun:hash_fetch
+   fun:_getnb_cbfunc
+   fun:pmix_ptl_base_process_msg
+   fun:event_process_active_single_queue
+   fun:event_process_active
+   fun:event_base_loop
+   fun:progress_engine
+   fun:start_thread
+   fun:clone
+}
+