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: 'Times New Roman'; "><pre style="font-size: medium; word-wrap: break-word; white-space: pre-wrap; ">
execute_process (COMMAND ssh user@host "ctest -VV -O file.txt -S Test.cmake")</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>