Does NumberSpace work with MPI?

Hi.

I face a signal segmentation fault error upon defining a NumberSpace in my script while executing with mpirun. The same issue occurs even in the poisson_mpi.py example. (Unfortunately, I can’t attach any file. But you can reproduce the issue by defining a number space like W = NumberSpace(mesh) in the example.)

Does it mean that it is not possible to define numberspace in parallel?

Thanks for your help.

Ist there already a solution (planned)?
I have the same issue with this