Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨NEW: Deal with more complicated "from group" cases #15

Open
mbercx opened this issue Apr 23, 2023 · 0 comments
Open

✨NEW: Deal with more complicated "from group" cases #15

mbercx opened this issue Apr 23, 2023 · 0 comments

Comments

@mbercx
Copy link
Member

mbercx commented Apr 23, 2023

Currently, the FromGroupSubmissionController can only have one process per node in the parent group, since it exclusively keeps track of what is submitted via the extras defined on the parent nodes.

However, there may be use cases where we want to run the same parent node with different settings, and want to keep track of that. A common example is a convergence study: we want to test different parameters for each structure in a parent group.

One way would be to have another "extras" field on a controller and add both to each work chain. Will have to think a bit on how to best implement this so it's user friendly, but it seems pretty straightforward at first glance.

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

No branches or pull requests

1 participant