BOUT-dev
BOUT-dev copied to clipboard
cmake: parallel check
autotools test suite can run tests in parallel. It would be nice to do the same with cmake. Especially on HPC systems this makes all the difference.
I haven't looked into this further, but it might be possible to only run one test which calls ./test_suite.
ctest has this built-in already with the -j flag. We can also set the PROCESSORS property on each test to help out here