Skip to content
Snippets Groups Projects

BMK-184 fix version for KV

Merged Domenico Giordano requested to merge BMK-184 into qa
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -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