Home
last modified time | relevance | path

Searched full:search (Results 1 – 18 of 18) sorted by relevance

/libCEED/rust/libceed/
H A DCargo.toml32 { file = "README.md", search = "libceed = \"[0-9.]*\"", replace = "libceed = \"{{version}}\"" },
33 …{ file = "../../README.md", search = "libceed = \"[0-9.]*\"", replace = "libceed = \"{{version}}\"…
/libCEED/rust/libceed-sys/
H A DCargo.toml41 …{ file = "README.md", search = "libceed-sys = \"[0-9.]*\"", replace = "libceed-sys = \"{{version}}…
42 …{ file = "build.rs", search = "atleast_version\\(\"[0-9.]*\"\\)", replace = "atleast_version(\"{{v…
/libCEED/tests/
H A Djunit.py29 parser.add_argument('-s', '--search', type=str, default='.*',
30 help='Search string to filter tests, using `re` package format')
208 search=args.search,
H A Djunit_common.py254 base (str): Base string to search in
267 base (str): Base string to search
280 line (str): Line to search
769 …suite_spec: SuiteSpec, pool_size: int = 1, search: str = ".*", verbose: bool = False) -> TestSuite:
779 search (str, optional): Regular expression used to match tests. Defaults to ".*".
786 …t for t in get_test_args(suite_spec.get_source_path(test)) if re.search(search, t.name, re.IGNOREC…
/libCEED/examples/fluids/
H A Dpytorch_pkgconfig.py34 # Need to search the CMake file to see whether the library was compiled with the CXX11 ABI standard
40 regex_result = regex_ABI.search(line)
/libCEED/doc/sphinx/source/
H A Dindex.md24 - {ref}`search`
H A Dconf.py266 epub_exclude_files = ["search.html"]
/libCEED/
H A DDoxyfile807 # search path. See also \cite for info how to create references.
1210 # tools must be available from the command line (i.e. in the search path).
1480 # HTML files also contain an index, a table of contents, and you can search for
1787 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for
1788 # the HTML output. The underlying search engine uses javascript and DHTML and
1791 # there is already a search function so this one should typically be disabled.
1792 # For large projects the javascript based search engine can be slow, then
1794 # search using the keyboard; to jump to the search box use <access key> + S
1796 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
1797 # key> to jump into the search results window, the results can be navigated
[all …]
H A D.gitlab-ci.yml103 …- make -k -j$((NPROC_CPU / NPROC_POOL)) BACKENDS="$BACKENDS_CPU" JUNIT_BATCH="cpu" junit search="p…
107 …- make -k -j$((NPROC_CPU / NPROC_POOL)) BACKENDS="$BACKENDS_CPU" JUNIT_BATCH="cpu" junit search=mf…
113 …- make -k -j$NPROC_CPU BACKENDS="$BACKENDS_CPU" JUNIT_BATCH="cpu" junit search=nek NEK5K_DIR=$NEK5…
118 …- make -k -j$NPROC_CPU BACKENDS="$BACKENDS_CPU" JUNIT_BATCH="cpu" junit search=dealii DEAL_II_DIR=…
206 - make -k -j$((NPROC_GPU / NPROC_POOL)) JUNIT_BATCH="rust-qfunction" junit search=rustqfunction
270 …ROC_GPU / NPROC_POOL)) BACKENDS="$BACKENDS_GPU" JUNIT_BATCH="cuda" junit search="petsc fluids soli…
274 …make -k -j$((NPROC_GPU / NPROC_POOL)) BACKENDS="$BACKENDS_GPU" JUNIT_BATCH="cuda" junit search=mfem
280 …- make -k -j$NPROC_GPU BACKENDS="$BACKENDS_GPU" JUNIT_BATCH="cuda" junit search=nek NEK5K_DIR=$NEK…
284 …ROC_GPU / NPROC_POOL)) BACKENDS="$BACKENDS_GPU" JUNIT_BATCH="cuda" junit search=dealii DEAL_II_DIR…
351 …PROC_GPU / NPROC_POOL)) BACKENDS="$BACKENDS_GPU" JUNIT_BATCH="hip" junit search="petsc fluids soli…
H A DMakefile798 …d-backends $(BACKENDS) --nproc $(NPROC_TEST) --pool-size $(NPROC_POOL) --search '$(subsearch)' $(<…
804 # make test search='petsc mfem' # PETSc and MFEM examples
805 # make prove search='t3' # t3xx series tests
806 # make junit search='ex petsc' # core ex* and PETSc tests
807 search ?= t ex macro
808 realsearch = $(search:%=%%)
825 …--ceed-backends $(BACKENDS) --nproc $(NPROC_TEST) --pool-size $(NPROC_POOL) --search '$(subsearch)'
833 …d-backends $(BACKENDS) --nproc $(NPROC_TEST) --pool-size $(NPROC_POOL) --search '$(subsearch)' --j…
/libCEED/.github/workflows/
H A Dc-fortan-test-ppc64le.yml40 make prove -j search="t5 ex"
/libCEED/python/
H A Dbuild_ceed_cffi.py62 if re.search("ceed-f32.h", line) is not None:
67 elif re.search("ceed-f64.h", line) is not None:
/libCEED/backends/magma/
H A Dceed-magma-gemm-selector.cpp82 // The input (m, n, k) exactly matches a record in `data`, no need to search further in gemm_selector()
157 // The input (P, Q, N) exactly matches a record in `data`, no need to search further in nontensor_rtc_get_nb()
/libCEED/rust/libceed-sys/c-src/
H A DMakefile798 …d-backends $(BACKENDS) --nproc $(NPROC_TEST) --pool-size $(NPROC_POOL) --search '$(subsearch)' $(<…
804 # make test search='petsc mfem' # PETSc and MFEM examples
805 # make prove search='t3' # t3xx series tests
806 # make junit search='ex petsc' # core ex* and PETSc tests
807 search ?= t ex macro
808 realsearch = $(search:%=%%)
825 …--ceed-backends $(BACKENDS) --nproc $(NPROC_TEST) --pool-size $(NPROC_POOL) --search '$(subsearch)'
833 …d-backends $(BACKENDS) --nproc $(NPROC_TEST) --pool-size $(NPROC_POOL) --search '$(subsearch)' --j…
/libCEED/backends/magma/tuning/
H A Dgenerate_tuning.py114 # Speed up the search by considering only some values on NB
/libCEED/interface/
H A Dceed-jit-tools.c159 // Search for headers to include in CeedLoadSourceToInitializedBuffer()
H A Dceed.c905 // Search for big enough work vector in CeedGetWorkVector()
/libCEED/examples/solids/
H A Delasticity.c564 // Default to critical-point (CP) line search (related to Wolfe's curvature condition) in main()