Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f29f97d5 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Try to add anchors

parent 17a88a8c
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !87. Comments created here will be created in the context of that merge request.
image: hpclib/hiepacs image: hpclib/hiepacs
.test_starpu_cuda_mpi_template: &test_starpu_cuda_mpi_def
stage: test
script:
- (cd build &&
ctest --no-compress-output -V
${TESTS_RESTRICTION}
-D ExperimentalTest
-D ExperimentalCoverage
-D ExperimentalSubmit
| tee -a ../chameleon-build-starpu.log)
- lcov --directory build --capture --output-file chameleon_starpu_mpi.lcov
stages: stages:
- build - build
- test - test
...@@ -33,6 +46,7 @@ build_starpu_cuda_mpi: ...@@ -33,6 +46,7 @@ build_starpu_cuda_mpi:
rm install/ -r) rm install/ -r)
test_starpu_cuda_mpi: test_starpu_cuda_mpi:
<<: *test_starpu_cuda_mpi_def
stage: test stage: test
dependencies: dependencies:
- build_starpu_cuda_mpi - build_starpu_cuda_mpi
...@@ -43,15 +57,8 @@ test_starpu_cuda_mpi: ...@@ -43,15 +57,8 @@ test_starpu_cuda_mpi:
- build - build
- chameleon-build-starpu.log - chameleon-build-starpu.log
- chameleon_starpu_mpi.lcov - chameleon_starpu_mpi.lcov
script: variables:
- (cd build && TESTS_RESTRICTION: "-R \"test_shm_s|mpi_s\""
ctest --no-compress-output -V
-R "test_shm_s|mpi_s"
-D ExperimentalTest
-D ExperimentalCoverage
-D ExperimentalSubmit
| tee -a ../chameleon-build-starpu.log)
- lcov --directory build --capture --output-file chameleon_starpu_mpi.lcov
build_starpu_simgrid: build_starpu_simgrid:
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