You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* use for instance
--add-common-args EMCAL-shm-segment-size 2500000000
which will be forwarded as a common argument and appended
to the analysis pipeline of EMCAL analysis as
--shm-segment-size 2500000000
* Use also e.g.
ALL-readers <value>
to influence set --readers <values> for all analyses
* <analysis>-<key> <value>
supersedes
ALL-<key> <value>
parser.add_argument("--autoset-converters", dest="autoset_converters", action="store_true", help="Compatibility mode to automatically set the converters for the analysis")
357
355
parser.add_argument("--timeout", type=int, default=None, help="Timeout for analysis tasks in seconds.")
358
356
parser.add_argument("--collision-system", dest="collision_system", help="Set the collision system. If not set, tried to be derived from ALIEN_JDL_LPMInterationType. Fallback to pp")
357
+
parser.add_argument("--add-common-args", dest="add_common_args", nargs="*", help="Pass additional common arguments per analysis, for instance --add-common-args EMCAL-shm-segment-size 2500000000 will add --shm-segment-size 2500000000 to the EMCAL analysis")
0 commit comments