Dear all,
I've read some questions & answers about parallelism, such as this, or another one.
What I'd like to avoid is using MPI, so I'm stuck with my non-MPI code. All those Q&As mention MPI, so they're not really useful to me, as far as I can see.
Is there some way I can exploit multicore parallelism in Fenics?
Basically I need to assemble a linear system and solve it, possibly with many RHSs (no answers on that question, though).
Any hints are more than welcome!
Thanks!