<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Please find attached the error output from petsc and the valgrind output. I could not reporduce the actual error in an MWE as it stops before calling MatLUFactorNumeric with the error at MatAXPY complaining that Mat type elemental is not supported, why it continues in my original code despite a nonzero error I don't know. </div>

<div> </div>

<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">
<div>We need a stacktrace or an MWE to understand what is going on
<div> 
<blockquote>
<div>On Feb 25, 2019, at 9:51 PM, Marius Buerkle <<a href="mailto:mbuerkle@web.de" onclick="parent.window.location.href='mailto:mbuerkle@web.de'; return false;" target="_blank">mbuerkle@web.de</a>> wrote:</div>
 

<div>
<div>
<div style="font-family: Verdana;font-size: 12.0px;">
<div>I checked the problem further. I am not sure if this is the cause but what happens is that I use MatAXPY with Y = MATELEMENTAL and X= MATMPIAIJ before calling MatLUFactorNumeric, it turns out that MatAXPY fails but did not raise an exception and I did not check the error code returned from MatAXPY. In my code it give error code 60 in a MWE I actually get error code 56, with </div>

<div> </div>

<div>[1]PETSC ERROR: --------------------- Error Message --------------------------------------------------------------<br/>
[1]PETSC ERROR: No support for this operation for this object type<br/>
[1]PETSC ERROR: Mat type elemental</div>

<div> </div>

<div> </div>

<div>Prior to 646531bb84 MatAXPY worked with  Y = MATELEMENTAL and X= MATMPIAIJ  not raising a nonzero error code. </div>

<div>
<div style="margin: 10.0px 5.0px 5.0px 10.0px;padding: 10.0px 0 10.0px 10.0px;border-left: 2.0px solid rgb(195,217,229);">
<div style="margin: 0 0 10.0px 0;"> </div>

<div>
<div>I don't see any issue with the commit.
<div>Did you recompile petsc ? Can you send us a MWE to reproduce the error? Have you checked under valgrind?</div>
</div>
 

<div class="gmail_quote">
<div class="gmail_attr">Il Lun 25 Feb 2019, 06:58 Marius Buerkle via petsc-users <<a href="mailto:petsc-users@mcs.anl.gov" onclick="parent.window.location.href='mailto:petsc-users@mcs.anl.gov'; return false;" target="_blank">petsc-users@mcs.anl.gov</a>> ha scritto:</div>

<blockquote class="gmail_quote" style="margin: 0 0 0 0.8ex;border-left: 1.0px rgb(204,204,204) solid;padding-left: 1.0ex;">
<div>
<div style="font-family: Verdana;font-size: 12.0px;">
<div>No excatly same source on my side. It works with commits prior to 646531bb84  and fails starting from 646531bb84.<br/>
<br/>
 
<div>
<div style="margin: 10.0px 5.0px 5.0px 10.0px;padding: 10.0px 0 10.0px 10.0px;border-left: 2.0px solid rgb(195,217,229);">
<div style="margin: 0 0 10.0px 0;"> </div>

<div>
<div>
<div>On Mon, Feb 25, 2019 at 9:00 AM Marius Buerkle via petsc-users <<a href="mailto:petsc-users@mcs.anl.gov" onclick="parent.window.location.href='mailto:petsc-users@mcs.anl.gov'; return false;" target="_blank">petsc-users@mcs.anl.gov</a>> wrote:</div>

<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin: 0.0px 0.0px 0.0px 0.8ex;border-left: 1.0px solid rgb(204,204,204);padding-left: 1.0ex;">
<div>
<div style="font-family: Verdana;font-size: 12.0px;">
<div>Hi,</div>

<div> </div>

<div>After commit 646531bb84 I get the following error message when calling MatLUFactorNumeric. It worked without a problem before.</div>

<div> </div>

