New code from Jeff.

This commit is contained in:
Eric Winter
2025-08-17 12:42:21 -06:00
parent bba622298e
commit 0d669cb737

View File

@@ -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 }