Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.cern.ch/atlas/athena.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Feb 27, 2024
    • Nils Erik Krumnack's avatar
      make a component factory preloader for all components used by the CP algorithms · c894f52f
      Nils Erik Krumnack authored
      This is a followup to !68703 that uses that mechanism to add factories for
      all components used by the common CP algorithms.  This is not necessarily
      the prettiest way of doing things, but it is what can be practically done
      right now with little effort.  It should probably be replaced by a better
      mechanism at some point.
      
      Command to test/run this:
      ```
      FullCPAlgorithmsTest_eljob.py --data-type data --algorithm-memory --factory-preload 'libComponentFactoryPreloaderDict.so,CP::preloadComponentFactories' --block-config --use-flags
      ```
      c894f52f
Loading