https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 734261b3ee2ff9a172b90739f1cf7e2ae9823c25 authored by rinkk on 11 February 2021, 14:52:44 UTC
[utils] added voting mechanic to bridge small discontinuities such as horizon-shifts due to faults, adjusted test to reflect this change
Tip revision: 734261b
valgrind.suppressions
{
   python_read4
   Memcheck:Addr4
   ...
   obj:/usr/lib/libpython*
   ...
}
{
   python_uninitialized_value8
   Memcheck:Value8
   ...
   obj:/usr/lib/libpython*
   ...
}
{
   python_cond
   Memcheck:Cond
   ...
   obj:/usr/lib/libpython*
   ...
}
{
   python_leak
   Memcheck:Leak
   ...
   obj:/usr/lib/libpython*
   ...
}
{
   omp_sched_setaffinity
   Memcheck:Param
   sched_setaffinity(mask)
   fun:syscall
   obj:/usr/lib/libomp.so
   ...
}
{
   omp_init_num_threads_leak
   Memcheck:Leak
   match-leak-kinds: reachable
   ...
   fun:gomp_init_num_threads
   ...
}
{
   ld_dl_init_leak
   Memcheck:Leak
   ...
   fun:_dl_init
   obj:/usr/lib/ld-*.so
   ...
}
{
   ld_dl_open_leak
   Memcheck:Leak
   ...
   fun:_dl_open
   obj:/usr/lib/libdl-*.so
   ...
}
back to top