stefanloock / pyshearlab

pyShearLab is a Python toolbox which is based on ShearLab3D written by Rafael Reisenhofer and has been ported to Python by Stefan Loock.
GNU General Public License v3.0
49 stars 15 forks source link

Support for multithreading #5

Open adler-j opened 7 years ago

adler-j commented 7 years ago

If the package is used in a multi-threaded manner we get lots of bugs, (I've only verified this with the pyfftw backend). We should fix this by adding a mutex where appropriate.