Home
last modified time | relevance | path

Searched full:py (Results 1 – 25 of 32) sorted by relevance

12

/libCEED/python/tests/
H A DREADME.md4 operators can be found in the file `test-5-operator.py`.
10 python setup-qfunctions.py build
14 pytest test-*.py --ceed /cpu/self/ref/serial
20 `python setup-qfunctions.py build`. The files `test-4-qfunction.py` and
21 `test-5-operator.py` both contain the example function `load_qfs_so()` for
H A DMakefile14 $(PYTHON) setup-qfunctions.py build
18 $(PYTHON) -m pytest test-*.py $(TEST_OPTS)
/libCEED/benchmarks/
H A DREADME.md36 After generating the results, use the `postprocess-plot.py` script (which
37 requires the python package matplotlib) or the `postprocess-table.py` script,
40 python postprocess-plot.py petsc-bpsraw-bp1-*-output.txt
43 in the beginning of the script `postprocess-plot.py`.
45 Note that the `postprocess-*.py` scripts can read multiple files at a time just
/libCEED/python/
H A Dtest-wheel.sh9 python setup-qfunctions.py build
10 python -m pytest test-*.py --ceed /cpu/self/opt/blocked -vv
/libCEED/examples/python/
H A DMakefile14 $(PYTHON) setup_qfunctions.py build
18 $(PYTHON) -m pytest ex_test.py $(TEST_OPTS)
H A Dex2_surface.py13 # python ex2_surface.py
14 # python ex2_surface.py -c /cpu/self
15 # python ex2_surface.py -c /gpu/cuda
H A DREADME.md22 python ex1_volume.py
H A Dtutorial-0-ceed.ipynb117 "file_extension": ".py",
H A Dex1_volume.py13 # python ex1_volume.py
H A Dex3_volume.py13 # python ex3_volume.py
H A Dtutorial-1-vector.ipynb241 "file_extension": ".py",
H A Dtutorial-4-qfunction.ipynb201 "file_extension": ".py",
H A Dtutorial-6-shell.ipynb313 "file_extension": ".py",
H A Dtutorial-5-operator.ipynb233 "file_extension": ".py",
/libCEED/tests/junit-xml/
H A DREADME.rst36 python setup.py install
95 1. Bump version in `setup.py`
96 2. Build distribution with `python setup.py sdist bdist_wheel`
H A D.gitignore1 *.py[cod]
/libCEED/backends/magma/tuning/
H A DREADME.md9 simple C++ program (`tuning.cpp`) and Python driver (`generate_tuning.py`) to
18 python generate_tuning.py -arch a100 -max-nb 32 -build-cmd "make" -ceed "/gpu/cuda/magma"
/libCEED/
H A D.readthedocs.yml22 configuration: doc/sphinx/source/conf.py
H A DMakefile798 …@$(PYTHON) tests/junit.py --mode tap --ceed-backends $(BACKENDS) --nproc $(NPROC_TEST) --pool-size…
825 …$(PROVE) $(PROVE_OPTS) --exec '$(PYTHON) tests/junit.py' $(matched:$(OBJDIR)/%=%) :: --mode tap --…
833 …@printf " %10s %s\n" TEST $(<:$(OBJDIR)/%=%); $(PYTHON) tests/junit.py --ceed-backends $(BACKENDS…
937 format.py := $(filter-out tests/junit-xml/junit_xml/__init__.py, $(shell git ls-files '*.py'))
943 format-py :
944 $(AUTOPEP8) $(AUTOPEP8_OPTS) $(format.py)
949 format : format-c format-py format-ot
956 $(VERMIN) $(VERMIN_OPTS) $(format.py)
H A Dsetup.py122 cffi_modules=["python/build_ceed_cffi.py:ffibuilder"],
H A DREADME.md340 $ python postprocess-plot.py petsc-bps-bp1-*-output.txt
341 $ python postprocess-plot.py petsc-bps-bp3-*-output.txt
H A DRELEASING.md39 The Spack `libceed/package.py` file should be updated immediately after tagging a release.
/libCEED/.github/workflows/
H A Dpython-test-with-style.yml49 make format-py && git diff --exit-code
/libCEED/rust/libceed-sys/c-src/
H A DMakefile798 …@$(PYTHON) tests/junit.py --mode tap --ceed-backends $(BACKENDS) --nproc $(NPROC_TEST) --pool-size…
825 …$(PROVE) $(PROVE_OPTS) --exec '$(PYTHON) tests/junit.py' $(matched:$(OBJDIR)/%=%) :: --mode tap --…
833 …@printf " %10s %s\n" TEST $(<:$(OBJDIR)/%=%); $(PYTHON) tests/junit.py --ceed-backends $(BACKENDS…
937 format.py := $(filter-out tests/junit-xml/junit_xml/__init__.py, $(shell git ls-files '*.py'))
943 format-py :
944 $(AUTOPEP8) $(AUTOPEP8_OPTS) $(format.py)
949 format : format-c format-py format-ot
956 $(VERMIN) $(VERMIN_OPTS) $(format.py)
/libCEED/include/ceed/
H A Dtypes.h79 …ired for our python build script to exclude macros. See /python/build_ceed_cffi.py for more details

12