-
First step towards the Python front end. This commit sets up the structure of the python implementation * directory structure * git submodule for pybind11 * best practices for making bindings with pybind11 * unit testing for the python front end It implements the following features in the Python front end * execution contexts * gpu detection * thread count detection * MPI initialization helpers. Fixes #667.
fa549238
.gitmodules 315 B
[submodule "google-benchmark"]
path = ext/google-benchmark
url = https://github.com/google/benchmark
[submodule "sphinx_rtd_theme"]
path = ext/sphinx_rtd_theme
url = https://github.com/rtfd/sphinx_rtd_theme.git
[submodule "python/pybind11"]
path = python/pybind11
url = https://github.com/pybind/pybind11.git