Closed tingyu66 closed 4 years ago
Use pybind11 to create Python bindings of the C++ code. Added pybind11 as a submodule of this repo. In a new directory called python, you will find:
python
exafmm.cpp
example.ipynb
README.md
Other changes are listed below (mainly to allow using multiple kernels at the same time in an application):
LGTM
Use pybind11 to create Python bindings of the C++ code. Added pybind11 as a submodule of this repo. In a new directory called
python
, you will find:exafmm.cpp
: the cpp source file for binding, which can be compiled into a exafmm-t's Python module (a shared library file).example.ipynb
: an example of how to use exafmm-t's Python module.README.md
Other changes are listed below (mainly to allow using multiple kernels at the same time in an application):