Skip to content
Snippets Groups Projects
Commit e6c3fb74 authored by Domenico Giordano's avatar Domenico Giordano
Browse files

Merge branch 'BMK-38' into 'qa'

Resolve BMK-38

Closes BMK-38

See merge request hep-benchmarks/hep-workloads!232
parents b6273430 3140b476
No related branches found
No related tags found
No related merge requests found
ATLAS KV is a lightweight benchmark based on the GEANT4 simulation of the ATLAS detector.
This workload simulates the propagation throughout the ATLAS detector of single muon events.
The application is based on Athena version v17.8.0.9, and is single process, it does not need input data.
The score is obtained extracting the average CPU time spent by the application in simulating the events, after having excluded the initialisation phase.
\ No newline at end of file
Digitisation, trigger and pileup simulation of Monte Carlo events generated by the gen-sim workload.
The application is multi-threaded and requires an input data file containing simulated events.
The score consists of throughput (events per second) and CPU (CPU seconds per event).
\ No newline at end of file
Generation and simulation of 2018-like Monte Carlo events.
The application is multi-threaded and requires no input data.
The score consists of throughput (events per second) and CPU (CPU seconds per event).
Reconstruction and analysis data creation.
The application is multi-threaded and requires an input data file containing simulated events.
The score consists of throughput (events per second) and CPU (CPU seconds per event).
\ No newline at end of file
......@@ -103,6 +103,13 @@ function usage(){
echo -e "\nDetailed Usage:\n----------------\n"
( usage_detailed ) # as a subprocess, just in case this has a 0 exit code...
fi
echo -e "DESCRIPTION\n"
if [ -e $BMKDIR/DESCRIPTION ]; then
cat $BMKDIR/DESCRIPTION
else
echo "Sorry there is not description included."
fi
echo ""
exit 1 # early termination (help or invalid arguments to benchmark script)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment