-
Notifications
You must be signed in to change notification settings - Fork 50
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
flux-start: only a single local session is supported #13
Comments
|
This applies to local session only: use pid of flux-start for session id instead of letting the default of '0' be used. This allows concurrent local sessions. Fixes issue flux-framework#13.
Hm, commit 878361e didn't auto-close this issue. Perhaps the "Fixes Issue #..." needs to be on its own line? I also just learned that it is possible to close an issue from a pull request |
travis: fix docker deploy from master
For running tests in parallel it will be nice if flux-start allowed multiple local comms sessions
to start at the same time. Currently I get
I'm guessing this will probably be a trivial fix, but I want to note it here so we don't lose track of the feature request.
The text was updated successfully, but these errors were encountered: