11 lines
222 B
Plaintext
11 lines
222 B
Plaintext
# This is the valgrind suppression file for ns-3.
|
|
|
|
# libucs is included by openMPI. Added Feb 2024.
|
|
# Errors generated by openucx 1.15.0-2
|
|
{
|
|
ignore_libucs_init_memory_leak
|
|
Memcheck:Leak
|
|
...
|
|
obj:*/libucs.so.*
|
|
}
|