source: issm/trunk-jpl/externalpackages/valgrind/issm.supp@ 10937

Last change on this file since 10937 was 5717, checked in by Mathieu Morlighem, 15 years ago

more general suppression

  • Property svn:executable set to *
File size: 3.1 KB
Line 
1# This holds the errors to be suppressed from valgrind report for ISSM.
2# See: http://valgrind.org/docs/manual/manual-core.html#manual-core.suppress
3#
4# to add errors:
5# 1. in m/public/queue/ClusterScript.m,
6# add: --gen-suppressions=all
7# 2. in the errlog, copy and paste the suppression log
8# in this file.
9
10#General errors from MPI, Petsc
11#PETSC General {{{1
12{
13 petsc1general
14 Memcheck:User
15 fun:check_mem_is_defined_untyped
16 fun:PMPI_Allreduce
17 fun:MPI_ALLREDUCE
18 fun:dmumps_276_
19 fun:dmumps_
20 fun:dmumps_f77_
21 fun:dmumps_c
22 fun:MatFactorNumeric_AIJMUMPS
23 fun:MatLUFactorNumeric
24 fun:PCSetUp_LU
25 fun:PCSetUp
26 fun:KSPSetUp
27}
28{
29 petsc2general
30 Memcheck:User
31 fun:check_mem_is_defined_untyped
32 fun:PMPI_Bcast
33 fun:PMPI_BCAST
34 fun:dmumps_300_
35 fun:dmumps_
36 fun:dmumps_f77_
37 fun:dmumps_c
38 fun:MatFactorNumeric_AIJMUMPS
39 fun:MatLUFactorNumeric
40 fun:PCSetUp_LU
41 fun:PCSetUp
42 fun:KSPSetUp
43}
44{
45 petsc3general
46 Memcheck:User
47 fun:check_mem_is_defined_untyped
48 fun:PMPI_Bcast
49 fun:PMPI_BCAST
50 fun:dmumps_
51 fun:dmumps_f77_
52 fun:dmumps_c
53 fun:MatFactorNumeric_AIJMUMPS
54 fun:MatLUFactorNumeric
55 fun:PCSetUp_LU
56 fun:PCSetUp
57 fun:KSPSetUp
58 fun:KSPSolve
59}
60{
61 petsc4firstcall
62 Memcheck:User
63 fun:check_mem_is_defined_untyped
64 fun:walk_type
65 fun:PMPI_Allreduce
66 fun:MPIR_Get_contextid
67 fun:MPIR_Comm_copy
68 fun:PMPI_Comm_dup
69 fun:PMPI_Comm_dup
70 fun:PetscCommDuplicate
71 fun:PetscHeaderCreate_Private
72}
73#}}}1
74#Dakota {{{1
75{
76 dakota1
77 Memcheck:Leak
78 fun:_Znwm
79 fun:_ZNSs4_Rep9_S_createEmmRKSaIcE
80 fun:_ZNSs12_S_constructIPKcEEPcT_S3_RKSaIcESt20forward_iterator_tag
81 fun:_ZNSsC1EPKcRKSaIcE
82 fun:_ZN4JEGA10Algorithms17SOGAOperatorGroup4NameEv
83 fun:_Z41__static_initialization_and_destruction_0ii
84}
85{
86 dakota2
87 Memcheck:Leak
88 fun:_Znwm
89 fun:_ZNSs4_Rep9_S_createEmmRKSaIcE
90 fun:_ZNSs12_S_constructIPKcEEPcT_S3_RKSaIcESt20forward_iterator_tag
91 fun:_ZNSsC1EPKcRKSaIcE
92 fun:_ZN4JEGA10Algorithms26FavorFeasibleOperatorGroup4NameEv
93 fun:_Z41__static_initialization_and_destruction_0ii
94}
95{
96 dakota3
97 Memcheck:Leak
98 fun:_Znwm
99 fun:_ZNSs4_Rep9_S_createEmmRKSaIcE
100 fun:_ZNSs12_S_constructIPKcEEPcT_S3_RKSaIcESt20forward_iterator_tag
101 fun:_ZNSsC1EPKcRKSaIcE
102 fun:_ZN4JEGA10Algorithms17MOGAOperatorGroup4NameEv
103 fun:_Z41__static_initialization_and_destruction_0ii
104}
105{
106 dakota4
107 Memcheck:Leak
108 fun:_Znwm
109 fun:_ZNSs4_Rep9_S_createEmmRKSaIcE
110 fun:_ZNSs12_S_constructIPKcEEPcT_S3_RKSaIcESt20forward_iterator_tag
111 fun:_ZNSsC1EPKcRKSaIcE
112 fun:_ZN4JEGA10Algorithms28DominationCountOperatorGroup4NameEv
113 fun:_Z41__static_initialization_and_destruction_0ii
114}
115#}}}
116#Miscellaneous {{{1
117{
118 miscellaneous1
119 Memcheck:Free
120 fun:free
121 obj:/lib64/libc-2.5.so
122 obj:/lib64/libc-2.5.so
123 fun:_vgnU_freeres
124 fun:exit
125 fun:(below main)
126}
127#}}}
128#Solution specific errors to ignore
129#solver_diagnostic_nonlinear{{{1
130{
131 petsc1diagnosticcore
132 Memcheck:Cond
133 fun:dmumps_
134 fun:dmumps_f77_
135 fun:dmumps_c
136 fun:MatFactorNumeric_AIJMUMPS
137 fun:MatLUFactorNumeric
138 fun:PCSetUp_LU
139 fun:PCSetUp
140 fun:KSPSetUp
141 fun:KSPSolve
142}
Note: See TracBrowser for help on using the repository browser.