[deal.II] Re: MPI error while running inside a Docker container

2021-08-07 Thread David Montiel Taboada
Sorry in my original email I wrote "This appears to happen if I try to run the code in serial." I meant it happens whether I try to run the code in serial or parallel (e.g., using "./main" or "mprun -n 4 main"). It makes no difference. Thank you, David On Sat, Aug 7, 2021 at 2:57 PM David Monti

[deal.II] Re: MPI error while running inside a Docker container

2021-08-07 Thread David Montiel Taboada
This is how I am launching the container, by the way: $ docker run -ti -v ~/DockerWorkspace/phaseField/applications:/home/dealii/phaseField/applications prismspf/prismspf:2.2 On Sat, Aug 7, 2021 at 2:55 PM David Montiel Taboada wrote: > Hello, > > I am running a container of PRISMS-PF (which

[deal.II] MPI error while running inside a Docker container

2021-08-07 Thread David Montiel Taboada
Hello, I am running a container of PRISMS-PF (which is built upon the dealii:v9.2.0-focal image). Inside the container, the code compiles successfully, but when I run it, I get the following error message: PRISMS-PF: Exception on processing:

[deal.II] EOC for step-12

2021-08-07 Thread bob bill
Hi everyone, I'm expanding step-12 in order to practice with DG. As written in the possible extensions, I should observe order p+1 in L^2 norm if I refine uniformly the mesh. So I decided to use the *ParsedConvergenceTable *to check the right EOC. I have built a manufactured **smooth** soluti