Ok. I also tried without openmp which gave the same error. The segfault left aside, is MatAXPY supposed to work when Y is of type ELEMENTAL and X of type MATMPIAIJ ? It worked before but now it stops with mat elemental not supported.
> Von: "Stefano Zampini" <[email protected]> > An: "Marius Buerkle" <[email protected]> > Cc: "Matthew Knepley" <[email protected]>, "PETSc users list" > <[email protected]> > Betreff: Re: [petsc-users] Nonconforming object sizes in axpy > > If you check ALL ERROR CODES by doing > ierr = _AnyPetscCall_();CHKERRQ(ierr); > The code will stop at the first error > > I see you are using openmp. Probably this is causing the problem, I don’t > know what to say without a MWE. > > > > On Feb 25, 2019, at 10:50 PM, Marius Buerkle <[email protected]> wrote: > > > > <error_output.tar.gz> > >
