This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

dg-poisson demo in parallel

0 votes

I tried to run the dg-poisson cpp demo in parallel with:

mpirun -n 2 ./demo_dg-poisson

For me the result seems to have some issues. strange result

Is it possible that this demo is not suitable to run in parallel, or am I doing something wrong?

asked Aug 15, 2015 by str FEniCS User (1,600 points)

1 Answer

0 votes
 
Best answer

DG works in parallel since version 1.5.0. You probably have an older version?

answered Aug 15, 2015 by mikael-mortensen FEniCS Expert (29,340 points)
selected Oct 1, 2015 by str

I have the 1.5.0 version according to:
$ dolfin-version

I tried to run the python version and had the same issue unfortunately.

It works for me on 1.6.0. Perhaps it's just the plotter? Are you getting correct values for the vector norm?

The vector norm is correct, however paraview is not able to open the pvd file so it is maybe not just the plotter. No such problem occurs with the other non-dg demos in parallel.

...