Browse Source

contrib/ci.inria.fr: run make with -j4

Nathalie Furmento 4 years ago
parent
commit
10894c915b
2 changed files with 2 additions and 3 deletions
  1. 1 1
      contrib/ci.inria.fr/job-0-tarball.sh
  2. 1 2
      contrib/ci.inria.fr/job-1-check.sh

+ 1 - 1
contrib/ci.inria.fr/job-0-tarball.sh

@@ -22,7 +22,7 @@ export LD_LIBRARY_PATH=/home/ci/usr/local/lib:$LD_LIBRARY_PATH
 if test -d build ; then chmod -R 777 build && rm -rf build ; fi
 mkdir build && cd build
 ../configure --enable-build-doc-pdf
-make V=1
+make -j4
 make dist
 cp *gz ..
 cp doc/doxygen/starpu.pdf ..

+ 1 - 2
contrib/ci.inria.fr/job-1-check.sh

@@ -91,8 +91,7 @@ fi
 export STARPU_TIMEOUT_ENV=1800
 export MPIEXEC_TIMEOUT=1800
 
-make
-#make check
+make -j4
 (make -k check || true) 2>&1 | tee  ../check_$$
 make showsuite