hello,
I'm a newbie in fenics and parallelism in general. I was trying to execute the pure neumann demo in parallel with gmres and hypre_euclid and is notable slower than serial LU for
66000 dof in the unit square, 74 sec vs 17 sec. My laptop have 4 cores and I'm using the command
mpirun -np 4 python demo.py
I noticed that nothing changes if I increase the dof or change solver/preconditioner. Any idea why this happens? Thanks in advance.