tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
simgrid: compile tests in parallel
Millian Poquet
4 years ago
c6f34aea
c4ec6ffb
+3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
misc
simgrid
default.nix
+3
pkgs/applications/science/misc/simgrid/default.nix
···
99
cat <<EOW >CTestCustom.cmake
100
SET(CTEST_CUSTOM_TESTS_IGNORE smpi-replay-multiple)
101
EOW
0
0
0
102
'';
103
104
meta = {
···
99
cat <<EOW >CTestCustom.cmake
100
SET(CTEST_CUSTOM_TESTS_IGNORE smpi-replay-multiple)
101
EOW
102
+
103
+
# make sure tests are built in parallel (this can be long otherwise)
104
+
make tests -j $NIX_BUILD_CORES
105
'';
106
107
meta = {