update OpenMP suppressions for gcc-12

This commit is contained in:
Axel Kohlmeyer
2022-08-11 23:36:25 -04:00
parent 1c63159a80
commit c869a7aac2
2 changed files with 18 additions and 8 deletions

View File

@ -81,7 +81,7 @@
obj:*
}
{
OpnMP_init_part7
OpenMP_init_part7
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
@ -91,7 +91,7 @@
obj:*
}
{
OpnMP_init_part8
OpenMP_init_part8
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
@ -101,7 +101,7 @@
obj:*
}
{
OpnMP_init_part9
OpenMP_init_part9
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
@ -113,7 +113,7 @@
obj:*
}
{
OpnMP_init_part10
OpenMP_init_part10
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
@ -124,7 +124,7 @@
obj:*
}
{
OpnMP_init_part11
OpenMP_init_part11
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
@ -135,7 +135,7 @@
obj:*
}
{
OpnMP_open_part1
OpenMP_open_part1
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
@ -149,7 +149,7 @@
fun:_dl_open
}
{
OpnMP_open_part2
OpenMP_open_part2
Memcheck:Leak
match-leak-kinds: reachable
fun:calloc
@ -162,3 +162,13 @@
...
fun:_dl_open
}
{
OpenMP_team_part1
Memcheck:Leak
match-leak-kinds: reachable
fun:memalign
fun:gomp_aligned_alloc
fun:gomp_new_team
fun:GOMP_parallel
}

View File

@ -14,5 +14,5 @@ valgrind --show-leak-kinds=all --track-origins=yes \
--suppressions=/path/to/lammps/tools/valgrind/readline.supp \
lmp -in in.melt
Last update: 2021-08-04
Last update: 2022-08-11