<div dir="ltr">I do not understand what is wrong.<div class="gmail_extra"><br><div class="gmail_quote">On Sun, Mar 22, 2015 at 9:00 AM, checkBuilds <span dir="ltr"><<a href="mailto:petsc-dev@mcs.anl.gov" target="_blank">petsc-dev@mcs.anl.gov</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
This email contains listings of contributions attributed to you by<br>
`git blame` that caused compiler errors or warnings in PETSc nightly<br>
build testing.  Warnings are labeled by the machine, PETSC_ARCH, and<br>
git branch that generated the warnings.  These warnings may be<br>
missing some context: for the full context, please go to the nightly<br>
build website [1] and find the corresponding log file: either<br>
build_(branch)_(PETSC_ARCH)_(machine).log, or<br>
examples_(branch)_(PETSC_ARCH)_(machine).log.<br>
<br>
Thanks,<br>
  The PETSc development team<br>
<br>
[1] <a href="http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2015/03/22" target="_blank">http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2015/03/22</a><br>
<br>
---<br>
<br>
warnings attributed to commit 180a43e add MatGetInfo_Elemental(). Now KSP can be used with elemental matrix.<br></blockquote><div> </div><div>This is a trivial commit </div><div><a href="https://bitbucket.org/petsc/petsc/commits/180a43e4d551e9f28d4b43e03a8758f4024c6a3d">https://bitbucket.org/petsc/petsc/commits/180a43e4d551e9f28d4b43e03a8758f4024c6a3d</a><br></div><div>adding an empty function MatGetInfo_Elemental()</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
  src/mat/impls/elemental/matelem.cxx:1376<br>
    [crank,arch-linux-pkgs-opt,next] /sandbox/petsc/petsc.clone/src/mat/impls/elemental/matelem.cxx:1376:30: note: in expansion of macro 'MPI_NULL_COPY_FN'<br>
    [crank,arch-linux-pkgs-opt,next] /sandbox/petsc/petsc.clone/src/mat/impls/elemental/matelem.cxx:1376:47: note: in expansion of macro 'MPI_NULL_DELETE_FN'<br></blockquote><div><br></div><div>The line 1376 has been in the file for long time -- at least I did not add it:</div><div>   if (Petsc_Elemental_keyval == MPI_KEYVAL_INVALID) {</div><div>    ierr = MPI_Keyval_create(MPI_NULL_COPY_FN,MPI_NULL_DELETE_FN,&Petsc_Elemental_keyval,(void*)0);</div><div>  }</div><div><br></div><div>Would recent change in other places cause this problem?</div><div><br></div><div>Hong</div></div><br></div></div>