Skip to content
Snippets Groups Projects
Commit fa549238 authored by akuesters's avatar akuesters Committed by Benjamin Cumming
Browse files

Python PR #667 (#668)

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.
parent 801d36df
No related branches found
No related tags found
Showing
with 462 additions and 19 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment