simgrid: compile tests in parallel

This commit is contained in:
Millian Poquet 2021-07-19 14:05:17 +02:00
parent c4ec6ffb78
commit c6f34aeaef

View file

@ -99,6 +99,9 @@ stdenv.mkDerivation rec {
cat <<EOW >CTestCustom.cmake
SET(CTEST_CUSTOM_TESTS_IGNORE smpi-replay-multiple)
EOW
# make sure tests are built in parallel (this can be long otherwise)
make tests -j $NIX_BUILD_CORES
'';
meta = {