I have a list of independent tests which run a common executable with different command lines and in different working directories.
At the moment i simple run these one after the other in a batch file or script on my personal machine. However i have access to a large number of machines and so would like to be able to send some of these processes to the other machine and then collect up the output once they finish.
I could write something in python or whatever to do this, but I'm sure that someone has already done this much better than I could manage.
Any Ideas ??
cheers, Rob.
No comments:
Post a Comment