Re: [petsc-users] problem with nested logging

2025-04-28 Thread Klaij, Christiaan via petsc-users
Bisecting would be quite hard, it's not just the petsc version that changed, also other libs, compilers, even os components. Chris _ dr. ir. Christiaan Klaij | senior researcher | Research & Development | CFD Development T +31 317 49 33 44 | c.kl...@marin.nl | https://urldefense.us/v3/__h

Re: [petsc-users] problem with nested logging

2025-04-28 Thread Matthew Knepley
On Mon, Apr 28, 2025 at 8:45 AM Klaij, Christiaan via petsc-users < petsc-users@mcs.anl.gov> wrote: > I've tried adding a nested log viewer to src/snes/tutorials/ex70.c, > but it does not replicate the problem and works fine. > > Perhaps it is related to fortran, since the manualpage of > PetscLog

Re: [petsc-users] problem with nested logging

2025-04-28 Thread Klaij, Christiaan via petsc-users
I've tried adding a nested log viewer to src/snes/tutorials/ex70.c, but it does not replicate the problem and works fine. Perhaps it is related to fortran, since the manualpage of PetscLogNestedBegin says "No fortran support" (why? we've been using it in fortran ever since). Therefore I've tried