dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #26323
Re: Plotting randomly hangs in parallel
Plotting in parallell isn't well supported, each process opens its own
plotting windows for example. I'm not sure, but it may possibly cause a
hang if some (but not all) processes supports plotting.
I've also seen a parallel hang that is caused by user interaction,
specifically the +/- keys, because they will trigger an update operation on
only one process. It should be possible to fix this specific problem, but
proper support for parallel plotting will require a bit more work.
But these bugs should be fairly deterministic. Random hangs I don't really
have any idea about.
On 6 February 2013 15:44, Garth N. Wells <gnw20@xxxxxxxxx> wrote:
> For some time I get random hangs in parallel when the plot function is
> called. Does anyone else get this? Any ideas what causes it?
>
> Garth
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dolfin
> Post to : dolfin@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dolfin
> More help : https://help.launchpad.net/ListHelp
>
References