Re: [deal.II] No printing of TimerOutput after catch of exception in MPI based code

2022-05-10 Thread 'maurice rohracker' via deal.II User Group
Thanks, Daniel that helped. Attached is the adapted mwe for others. d.arnd...@gmail.com schrieb am Montag, 9. Mai 2022 um 12:37:35 UTC+2: > Maurice, > > You could try to wrap the calls that might throw in a try-catch block to > deal with the exception yourself (including ignoring it). > > Best,

Re: [deal.II] No printing of TimerOutput after catch of exception in MPI based code

2022-05-09 Thread Daniel Arndt
Maurice, You could try to wrap the calls that might throw in a try-catch block to deal with the exception yourself (including ignoring it). Best, Daniel On Mon, May 9, 2022 at 11:14 AM 'maurice rohracker' via deal.II User Group < dealii@googlegroups.com> wrote: > Dear all, > > In the attached

[deal.II] No printing of TimerOutput after catch of exception in MPI based code

2022-05-09 Thread 'maurice rohracker' via deal.II User Group
Dear all, In the attached mwe we are facing the issue, that the TimerOutput object does not print the resulting table to the screen when an exception is thrown and caught within in a MPI based code. We are aware that some collective routine might be needed. However, is there a way which can