An error occurred while fetching this tab.
Draft: Use parser from AthOptionsParser to set ConfigFlags
- Oct 02, 2023
-
-
Stewart Martin-Haugh authoredb33400cb
-
I tried to use --profile-python
in a CA job and discovered the option does not exist. This MR uses the same options in AthOptionsParser and in AthConfigFlags.
I haven't resolved what it should do for interactive running: it seems like we have two options for CA ('init', 'run') but only init is supported for non-CA athena. So this is still WIP.