Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hep-workloads
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
HEP-Benchmarks
hep-workloads
Merge requests
!238
BMK-184
fix version for KV
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
BMK-184
fix version for KV
BMK-184
into
qa
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Domenico Giordano
requested to merge
BMK-184
into
qa
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Closes
BMK-184
👍
0
👎
0
Merge request reports
Compare
qa
qa (base)
and
latest version
latest version
23477e86
1 commit,
5 years ago
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
atlas/kv/atlas-kv/parseResults.sh
+
2
−
1
Options
@@ -36,8 +36,9 @@ printf "\"wl-scores\": {\"sim\": %.4f} , \"CPU_score\": {\"score\": %.4f, \"avg\
# Generate the summary json
echo
-e
"
\n
[parseResults] generate json summary"
local
OUTPUT
=
${
APP
}
_summary.json
echo
-e
"{
\"
copies
\"
:
$NCOPIES
,
\"
threads_per_copy
\"
:1 ,
\"
events_per_thread
\"
:
$NEVENTS_THREAD
,
$res
,
\"
app
\"
:
\"
KV_17.8.0.9_SingleMuon
\"
}"
>
$OUTPUT
echo
-e
"{
\"
copies
\"
:
$NCOPIES
,
\"
threads_per_copy
\"
:1 ,
\"
events_per_thread
\"
:
$NEVENTS_THREAD
,
$res
,
\"
app
\"
:
`
cat
$BMKDIR
/version.json
`
}"
>
$OUTPUT
cat
$OUTPUT
ln
-s
$OUTPUT
report.json
#-----------------------
# Return status
#-----------------------
Loading