Added interactive mode in charm4py (BETA) #187
matthiasdiener
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@juanjgalvez
Nov 26 2018
Interactive mode beta was just added to master.
fa28ce1
This feature will be part of release 0.11
Interactive mode is similar to an interactive Python shell with the main difference that it runs in the context of a charm4py job involving multiple processes. It is possible to define new chare types, create new collections of chares, call remote methods, etc.
This feature is in BETA. Please provide feedback and suggestions.
NOTE: Currently this only works with charmrun on only one host. For example:
python3 -m charmrun.start +p4 ++interactive
will launch an interactive shell using 4 processes.
Beta Was this translation helpful? Give feedback.
All reactions