Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cb-util
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christoph Alt
cb-util
Commits
31a8eb74
Commit
31a8eb74
authored
1 year ago
by
Christoph Alt
Browse files
Options
Downloads
Patches
Plain Diff
updated the gather benchmarks and added more memory bandwidth benchmarks
parent
357be13f
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#57940
passed
1 year ago
Stage: test
Stage: deploy
Stage: trigger
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roofline_data/gather_benchmarks.sh
+5
-0
5 additions, 0 deletions
roofline_data/gather_benchmarks.sh
with
5 additions
and
0 deletions
roofline_data/gather_benchmarks.sh
+
5
−
0
View file @
31a8eb74
...
@@ -14,6 +14,8 @@ PERF_BENCHMARKS=$(likwid-bench -a | grep -i "${PRECISION}-precision" | grep "pea
...
@@ -14,6 +14,8 @@ PERF_BENCHMARKS=$(likwid-bench -a | grep -i "${PRECISION}-precision" | grep "pea
# look for all avaialbe load benchmarks
# look for all avaialbe load benchmarks
MEM_BENCHMARKS
=
$(
likwid-bench
-a
|
awk
-F
"-"
'{print $1}'
|
grep
"load"
|
awk
'{ printf "%s", $0 } END{ print "" }'
)
MEM_BENCHMARKS
=
$(
likwid-bench
-a
|
awk
-F
"-"
'{print $1}'
|
grep
"load"
|
awk
'{ printf "%s", $0 } END{ print "" }'
)
MEM_BENCHMARKS+
=
$(
likwid-bench
-a
|
awk
-F
"-"
'{print $1}'
|
grep
"copy"
|
awk
'{ printf "%s", $0 } END{ print "" }'
)
MEM_BENCHMARKS+
=
$(
likwid-bench
-a
|
awk
-F
"-"
'{print $1}'
|
grep
"stream"
|
awk
'{ printf "%s", $0 } END{ print "" }'
)
current_date
=
$(
date
)
current_date
=
$(
date
)
mkdir
-p
${
HOSTNAME
}
mkdir
-p
${
HOSTNAME
}
...
@@ -21,6 +23,9 @@ SUMMARY_FILE="${HOSTNAME}/summary.txt"
...
@@ -21,6 +23,9 @@ SUMMARY_FILE="${HOSTNAME}/summary.txt"
module load python
module load python
machinestate
-a
-o
"
${
HOSTNAME
}
/machinestate_
${
HOSTNAME
}
.json"
machinestate
-a
-o
"
${
HOSTNAME
}
/machinestate_
${
HOSTNAME
}
.json"
likwid-setFrequencies
-reset
likwid-setFrequencies
-ureset
likwid-setFrequencies
-p
>
"
${
HOSTNAME
}
/likwid-setFrequencies.txt"
run_benchmark
(){
run_benchmark
(){
benchmarks
=
"
$1
"
benchmarks
=
"
$1
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment