From 48787ece857f8baae767f393fa00b89e14a8c6fe Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Mon, 8 Feb 2021 13:50:35 +0100 Subject: [PATCH] Cleanup code Remove test and debug code --- util/benchmarkSystem.pl | 7 ------- 1 file changed, 7 deletions(-) diff --git a/util/benchmarkSystem.pl b/util/benchmarkSystem.pl index 741aed1..1dcd3c3 100755 --- a/util/benchmarkSystem.pl +++ b/util/benchmarkSystem.pl @@ -60,13 +60,6 @@ my $SMT; `likwid-topology -g > $DIR/topology.txt`; my $topo = `likwid-topology -O`; -#my $topo = do { -# local $/ = undef; -# open my $fh, "<", './topo.txt' -# or die "could not open tile: $!"; -# <$fh>; -#}; - foreach my $ln (split("\n", $topo)) { if ( $ln =~ /^CPU name:/ ) { my @fields = split(",", $ln);