![]() |
Project
|
This is the standalone benchmark for the GPU tracking.
In order to build: Use the CMake in this folder. The build can be configured using config.cmake. By default, the cmake process will link the src folder as symlink src in the installation folder, as well as the config.cmake, and provide a makefile there to trigger a rebuild and reinstall. In order to have all dependencies ready for the standalone build:
ALIBUILD_WORK_DIR
accordingly)Afterwards, you can build the standalone benchmark in that shell:
In order to change cmake settings and rebuild, do in the standalone
folder:
In order to run, run ./ca
in the standalone folder. ./ca --helpall
will show all command line options.
In order to extract data dumps from O2 to be run in the standalone benchmark:
o2-gpu-reco-workflow
with --configKeyValues="GPU_global.dump=1;"
.*.dump
files to standalone/events/[some_name]
../ca -e [some_name]
.