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

allow subgraph to be used as an operation #209

Open
eirrgang opened this issue Dec 7, 2018 · 0 comments
Open

allow subgraph to be used as an operation #209

eirrgang opened this issue Dec 7, 2018 · 0 comments

Comments

@eirrgang
Copy link
Collaborator

eirrgang commented Dec 7, 2018

follow up to #205

Note that mymodule.cluster_analyzer in the comments to #205 is sort of a placeholder for extensibility that hasn't been well-specified yet. In #205, it implies the implementation of something like what is discussed in #208

But @peterkasson has pointed out that we would like to package chunks of work, like a sequence of command line operations, into a single object with inputs and outputs that can be used like a single work graph operation. This probably just means that the subgraph idea in #205 should be convertible to an Operation type.

I specifically say "Operation type" because we probably want to have the option of using the subgraph as a template to create multiple graph nodes. It gives us some freedom to continue to refine our concept of state and data flow across iterations.

@eirrgang eirrgang added this to the gmxapi_workspec_0_2 milestone Sep 30, 2019
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