Skip to content
Snippets Groups Projects
  1. Sep 10, 2021
  2. Sep 09, 2021
  3. Sep 08, 2021
    • Sergey Gorbunov's avatar
      0c011ad3
    • Florian Uhlig's avatar
      Correct order of link directories · 545a173b
      Florian Uhlig authored and Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau committed
      Somehow (at least on some systems) the link order was such that the
      first directory was $SIMPATH/lib. This was even the case when the order was
      defined differently in the CMakeLists.txt. The problem isn't yet understood
      completely.
      
      This results in the problem that libVc.a was taken from $SIMPATH/lib
      were it is installed by ROOT/FairSoft. As long as the version provided with
      CbmRoot and the version provided by ROOT were the same the problem wasn't
      seen. When updating our internal Vc version this results in a creash when
      loading libryries due to a version mismatch between the library version and
      the header file version.
      545a173b
    • Administrator's avatar
      Update to latest parameters · df95b730
      Administrator authored
      Add tof digitization parameters for the mcbm 2021 beamtime.
      CbmSoft/cbmroot_parameter!45
      df95b730
  4. Sep 07, 2021
    • Administrator's avatar
      Fix a performance issue with KFParticle · bfcc4b60
      Administrator authored and Sergey Gorbunov's avatar Sergey Gorbunov committed
      It was found that switching form FairSoft jun19p2 to nov20 or apr21 has a
      dramatic influence on the performance of the KFParticleFinder. The runtime
      for on of the tests increased by roughly a factor 16.
      https://redmine.cbm.gsi.de/issues/2220
      After long investigations it turned out that the compilation flags for the
      package were inherited from the ROOT and the CbmRoot project which switched
      of the performance flag "-O" when using FairSoft nov20 or apr21.
      The merge request fixes the issue by defining the CMAKE_BUILD_TYPE explicitely
      to be RelWithDebugInfo.
      The merge request also updates the VC version from 1.4.1 to 1.4.2. refs #2220
      bfcc4b60
    • Valentina Akishina's avatar
      L1: do not use MVD time measurement · 61302cc2
      Valentina Akishina authored
      61302cc2
  5. Sep 06, 2021
  6. Sep 01, 2021
  7. Aug 31, 2021
  8. Aug 30, 2021
  9. Aug 20, 2021
  10. Aug 18, 2021
  11. Aug 17, 2021
  12. Aug 12, 2021
  13. Aug 05, 2021
  14. Aug 03, 2021
  15. Jul 30, 2021
Loading