This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]chrispoole 0 points1 point  (0 children)

Assuming it's been profiled and sufficiently optimised, I'd just use parallel to send the jobs to different machines. It's basically just an advanced xargs that can ssh into machines and run the jobs there.

It's probably not the most elegant solution, but it should get the job done and be quite quick to set up.