Skip to content
Snippets Groups Projects

make a component factory preloader for all components used by the CP algorithms

Merged Nils Erik Krumnack requested to merge krumnack/athena:factory_preloader into main
  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