[petsc-users] seg fault with superlu

2018-12-05 Thread Marius Buerkle via petsc-users
Hi,   I get the following error duing MatMatSolve. It works for smaller number of processes but if I  increade the number pf processes used it crashes.   [25]PETSC ERROR: [25]PETSC ERROR: Caught signal number 11 SEGV: Segm

Re: [petsc-users] seg fault with superlu

2018-12-05 Thread Smith, Barry F. via petsc-users
I would start with valgrind see if it finds anything. If not and if you can provide the code that reproduces the problem we can take a look at it. Barry https://www.mcs.anl.gov/petsc/documentation/faq.html#valgrind > On Dec 5, 2018, at 7:16 PM, Marius Buerkle via petsc-users > wrot

Re: [petsc-users] seg fault with superlu

2018-12-06 Thread Balay, Satish via petsc-users
Don't remember - but you can try with latest superlu_dist and see if the problem persists. [it has a bunch of fixes] To try latest superlu_dist - you can use balay/update-superlu_dist_6.1.0/maint_no_merge [this branch is off maint - so to try with master - you can merge this with master] git c

Re: [petsc-users] seg fault with superlu

2018-12-06 Thread Marius Buerkle via petsc-users
I am already using superlu_dist 6.1 but I  used to "--download-superlu_dist=1 --download-superlu_dist-commit=001d994a22684fd60cab5530cc2192f19fc58e83" when configuring petsc, is this ok?   Don't remember - but you can try with latest superlu_dist and see if the problem persists. [it has a bunch

Re: [petsc-users] seg fault with superlu

2018-12-06 Thread Marius Buerkle via petsc-users
Thanks for the suggestion I will try this option. I used already "-mat_superlu_dist_colperm NATURAL" which seems to help but I did not test it thoroughly.   Betreff: Re: [petsc-users] seg fault with superlu   On Thu, Dec 6, 2018 at 2:55 AM Matthew Knepley via petsc-users &l

Re: [petsc-users] seg fault with superlu

2018-12-06 Thread Xiaoye S. Li via petsc-users
uerkle via petsc-users < petsc-users@mcs.anl.gov> wrote: > Thanks for the suggestion I will try this option. I used already > "-mat_superlu_dist_colperm NATURAL" which seems to help but I did not test > it thoroughly. > > > *Betreff:* Re: [petsc-users] seg fault wit

Re: [petsc-users] seg fault with superlu

2018-12-06 Thread Marius Buerkle via petsc-users
"-mat_superlu_dist_colperm NATURAL" which seems to help but I did not test it thoroughly.   Betreff: Re: [petsc-users] seg fault with superlu   On Thu, Dec 6, 2018 at 2:55 AM Matthew Knepley via petsc-users <petsc-users@mcs.anl.gov> wrote: Satish,   This is exactly the same