-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
ipyparallel does not offer means to exchange files from the controller to the cluster. In the code, there are currently a couple of rsync
that I would like to get rid of for a more integrated solution.
ipyparallel only offers push
and pull
to retrieve objects from the global namespace of each node, from which we could build utilities for file transfer. There could be an applicative penalty in terms of RTTs involved compared to rsync
but that should outweight the maintenance burden.
This is probably also a blocker for #6.
Metadata
Metadata
Assignees
Labels
No labels