mirror of
https://github.com/JHUAPL/kaiju.git
synced 2026-01-08 22:58:05 -05:00
New code from Jeff.
This commit is contained in:
@@ -165,6 +165,20 @@ Suppression = {
|
||||
}
|
||||
}
|
||||
|
||||
Suppression = {
|
||||
Name = "MPI-related gamera initialization False Positive";
|
||||
Type = { uninitialized_memory_access }
|
||||
Stacks = {
|
||||
{
|
||||
...;
|
||||
func=writeh5res, src=gioH5.F90;
|
||||
}
|
||||
allocation = {
|
||||
func=voltron_mpix, src=voltron_mpix.F90;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Suppression = {
|
||||
Name = "MPI-related gamera initialization False Positive";
|
||||
Type = { uninitialized_memory_access }
|
||||
|
||||
Reference in New Issue
Block a user