<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div>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?</div>

<div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="margin:0 0 10px 0;"> </div>

<div name="quoted-content">Don't remember - but you can try with latest superlu_dist and see if<br/>
the problem persists. [it has a bunch of fixes]<br/>
<br/>
To try latest superlu_dist - you can use balay/update-superlu_dist_6.1.0/maint_no_merge<br/>
<br/>
[this branch is off maint - so to try with master - you can merge this with master]<br/>
<br/>
git checkout master<br/>
git checkout -b test<br/>
git merge origin/balay/update-superlu_dist_6.1.0/maint_no_merge<br/>
<br/>
Satish<br/>
<br/>
On Thu, 6 Dec 2018, Matthew Knepley via petsc-users wrote:<br/>
<br/>
> Satish,<br/>
><br/>
> This is exactly the same method (pzgssvx) that had a problem before. Do you<br/>
> remember what happened?<br/>
><br/>
> Thanks,<br/>
><br/>
> Matt<br/>
><br/>
> On Wed, Dec 5, 2018 at 8:38 PM Smith, Barry F. via petsc-users <<br/>
> petsc-users@mcs.anl.gov> wrote:<br/>
><br/>
> ><br/>
> > I would start with valgrind see if it finds anything. If not and if you<br/>
> > can provide the code that reproduces the problem we can take a look at it.<br/>
> ><br/>
> > Barry<br/>
> ><br/>
> > <a href="https://www.mcs.anl.gov/petsc/documentation/faq.html#valgrind" target="_blank">https://www.mcs.anl.gov/petsc/documentation/faq.html#valgrind</a><br/>
> ><br/>
> ><br/>
> ><br/>
> > > On Dec 5, 2018, at 7:16 PM, Marius Buerkle via petsc-users <<br/>
> > petsc-users@mcs.anl.gov> wrote:<br/>
> > ><br/>
> > > Hi,<br/>
> > ><br/>
> > > I get the following error duing MatMatSolve. It works for smaller number<br/>
> > of processes but if I increade the number pf processes used it crashes.<br/>
> > ><br/>
> > > [25]PETSC ERROR:<br/>
> > ------------------------------------------------------------------------<br/>
> > > [25]PETSC ERROR: Caught signal number 11 SEGV: Segmentation Violation,<br/>
> > probably memory access out of range<br/>
> > > [25]PETSC ERROR: Try option -start_in_debugger or<br/>
> > -on_error_attach_debugger<br/>
> > > [25]PETSC ERROR: or see<br/>
> > <a href="http://www.mcs.anl.gov/petsc/documentation/faq.html#valgrind" target="_blank">http://www.mcs.anl.gov/petsc/documentation/faq.html#valgrind</a><br/>
> > > [25]PETSC ERROR: or try <a href="http://valgrind.org" target="_blank">http://valgrind.org</a> on GNU/linux and Apple Mac<br/>
> > OS X to find memory corruption errors<br/>
> > > [25]PETSC ERROR: likely location of problem given in stack below<br/>
> > > [25]PETSC ERROR: --------------------- Stack Frames<br/>
> > ------------------------------------<br/>
> > > [25]PETSC ERROR: Note: The EXACT line numbers in the stack are not<br/>
> > available,<br/>
> > > [25]PETSC ERROR: INSTEAD the line number of the start of the<br/>
> > function<br/>
> > > [25]PETSC ERROR: is given.<br/>
> > > [25]PETSC ERROR: [25] SuperLU_DIST:pzgssvx line 236<br/>
> > /home/cdfmat_marius/prog/petsc/master_build_gcc_local/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c<br/>
> > > [25]PETSC ERROR: [25] MatMatSolve_SuperLU_DIST line 200<br/>
> > /home/cdfmat_marius/prog/petsc/master_build_gcc_local/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c<br/>
> > > [25]PETSC ERROR: [25] MatMatSolve line 3396<br/>
> > /home/cdfmat_marius/prog/petsc/master_build_gcc_local/petsc/src/mat/interface/matrix.c<br/>
> > > [25]PETSC ERROR: --------------------- Error Message<br/>
> > --------------------------------------------------------------<br/>
> > > [25]PETSC ERROR: Signal received<br/>
> > > [25]PETSC ERROR: See <a href="http://www.mcs.anl.gov/petsc/documentation/faq.html" target="_blank">http://www.mcs.anl.gov/petsc/documentation/faq.html</a><br/>
> > for trouble shooting.<br/>
> > > [25]PETSC ERROR: Petsc Development GIT revision: v3.10.2-723-g2a65a22<br/>
> > GIT Date: 2018-11-25 07:45:29 +0100<br/>
> > > [25]PETSC ERROR:<br/>
> > /home/cdfmat_marius/prog/transomat_latest_test4/transomat on a named a003<br/>
> > by cdfmat_marius Thu Dec 6 10:12:23 2018<br/>
> > > [25]PETSC ERROR: Configure options<br/>
> > --prefix=/home/cdfmat_marius/prog/petsc/master_gcc_local_debug<br/>
> > --with-64-bit-indices=0 --CC=mpicc --COPTFLAGS="-O0 -mtune=generic -g<br/>
> > -std=c11 " --CXX=mpicxx --CXXOPTFLAGS="-O0 -mtune=generic -g -std=c++11 "<br/>
> > --FC=mpif90 --FOPTFLAGS="-O0 -mtune=generic -g -fbacktrace -g "<br/>
> > --with-mpi=1 --with-x=0<br/>
> > --download-parmetis=/home/cdfmat_marius/prog/petsc/master_build_gcc_local/petsc/externalpackages/git.parmetis.tar.gz<br/>
> > --download-metis=/home/cdfmat_marius/prog/petsc/master_build_gcc_local/petsc/externalpackages/git.metis.tar.gz<br/>
> > --with-blaslapack-lib="<br/>
> > -L/home/cdfmat_marius/intel/compilers_and_libraries_2019.1.144/linux/mkl/lib/intel64<br/>
> > -Wl,--no-as-needed -lmkl_scalapack_lp64 -lmkl_intel_lp64 -lmkl_sequential<br/>
> > -lmkl_core -lmkl_blacs_openmpi_lp64 -lpthread -lm -ldl "<br/>
> > --with-scalapack-lib="<br/>
> > -L/home/cdfmat_marius/intel/compilers_and_libraries_2019.1.144/linux/mkl/lib/intel64<br/>
> > -Wl,--no-as-needed -lmkl_scalapack_lp64 -lmkl_intel_lp64 -lmkl_sequential<br/>
> > -lmkl_core -lmkl_blacs_openmpi_lp64 -lpthread -lm -ldl "<br/>
> > --download-pastix=no<br/>
> > --download-superlu_dist=/home/cdfmat_marius/prog/petsc/master_build_gcc_local/petsc/externalpackages/git.superlu_dist.tar.gz<br/>
> > --download-superlu_dist-commit=HEAD<br/>
> > --download-hwloc=/home/cdfmat_marius/prog/petsc/master_build_gcc_local/petsc/externalpackages/hwloc-1.11.1.tar.gz<br/>
> > --download-sowing=/home/cdfmat_marius/prog/petsc/master_build_gcc_local/petsc/externalpackages/git.sowing.tar.gz<br/>
> > --with-mkl_pardiso-dir=/home/cdfmat_marius/intel/compilers_and_libraries_2019.1.144/linux/mkl<br/>
> > --with-openmp=0 --with-pthread=0<br/>
> > --download-elemental=/home/cdfmat_marius/prog/petsc/master_build_gcc_local/petsc/externalpackages/git.elemental.tar.gz<br/>
> > --download-elemental-commit=HEAD<br/>
> > --with-mkl_cpardiso-dir=/home/cdfmat_marius/intel/compilers_and_libraries_2019.1.144/linux/mkl<br/>
> > --with-mkl_sparse_optimize-dir=/home/cdfmat_marius/intel/compilers_and_libraries_2019.1.144/linux/mkl<br/>
> > --with-mkl_sparse_sp2m-dir=/home/cdfmat_marius/intel/compilers_and_libraries_2019.1.144/linux/mkl<br/>
> > --with-cxx-dialect=c++11 --with-scalar-type=complex --with-debugging=1<br/>
> > ><br/>
> > > bestm<br/>
> > > marius<br/>
> ><br/>
> ><br/>
><br/>
><br/>
 </div>
</div>
</div></div></body></html>