If you have dozens of tests that need to be done in a short time (say 12 hours), and each of your tests have a time limit of 1 hour, is there any recommended method?
Because I noticed that if you run several jobs simultaneously on the same machine, despite you setting "threads=1", it will have an impact on the computational times for all tests.
Thank you.