Error on running file with mounted volume

32 views
Skip to first unread message

Shanmukh Sripada

unread,
May 29, 2020, 7:15:28 AM5/29/20
to deal.II User Group
I get the following error when I run the "mpirun -n 1 main" command when I open a container on docker using host volume (like this: docker run -it -v (host/directory):(container directory) image.
However, I don't get this error when I don't use the volume feature (like this: docker run -it image).
What could be the reason for this?

Thanks. 
Error mpirun.JPG

Wolfgang Bangerth

unread,
May 29, 2020, 12:59:39 PM5/29/20
to dea...@googlegroups.com
I have no idea what the reason for this might be, but what *is* in line 52 of
your input file? Does it say the "Print timing..." text the error message is
talking about? If not, is there another file anywhere that has that text in
line 52 and that would suggest what is going on?

Best
W.

--
------------------------------------------------------------------------
Wolfgang Bangerth email: bang...@colostate.edu
www: http://www.math.colostate.edu/~bangerth/

Shanmukh Sripada

unread,
May 29, 2020, 2:33:44 PM5/29/20
to deal.II User Group
Yes, the 52nd line in the parameters.in file says "set Print timing information with output = true".
Deleting this line solves the problem! 

Thank you for bringing this to my notice.

Kind regards,
Shanmukh 

Wolfgang Bangerth

unread,
May 29, 2020, 8:36:44 PM5/29/20
to dea...@googlegroups.com
On 5/29/20 12:33 PM, Shanmukh Sripada wrote:
> Yes, the 52nd line in the parameters.in file says "set Print timing
> information with output = true".
> Deleting this line solves the problem!
>
> Thank you for bringing this to my notice.

General advice: When you get an error message, *read the message*. We spend a
lot of time on good error messages for a reason :-)
Reply all
Reply to author
Forward
0 new messages