Hi,
when I run my program with more than 1 thread i.e. for example, by setting parameters["num_threads"] = 2, my program crashes with the following output
Solving linear system of size 136161 x 136161 (PETSc Krylov solver).
*** Warning: Form::coloring does not properly consider form type.
Coloring mesh.
*** Error in `python': double free or corruption (fasttop): 0x0000000016611710 ***
It works fine with just 1 thread. Also, multi-threading works when I used the previous version of Fenics. Has anyone have this problem ?
Thanks!