<div>[6]PETSC ERROR: --------------------- Error Message --------------------------------------------------------------<br/>
[6]PETSC ERROR: Nonconforming object sizes<br/>
[6]PETSC ERROR: Non conforming matrix add: local sizes 51 x 54, 51 x 54</div>
</div>
</div>
</blockquote>

<div> </div>

<div>This seems impossible since it reports above that the sizes are the same, but the error says they are different. Is it possible you source</div>

<div>got accidentally changed?</div>

<div> </div>

<div>  Matt</div>

<div> </div>

<blockquote class="gmail_quote" style="margin: 0.0px 0.0px 0.0px 0.8ex;border-left: 1.0px solid rgb(204,204,204);padding-left: 1.0ex;">
<div>
<div style="font-family: Verdana;font-size: 12.0px;">
<div>[6]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> for trouble shooting.<br/>
[6]PETSC ERROR: Petsc Development GIT revision: v3.10.3-1412-g646531bb84  GIT Date: 2019-02-07 21:47:41 +0300<br/>
[6]PETSC ERROR: /home/marius/prog/ownstuff/fortran/programs/transomat_dev/transomat/transomat on a  named tono-hpc1 by marius Mon Feb 25 22:43:23 2019<br/>
[6]PETSC ERROR: Configure options --prefix=/home/marius/prog/petsc/intel_openmpi_openmp_mkl_opt_with_slepc --with-fortran-kernels=1 --with-64-bit-indices=0 --CC=mpi<br/>
cc --COPTFLAGS="-g -O0  -std=c11" --CXX=mpicxx --CXXOPTFLAGS="-g -O0  -std=c++14" --FC=mpif90 --FOPTFLAGS="-g -O0  -traceback " --with-mpi=1 --with-x=0 --download-p<br/>
armetis=1 --download-metis=1 --download-superlu_dist=1 --download-superlu_dist-commit=93a9aa53142253f2a56891e09c6f950d250ae251 --download-hwloc=1 --download-sowing=<br/>
1 --with-openmp=0 --with-pthread=0 --download-elemental=1 --download-elemental-commit=de7b5bea1abf5f626b91582f742cf99e2e551bff --with-cxx-dialect=c++11 --with-scala<br/>
r-type=complex --with-debugging=1 --with-valgrind=0 --with-blaslapack-lib=" -L/home/marius/intel/compilers_and_libraries_2019.1.144/linux/mkl/lib/intel64 -lmkl_scal<br/>
apack_lp64 -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -lmkl_blacs_openmpi_lp64 -liomp5 -lpthread -lm -ldl" --with-scalapack-lib=" -L/home/marius/intel/compilers<br/>
_and_libraries_2019.1.144/linux/mkl/lib/intel64 -lmkl_scalapack_lp64 -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -lmkl_blacs_openmpi_lp64 -liomp5 -lpthread -lm -<br/>
ldl" --with-mkl_pardiso-dir=/home/marius/intel/compilers_and_libraries_2019.1.144/linux/mkl --with-mkl_cpardiso-dir=/home/marius/intel/compilers_and_libraries_2019.<br/>
1.144/linux/mkl --with-mkl_sparse-dir=/home/marius/intel/compilers_and_libraries_2019.1.144/linux/mkl --with-mkl_sparse_optimize-dir=/home/marius/intel/compilers_an<br/>
d_libraries_2019.1.144/linux/mkl<br/>
[6]PETSC ERROR: #1 MatAXPY() line 39 in /home/marius/prog/petsc/git/petsc/src/mat/utils/axpy.c</div>

<div> </div>

<div>best,</div>

<div>Marus</div>
</div>
</div>
</blockquote>
</div>
 

<div> </div>
--

<div class="m_1498202991054592368gmail_signature">
<div>
<div>
<div>
<div>
<div>
<div>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br/>
-- Norbert Wiener</div>

<div> </div>

<div><a href="http://www.cse.buffalo.edu/~knepley/" target="_blank">https://www.cse.buffalo.edu/~knepley/</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</div></div></body></html>