<div dir="ltr"><div dir="ltr">Regarding 1.: We're using --download-mumps, so this is the mumps that was installed during config. There was no mumps build prior to that. Does that change anything?<div><br></div><div>Regarding 2.: We need --with-clanguage=cxx since we're also using an external C++ library (libMesh). We've been using --with-clanguage=cxx in PETSc with libMesh for years...</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Aug 12, 2022 at 1:24 PM Matthew Knepley <<a href="mailto:knepley@gmail.com">knepley@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">On Fri, Aug 12, 2022 at 1:14 PM David Knezevic via petsc-users <<a href="mailto:petsc-users@mcs.anl.gov" target="_blank">petsc-users@mcs.anl.gov</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I get a configure error when building PETSc 3.17.4 on Ubuntu 22.04. The configure.log is attached.<div><br></div><div>This error seems to only occur when we use --with-clanguage=cxx. We need to use that object when building with complex numbers.</div><div><br></div><div>Guidance on how to resolve this would be most appreciated.</div></div></blockquote><div><br></div><div>1. I think your existing MUMPS build is incompatible (but it is hard for us to tell). Remove it</div><div><br></div><div>  rm -rf $PETSC_DIR/$PETSC_ARCH/externalpackages/git.mumps</div><div><br></div><div>and reconfigure</div><div><br></div><div>2. You can also use C99 for complex numbers, but your application code might already be using C++.</div><div><br></div><div>  Thanks,</div><div><br></div><div>     Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Thanks,</div><div>David</div></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><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><br></div><div><a href="http://www.cse.buffalo.edu/~knepley/" target="_blank">https://www.cse.buffalo.edu/~knepley/</a><br></div></div></div></div></div></div></div></div>
</blockquote></div></div>