vineetbansal / wbi

0 stars 0 forks source link

Remote execution over ssh #4

Closed vineetbansal closed 11 months ago

vineetbansal commented 11 months ago

A sample command wbi remote that submits a slurm script over ssh to a hostname, waits for its execution, and prints its output. If everything is working correctly, you should be able to run it on della using --hostname della.princeton.edu --username <puid> (with or without Duo authentication), and see the output.

This is in preparation for possible integration of ray further down the line (or simply a cleaner way to run scripts on slurm).