Action #261

Updated by Knödlseder Jürgen almost 12 years ago

As a first step of the project we should study the possible options that exists for code parallelization.

We recall the requirements:
* no code dependencies (use only native C++ features)
* no limits due to Python Global Interpreter Lock (GIL)
* support concurrent memory access
* enabling / disabling during compile time
* selection of number of cores during setting of environment variable

Back