Mentions légales du service

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

remove install directory to save space (respect artifact size limit) after...

remove install directory to save space (respect artifact size limit) after having tested the install procedure
parent a764d103
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,8 @@ build_starpu_mpi:
- cd build
- 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 install | tee -a ../chameleon-build-starpu.log
- make install | tee -a ../chameleon-build-starpu.log && rm install/ -r
- rm install/ -r
build_starpu_cuda:
stage: build
......@@ -38,7 +39,7 @@ build_starpu_cuda:
- cd build
- cmake .. -DCHAMELEON_USE_CUDA=ON -DCHAMELEON_USE_MPI=OFF -DCMAKE_INSTALL_PREFIX=${PWD}/install -DCMAKE_VERBOSE_MAKEFILE=ON -DMORSE_ENABLE_WARNING=ON -DMORSE_ENABLE_COVERAGE=ON
- make | tee ../chameleon-build-starpu-cuda.log
- make install | tee -a ../chameleon-build-starpu-cuda.log
- make install | tee -a ../chameleon-build-starpu-cuda.log && rm install/ -r
build_starpu_simgrid:
stage: build
......@@ -55,7 +56,7 @@ build_starpu_simgrid:
- cd build
- cmake .. -DCHAMELEON_SIMULATION=ON -DCHAMELEON_USE_CUDA=ON -DCHAMELEON_USE_MPI=OFF -DCMAKE_INSTALL_PREFIX=${PWD}/install -DCMAKE_VERBOSE_MAKEFILE=ON -DMORSE_ENABLE_WARNING=ON -DMORSE_ENABLE_COVERAGE=ON
- make | tee ../chameleon-build-starpu-simgrid.log
- make install | tee -a ../chameleon-build-starpu-simgrid.log
- make install | tee -a ../chameleon-build-starpu-simgrid.log && rm install/ -r
build_quark:
stage: build
......@@ -72,7 +73,7 @@ build_quark:
- cd build
- cmake .. -DCMAKE_INSTALL_PREFIX=${PWD}/install -DCMAKE_VERBOSE_MAKEFILE=ON -DMORSE_ENABLE_WARNING=ON -DMORSE_ENABLE_COVERAGE=ON -DCHAMELEON_SCHED_QUARK=ON
- make | tee ../chameleon-build-quark.log
- make install | tee -a ../chameleon-build-quark.log
- make install | tee -a ../chameleon-build-quark.log && rm install/ -r
test_starpu_mpi:
stage: test
......
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