Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPC Benchmark Game
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
Container 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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dorian Stoll
HPC Benchmark Game
Commits
5bf35145
Verified
Commit
5bf35145
authored
6 months ago
by
Dorian Stoll
Browse files
Options
Downloads
Patches
Plain Diff
measure: Fix scripts (again)
parent
5d70c5cb
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
measure/clbg-mandelbrot.sh
+2
-0
2 additions, 0 deletions
measure/clbg-mandelbrot.sh
measure/nas-ft.sh
+0
-4
0 additions, 4 deletions
measure/nas-ft.sh
measure/rodinia-srad.sh
+1
-5
1 addition, 5 deletions
measure/rodinia-srad.sh
measure/tug.sh
+1
-5
1 addition, 5 deletions
measure/tug.sh
with
4 additions
and
14 deletions
measure/clbg-mandelbrot.sh
+
2
−
0
View file @
5bf35145
...
...
@@ -10,7 +10,9 @@ function run-measure-clbg-mandelbrot {
return
0
fi
local
bench_name
=
"clbg-mandelbrot"
local
bench_iterations
=
"5"
local
mb_size
=
"200"
local
smt
=
"
$(
cat
/sys/devices/system/cpu/smt/active
)
"
...
...
This diff is collapsed.
Click to expand it.
measure/nas-ft.sh
+
0
−
4
View file @
5bf35145
...
...
@@ -8,10 +8,6 @@ function run-measure-nas-ft {
local
bench_name
=
"nas-ft"
local
bench_iterations
=
"5"
if
[
"
${
mode
}
"
=
"init"
]
;
then
bench_name
=
"
${
bench_name
}
-init"
fi
local
ft_sx
=
"128"
local
ft_sy
=
"128"
local
ft_sz
=
"32"
...
...
This diff is collapsed.
Click to expand it.
measure/rodinia-srad.sh
+
1
−
5
View file @
5bf35145
...
...
@@ -3,15 +3,11 @@
set
-euo
pipefail
function
run-measure-rodinia-srad
{
local
mode
=
"
${
1
:-}
"
local
mode
=
"
${
1
:-
total
}
"
local
bench_name
=
"rodinia-srad"
local
bench_iterations
=
"5"
if
[
"
${
mode
}
"
=
"init"
]
;
then
bench_name
=
"
${
bench_name
}
-init"
fi
local
srad_rows
=
"1024"
local
srad_cols
=
"512"
local
srad_y1
=
"0"
...
...
This diff is collapsed.
Click to expand it.
measure/tug.sh
+
1
−
5
View file @
5bf35145
...
...
@@ -3,15 +3,11 @@
set
-euo
pipefail
function
run-measure-tug
{
local
mode
=
"
${
1
:-}
"
local
mode
=
"
${
1
:-
total
}
"
local
bench_name
=
"tug"
local
bench_iterations
=
"5"
if
[
"
${
mode
}
"
=
"init"
]
;
then
bench_name
=
"
${
bench_name
}
-init"
fi
local
tug_iterations
=
"2000"
if
[
"
${
mode
}
"
=
"init"
]
;
then
...
...
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