Searched full:py (Results 1 – 25 of 32) sorted by relevance
12
| /libCEED/python/tests/ |
| H A D | README.md | 4 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 D | Makefile | 14 $(PYTHON) setup-qfunctions.py build 18 $(PYTHON) -m pytest test-*.py $(TEST_OPTS)
|
| /libCEED/benchmarks/ |
| H A D | README.md | 36 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 D | test-wheel.sh | 9 python setup-qfunctions.py build 10 python -m pytest test-*.py --ceed /cpu/self/opt/blocked -vv
|
| /libCEED/examples/python/ |
| H A D | Makefile | 14 $(PYTHON) setup_qfunctions.py build 18 $(PYTHON) -m pytest ex_test.py $(TEST_OPTS)
|
| H A D | ex2_surface.py | 13 # python ex2_surface.py 14 # python ex2_surface.py -c /cpu/self 15 # python ex2_surface.py -c /gpu/cuda
|
| H A D | README.md | 22 python ex1_volume.py
|
| H A D | tutorial-0-ceed.ipynb | 117 "file_extension": ".py",
|
| H A D | ex1_volume.py | 13 # python ex1_volume.py
|
| H A D | ex3_volume.py | 13 # python ex3_volume.py
|
| H A D | tutorial-1-vector.ipynb | 241 "file_extension": ".py",
|
| H A D | tutorial-4-qfunction.ipynb | 201 "file_extension": ".py",
|
| H A D | tutorial-6-shell.ipynb | 313 "file_extension": ".py",
|
| H A D | tutorial-5-operator.ipynb | 233 "file_extension": ".py",
|
| /libCEED/tests/junit-xml/ |
| H A D | README.rst | 36 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 | .gitignore | 1 *.py[cod]
|
| /libCEED/backends/magma/tuning/ |
| H A D | README.md | 9 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.yml | 22 configuration: doc/sphinx/source/conf.py
|
| H A D | Makefile | 798 …@$(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 D | setup.py | 122 cffi_modules=["python/build_ceed_cffi.py:ffibuilder"],
|
| H A D | README.md | 340 $ python postprocess-plot.py petsc-bps-bp1-*-output.txt 341 $ python postprocess-plot.py petsc-bps-bp3-*-output.txt
|
| H A D | RELEASING.md | 39 The Spack `libceed/package.py` file should be updated immediately after tagging a release.
|
| /libCEED/.github/workflows/ |
| H A D | python-test-with-style.yml | 49 make format-py && git diff --exit-code
|
| /libCEED/rust/libceed-sys/c-src/ |
| H A D | Makefile | 798 …@$(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 D | types.h | 79 …ired for our python build script to exclude macros. See /python/build_ceed_cffi.py for more details
|
12