Searched full:coverage (Results 1 – 25 of 52) sorted by relevance
123
| /petsc/ |
| H A D | .gitlab-ci.yml | 267 …- python3 ./configure --with-mpi=0 --with-fc=0 --with-cxx=0 --with-coverage-exec=0 --with-syclc=0 … 304 # Basic template for code coverage generation. Tests should additionally inherit from the more 308 .coverage-generate: 313 .coverage-disable: 324 - .coverage-generate 403 - .coverage-disable 435 - .coverage-disable 457 - .coverage-disable 530 - .coverage-disable 575 - .coverage-disable [all …]
|
| /petsc/config/PETSc/ |
| H A D | Configure.py | 23 ' Code coverage: yes', 24 ' Using code coverage executable: {}'.format(self.getMakeMacro('PETSC_COVERAGE_EXEC')) 50 …ment('PETSc', '-with-coverage=<bool>', nargs.ArgFuzzyBool(None, value=0, hel… 51 …coverage-exec=<executable>', nargs.ArgExecutable(None, value='default-auto', mustExist=… 928 … Check that a compiler accepts code-coverage flags. If the compiler does accept code-coverage flags 932 - lang: the language to check the coverage flag for 933 - extra_coverage_flags: a list of extra flags to use when checking the coverage flags 951 log_print('Checking coverage flag for language {}'.format(lang)) 963 …log_print('Don\'t know how to add coverage for compiler {}. Only know how to add coverage for gnu-… 966 coverage_flags = make_flag_list('--coverage', extra_coverage_flags) [all …]
|
| /petsc/config/examples/ |
| H A D | arch-ci-linux-64idx-i8-uni.py | 17 '--with-coverage',
|
| H A D | arch-ci-linux-cmplx-single-arm.py | 15 '--with-coverage',
|
| H A D | arch-ci-linux-clang-cuda.py | 20 #'--with-coverage',
|
| H A D | arch-ci-linux-ILP64.py | 15 '--with-coverage',
|
| H A D | arch-ci-linux-viennacl.py | 19 '--with-coverage',
|
| H A D | arch-ci-linux-without-fc.py | 18 '--with-coverage',
|
| H A D | arch-ci-linux-64idx-i8.py | 18 '--with-coverage',
|
| H A D | arch-ci-macos-opt-arm.py | 18 #'--with-coverage',
|
| H A D | arch-ci-linux-gcc-quad-64idx-dbg.py | 23 '--with-coverage',
|
| H A D | arch-ci-linux-gcc-complex-opt-32bit.py | 22 '--with-coverage',
|
| H A D | arch-ci-linux-clang-avx.py | 28 '--with-coverage',
|
| H A D | arch-ci-linux-opt-cxx-quad.py | 21 '--with-coverage',
|
| H A D | arch-ci-linux-cuda-cmplx.py | 24 '--with-coverage',
|
| H A D | arch-ci-linux-misc-dbg.py | 25 '--with-coverage',
|
| H A D | arch-ci-linux-gcc-cxx-avx2.py | 25 '--with-coverage',
|
| H A D | arch-ci-linux-cuda-double-64idx.py | 28 '--with-coverage',
|
| H A D | arch-ci-linux-cuda-uni-pkgs.py | 33 '--with-coverage',
|
| H A D | arch-ci-linux-cuda112-omp.py | 31 #'--with-coverage',
|
| H A D | arch-ci-macos-arm.py | 22 #'--with-coverage',
|
| H A D | arch-ci-linux-gcc-pkgs-opt.py | 38 '--with-coverage',
|
| H A D | arch-ci-macos-dbg.py | 34 #'--with-coverage',
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | check-each-commit.sh | 8 …./configure --with-clanguage=cxx --with-coverage-exec=0 --with-syclc=0 --with-hipc=0 --with-cudac=…
|
| /petsc/src/ksp/ksp/utils/lmvm/tests/ |
| H A D | lmvm_test.c | 1 const char help[] = "Coverage and edge case test for LMVM";
|
123