How can I run tests on 5 machines in same time?<div><br></div><div>This is how I run the tests on a machine:</div><div><span class="Apple-style-span" style="font-family: &#39;Times New Roman&#39;; "><pre style="font-size: medium; word-wrap: break-word; white-space: pre-wrap; ">
execute_process (COMMAND ssh user@host &quot;ctest -VV -O file.txt -S Test.cmake&quot;)</pre><pre style="word-wrap: break-word; white-space: pre-wrap; ">and I want to run this command in the same time on 5 machines.</pre>
<pre style="word-wrap: break-word; white-space: pre-wrap; ">Thanks you.</pre></span></div>