Searched refs:verbose (Results 1 – 8 of 8) sorted by relevance
| /libCEED/benchmarks/ |
| H A D | benchmark.sh | 26 verbose="" 182 -v|--verbose) 183 verbose="yes" 243 [[ "$verbose" = "yes" ]] && {
|
| /libCEED/tests/ |
| H A D | junit.py | 209 verbose=args.verbose)
|
| H A D | junit_common.py | 524 backend: str, test: str, index: int, verbose: bool) -> str: 534 if test_case.is_failure() or test_case.is_error() or verbose: 586 mode: RunMode, nproc: int, suite_spec: SuiteSpec, verbose: bool = False) -> TestCase: 755 output_str = test_case_output_string(test_case, spec, mode, backend, test, index, verbose) 769 …suite_spec: SuiteSpec, pool_size: int = 1, search: str = ".*", verbose: bool = False) -> TestSuite: 795 [pool.apply_async(run_test, (i, test, spec, backend, mode, nproc, suite_spec, verbose))
|
| /libCEED/python/ |
| H A D | build_ceed_cffi.py | 108 ffibuilder.compile(verbose=True)
|
| /libCEED/rust/libceed-sys/ |
| H A D | README.md | 51 where the precise hash value is printed during `cargo build --verbose` or you can find it with `fin…
|
| /libCEED/examples/nek/boxes/ |
| H A D | b1e.rea | 78 0.00000 p074 verbose Helmholtz
|
| /libCEED/ |
| H A D | Makefile | 436 $(info VERBOSE = $(or $(V),(empty)) [verbose=$(if $(V),on,off)])
|
| /libCEED/rust/libceed-sys/c-src/ |
| H A D | Makefile | 436 $(info VERBOSE = $(or $(V),(empty)) [verbose=$(if $(V),on,off)])
|