Hello all,
Forgive me for my ignorance as I'm new here. I am trying to cythonize a script that uses scoop to implement concurrency via scoop's futures.map.
I've compiled the script using cythonize via setup.py, but when I try to call 'python -m scoop file.py" on the python file that imports the cython object, I get the warning about scoop not being properly initialized. The program seems to be doing the same calculations across all cores instead of actually mapping.
Is this sort of use-case supported by scoop?