Skip to content

Fix repetitions and ROOT memory cleanup interference

Roel Aaij requested to merge raaij_fix_repetitions into master

Three things were broken and are now fixed:

  • In case of async I/O repetitions were happening both over files and on the GPU; fixed to be only over files.
  • ROOT memory management was deleting histograms when files are closed. This has been disabled for histograms and cannot be avoided for the TTree in KalmanChecker.
  • The binary built at configure to auto-detect the CUDA arch was not building

Merge request reports