Closed

Description
Sometimes, you have a dedicated machine with the proper runtime environment to execute your exepriments. It would be great to have an option to send input and run a command on that machine and being able to retrieve the output files.
Things to look up:
- Cancelled or failed runs could leave garbage on the remote hosts that need to be collected
- Large Input / Output files with inefficient transfers
- Use
-d
ando
to keep track of which files need to pushed to and retrieved from the remote host
Maybe, this could work alongside setting up SSHFS or NFS.
We can introduce an option --sshlogin
to receive the URI of the node where the computation is needed to be run.