Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix a bug in concurrent modif of a collection that was revealed by GLIBCXX_DEBUG
[simgrid.git] / tools / cmake / scripts / my_valgrind.pl
index be6180b147a49bc09e7cca2482bd732349f1451e..d2ec57b3123b09d922715c859d3d3b486a16e356 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 
-# Copyright (c) 2012-2022. The SimGrid Team. All rights reserved.
+# Copyright (c) 2012-2023. The SimGrid Team. All rights reserved.
 
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of the license (GNU LGPL) which comes with this package.
@@ -8,6 +8,7 @@
 use strict;
 use warnings;
 
+# Many other parameters (such as trace-children) are set in Tests.cmake
 my @argv = ("valgrind", "--quiet");
 my $count = 0;