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

[wip] add example for submit and wait #205

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vsoch
Copy link
Member

@vsoch vsoch commented Feb 15, 2023

I started discussing this example with @grondo in slack - and we should discuss the use cases for this particular example to distinguish when the user should use the FluxExecutor as opposed to a handle + jobspec + flux.job.submit. A more advanced user is going to want to know why they should know about two ways to do the same thing, and if it's not the same thing, the pros and cons of the two approaches.

This is a WIP as it warrants further discussion!

We should discuss the use cases for this particular
example to distinguish when the user should use the
FluxExecutor as opposed to a handle + jobspec + flux.job.submit

Signed-off-by: vsoch <vsoch@users.noreply.github.com>
@vsoch
Copy link
Member Author

vsoch commented Mar 2, 2023

Update: I think we should clean up the use of jobspec first (e.g., being able to submit with one) and then figure out the context here and finish these up. I am also re-designing the flux-cloud submit given the new Flux Operator Python SDK and trying to figure out if I can minimize the number of specs of things (e.g., use a jobspec or a piece of one over there).

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.

1 participant