Home
last modified time | relevance | path

Searched full:coverage (Results 1 – 25 of 52) sorted by relevance

123

/petsc/
H A D.gitlab-ci.yml267 …- 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 DConfigure.py23 ' 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…
51coverage-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 Darch-ci-linux-64idx-i8-uni.py17 '--with-coverage',
H A Darch-ci-linux-cmplx-single-arm.py15 '--with-coverage',
H A Darch-ci-linux-clang-cuda.py20 #'--with-coverage',
H A Darch-ci-linux-ILP64.py15 '--with-coverage',
H A Darch-ci-linux-viennacl.py19 '--with-coverage',
H A Darch-ci-linux-without-fc.py18 '--with-coverage',
H A Darch-ci-linux-64idx-i8.py18 '--with-coverage',
H A Darch-ci-macos-opt-arm.py18 #'--with-coverage',
H A Darch-ci-linux-gcc-quad-64idx-dbg.py23 '--with-coverage',
H A Darch-ci-linux-gcc-complex-opt-32bit.py22 '--with-coverage',
H A Darch-ci-linux-clang-avx.py28 '--with-coverage',
H A Darch-ci-linux-opt-cxx-quad.py21 '--with-coverage',
H A Darch-ci-linux-cuda-cmplx.py24 '--with-coverage',
H A Darch-ci-linux-misc-dbg.py25 '--with-coverage',
H A Darch-ci-linux-gcc-cxx-avx2.py25 '--with-coverage',
H A Darch-ci-linux-cuda-double-64idx.py28 '--with-coverage',
H A Darch-ci-linux-cuda-uni-pkgs.py33 '--with-coverage',
H A Darch-ci-linux-cuda112-omp.py31 #'--with-coverage',
H A Darch-ci-macos-arm.py22 #'--with-coverage',
H A Darch-ci-linux-gcc-pkgs-opt.py38 '--with-coverage',
H A Darch-ci-macos-dbg.py34 #'--with-coverage',
/petsc/lib/petsc/bin/maint/
H A Dcheck-each-commit.sh8 …./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 Dlmvm_test.c1 const char help[] = "Coverage and edge case test for LMVM";

123