Dear all,
I read the posts on multithreading with OpenMP, knowing that there might be some errors when enabling that.
However, it seems that in Fenics 1.5.0 OpenMP isn't enabled at all, as has_openmp()
returns false
.
It there any possibility of having multithreading working?
Thanks!
PS. Yes, I could use MPI, I know, and it works flawlessly on my system :)