You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to simplify the process of launching applications on machines. It will be an api call. We can either do this on the experiment object in Jupyter or in the run.py script. The call will be something like set_program('type', 'benchmark.py', num_servers, *args). During the launch phase, pydsef would automatically launch the programs on the correct machines with paramiko ssh module. During teardown, the launched programs will be automatically killed (maybe can do this just by closing the paramiko session). API needs discussion.
The text was updated successfully, but these errors were encountered:
We want to simplify the process of launching applications on machines. It will be an api call. We can either do this on the experiment object in Jupyter or in the
run.py
script. The call will be something likeset_program('type', 'benchmark.py', num_servers, *args)
. During thelaunch
phase,pydsef
would automatically launch the programs on the correct machines withparamiko
ssh module. During teardown, the launched programs will be automatically killed (maybe can do this just by closing the paramiko session). API needs discussion.The text was updated successfully, but these errors were encountered: