Processing in Python
Enable processing tasks to be written in python.
There are multiple options to consider:
- embed the python interpreter in the processing C++ executable
- write the processing in python (using
mpi4py
and/or Boost.MPI python binding)
-
Check if Python interpreter can be called from multiple (TBB) threads
Edited by Samuel Debionne