Mentions légales du service

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

Add hmat testings

parent 6e00e844
No related branches found
No related tags found
1 merge request!254Fully integrate H-Mat support with HMat-OSS and test_FEMBEM
......@@ -18,6 +18,7 @@ include:
- .gitlab/test_parsec.yml
- .gitlab/test_quark.yml
- .gitlab/test_openmp.yml
- .gitlab/test_hmat.yml
- .gitlab/coverage.yml
- .gitlab/coverity.yml
- .gitlab/sonarqube.yml
......
......@@ -74,4 +74,15 @@ build_starpu_macosx:
script:
- tools/build_macosx.sh
build_hmat:
extends: .build_script_template
artifacts:
name: build_hmat
expire_in: 48 hours
paths:
- build-hmat
- chameleon_hmat.log
variables:
BUILD_OPTIONS: "-DCHAMELEON_USE_CUDA=OFF -DCHAMELEON_USE_MPI=ON -DCHAMELEON_USE_HMAT=ON"
VERSION: hmat
---
.test_hmat_template:
extends: .test_script_template
needs: [build_hmat]
dependencies:
- build_hmat
artifacts:
name: test_hmat
expire_in: 48 hours
paths:
- build_hmat
- chameleon_hmat_*.log
- chameleon_hmat_*.lcov
- bis_chameleon_hmat_*.lcov
reports:
junit: report.xml
.test_hmat_template_master: &test_hmat_master
extends:
- .test_hmat_template
- .only-master
.test_hmat_template_branches: &test_hmat_branches
extends:
- .test_hmat_template
- .only-branches
test_hmat:
<<: *test_hmat_branches
variables:
VERSION: hmat
CATEGORY: none
PRECISION: all
TESTS_RESTRICTION: "-R \"testBEM_\""
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