Mentions légales du service

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

ready for MR, remove reference to this branch issue53/fix-ci

parent 578fbf4b
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ build_starpu_mpi:
- mkdir -p 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
- make -j4 | tee ../chameleon-build-starpu.log
- make -j2 | tee ../chameleon-build-starpu.log
- make install | tee -a ../chameleon-build-starpu.log && rm install/ -r
build_starpu_cuda:
......@@ -37,7 +37,7 @@ build_starpu_cuda:
- mkdir -p build
- 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 -j4 | tee ../chameleon-build-starpu-cuda.log
- make -j2 | tee ../chameleon-build-starpu-cuda.log
- make install | tee -a ../chameleon-build-starpu-cuda.log && rm install/ -r
build_starpu_simgrid:
......@@ -54,7 +54,7 @@ build_starpu_simgrid:
- mkdir -p build
- 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 -j4 | tee ../chameleon-build-starpu-simgrid.log
- make -j2 | tee ../chameleon-build-starpu-simgrid.log
- make install | tee -a ../chameleon-build-starpu-simgrid.log && rm install/ -r
build_quark:
......@@ -71,7 +71,7 @@ build_quark:
- mkdir -p build
- 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 -j4 | tee ../chameleon-build-quark.log
- make -j2 | tee ../chameleon-build-quark.log
- make install | tee -a ../chameleon-build-quark.log && rm install/ -r
test_starpu_mpi:
......@@ -145,7 +145,6 @@ sonar:
- ./tools/analysis.sh
only:
- master
- issue53/fix-ci
doc:
stage: doc
......
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