Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 119abf39 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

try without -j5

parent a3619304
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ build_starpu: ...@@ -19,7 +19,7 @@ build_starpu:
- mkdir -p build - mkdir -p build
- cd build - cd build
- cmake .. -DCHAMELEON_USE_MPI=ON -DCMAKE_INSTALL_PREFIX=${PWD}/install -DCMAKE_VERBOSE_MAKEFILE=ON -DMORSE_ENABLE_WARNING=ON -DMORSE_ENABLE_COVERAGE=ON - cmake .. -DCHAMELEON_USE_MPI=ON -DCMAKE_INSTALL_PREFIX=${PWD}/install -DCMAKE_VERBOSE_MAKEFILE=ON -DMORSE_ENABLE_WARNING=ON -DMORSE_ENABLE_COVERAGE=ON
- make -j5 | tee ../chameleon-build.log - make | tee ../chameleon-build.log
- make install | tee -a ../chameleon-build.log - make install | tee -a ../chameleon-build.log
test_starpu: test_starpu:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment