Home
last modified time | relevance | path

Searched full:ignore (Results 1 – 7 of 7) sorted by relevance

/libCEED/
H A D.codecov.yml8 ignore:
H A D.gitlab-ci.yml124 …lcov --directory . --capture --output-file coverage.info --ignore-errors source,mismatch --substit…
212 …lcov --directory . --capture --output-file coverage.info --ignore-errors source,mismatch --substit…
293 …lcov --directory . --capture --output-file coverage.info --ignore-errors source,mismatch --substit…
360 # lcov --directory . --capture --output-file coverage.info --ignore-errors source,mismatch -…
463 …lcov --directory . --capture --output-file coverage.info --ignore-errors source,mismatch --substit…
/libCEED/.github/workflows/
H A Drelease-notes.yml5 branches-ignore:
/libCEED/doc/sphinx/source/
H A Dconf.py100 # directories to ignore when looking for source files.
/libCEED/tests/
H A Djunit_common.py351 known[key] = test_fields[index].type(value) # type: ignore
354 known[key] = get_origin(test_fields[index].type)(value) # type: ignore
/libCEED/examples/fluids/src/
H A Dmisc.c509 if (rranks[i] == rank) continue; // Ignore same-part global->local transfers in PrintRunInfo()
/libCEED/backends/cuda/
H A Dceed-cuda-compile.cpp337 "_1_wrapped.ll --ignore-non-bitcode --internalize --only-needed -S -o " in CeedCompileCore_Cuda()