Hello all,
I am trying to solve a linear problem with the following code
solve(a == L, s, solver_parameters={'linear_solver': 'mumps'}
Previously, when I run the code with "python main.py", this solver runs in parallel automatically, I don't need to do anything else. But after I reinstalled my ubuntu system, the solver is not running in parallel anymore. How should I set the system up to make it run in parallel? I installed fenics following the instruction showing on official website for ubuntu. All parallel libraries were all installed.