Action #262

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

Code parallelization should be tested first by a standalone test program. This program should be written in C++, elaborating the best possible implementation of code parallelization. It should be checked whether one can generate a generic C++ class that handles code parallelization.

The test program needs to include a Python interface, so that we can test also code parallelization from within Python (verifying that the GIL does not pose any problem).

Note that we can have several test programs to test several strategies.

Back