Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Gruber
TheBandwidthBenchmark
Commits
48787ece
Commit
48787ece
authored
Feb 08, 2021
by
Jan Eitzinger
Browse files
Cleanup code
Remove test and debug code
parent
0350e377
Changes
1
Hide whitespace changes
Inline
Side-by-side
util/benchmarkSystem.pl
View file @
48787ece
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment