simgrid: compile tests in parallel

+3
+3
pkgs/applications/science/misc/simgrid/default.nix
··· 99 99 cat <<EOW >CTestCustom.cmake 100 100 SET(CTEST_CUSTOM_TESTS_IGNORE smpi-replay-multiple) 101 101 EOW 102 + 103 + # make sure tests are built in parallel (this can be long otherwise) 104 + make tests -j $NIX_BUILD_CORES 102 105 ''; 103 106 104 107 meta = {