Skip to content

Conversation

@alibuild
Copy link
Collaborator

Your PR AliceO2Group#13976 cannot be merged as is. You should either run clang-format yourself and update the pull request, or merge this PR in yours.
You can find the AliceO2 coding conventions at https://github.com/AliceO2Group/CodingGuidelines.

@alibuild alibuild force-pushed the alibot-cleanup-13976 branch from 523f9a1 to 9d9c176 Compare March 20, 2025 11:26
ktf added 10 commits March 21, 2025 11:37
- Use aggregate initialisation where possible
- Drop unused bits

Will simplify the plugins PR.
This is the first step towards having the workflow definition inside plugins
rather than in executables. This will allow accumulating plugins which are needed
to instantiate a topology and do the option parsing / topology building only once,
simplifying the current case.

The end goal is to allow the driver to preload certain common services (e.g. ROOT)
and share it among the different tasks (which at the moment it's not allowed because different
tasks are in different executables). Moreover this will allow us to coalesce strictly coupled
dataprocessors and reduce the number of running processes.

For now the plugins are embedded in the executables and behave exactly like before.
- Use aggregate initialisation where possible
- Drop unused bits

Will simplify the plugins PR.
@alibuild alibuild force-pushed the alibot-cleanup-13976 branch from 9d9c176 to e72a17c Compare March 21, 2025 11:41
@alibuild alibuild closed this Mar 27, 2025
@alibuild alibuild deleted the alibot-cleanup-13976 branch March 27, 2025 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants