Skip to content

CA-Skeletons: Call fillFromArgs

Walter Lampl requested to merge wlampl/athena:Skeleton_FillFromArgs into 23.0

While trying to debug something else, I discovered that CA-based Transforms silently ignore --athenaopts because the skeletons don't call fillFromArgs. This MR adds the fillFromArgs call to all CA-based skeleton-files.

Also in the MR:

  • TrfExe.py no longer adds --threads and --nproc to the athena command line if in CA mode, as these values are anyway set in the runargs file.
  • AthConfigFlags: Add --concurrent-events to the argument parser (fixes a failing unit-test)

cc @tadej

Merge request reports