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

Run parallel/distributed programs in interactive mode #28

Closed
juanjgalvez opened this issue Nov 19, 2018 · 2 comments
Closed

Run parallel/distributed programs in interactive mode #28

juanjgalvez opened this issue Nov 19, 2018 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@juanjgalvez
Copy link
Contributor

No description provided.

@juanjgalvez juanjgalvez added the enhancement New feature or request label Nov 19, 2018
@juanjgalvez juanjgalvez self-assigned this Nov 19, 2018
@juanjgalvez
Copy link
Contributor Author

Currently have a functioning interactive charmpy shell (Read–Eval–Print Loop (REPL)) using multiple processes on a single machine (when launched with charmrun). Supports definition of new chare types at runtime. These definitions are broadcast to every process.

Will be available probably in next release as an experimental feature.

@juanjgalvez
Copy link
Contributor Author

This functionality has been merged by fa28ce1 when using charmrun and only one host.

Interactive mode also works with charmrun on multiple hosts using ssh but requires some changes to charmrun.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant