My computer has 196 cores with 1T shared memory so I would like to use FEniCS with OpenMP. But it seems that FEniCS.2019 has already removed OpenMP support, it it correct? Is there any other way that I can use FEniCS with OpenMP? Should I install the old version of FEniCS?
I have a linear solver package written in C++, which uses OpenMP. So, I would like to use FEniCS to do the discretization while my package to do the linear solver. If FEniCS can run in OpenMP, it should be very efficient.