Mentions légales du service

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

fix remove install

parent e5cf8a53
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,6 @@ build_starpu_mpi: ...@@ -22,7 +22,6 @@ build_starpu_mpi:
- 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 | tee ../chameleon-build-starpu.log - make | tee ../chameleon-build-starpu.log
- make install | tee -a ../chameleon-build-starpu.log && rm install/ -r - make install | tee -a ../chameleon-build-starpu.log && rm install/ -r
- rm install/ -r
build_starpu_cuda: build_starpu_cuda:
stage: build stage: build
......
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