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
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:
- build
- test
......@@ -33,6 +46,7 @@ build_starpu_cuda_mpi:
rm install/ -r)
test_starpu_cuda_mpi:
<<: *test_starpu_cuda_mpi_def
stage: test
dependencies:
- build_starpu_cuda_mpi
......@@ -43,15 +57,8 @@ test_starpu_cuda_mpi:
- build
- chameleon-build-starpu.log
- chameleon_starpu_mpi.lcov
script:
- (cd build &&
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
variables:
TESTS_RESTRICTION: "-R \"test_shm_s|mpi_s\""
build_starpu_simgrid:
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