You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
seem line the problem is due to passing a lambda from python and storing it into a std::function.
This does not play nicely with pybind when openmp is enabled
for now, diffusion-reaction2d is not parallelized for python:
#if defined PRESSIODEMOAPPS_ENABLE_OPENMP and not defined PRESSIODEMOAPPS_ENABLE_BINDINGS
i get a segfault from the test
The text was updated successfully, but these errors were encountered: