<div dir="ltr"><div>Hi, <br></div><div>'make test' was successful on the  $PETSC_DIR. <br></div><div>I configured MUMPS, metis, parmetis, scalapack through '--download-mumps=/path/MUMPS_4.10.0-p3.tar.gz' and etc.. <br><br></div><div></div><div>I will anyway download the new version and start installing it now., Is it due to some flag issue ? I have attached my makefile. <br><br></div><div>Venkatesh<br></div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 15, 2015 at 4:12 PM, Jose E. Roman <span dir="ltr"><<a href="mailto:jroman@dsic.upv.es" target="_blank">jroman@dsic.upv.es</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
El 15/05/2015, a las 12:34, venkatesh g escribió:<br>
<br>
> Hi,<br>
> I configured and installed MUMPS along with PETSc and installed SLEPc.<br>
><br>
> Now I am trying to make the executable for ex7.c from SLEPc examples.<br>
><br>
> I am getting following errors while doing make:<br>
><br>
> ../../petsc-3.3-p7/linux-gnu-intel-cmplx-batch/lib//libpetsc.a(mumps.c.o): In function `MatDestroy_MUMPS':<br>
> /cluster/share/venkatesh/petsc-3.3-p7/src/mat/impls/aij/mpi/mumps/mumps.c:493: undefined reference to `zmumps_c'<br>
> ../../petsc-3.3-p7/linux-gnu-intel-cmplx-batch/lib//libpetsc.a(mumps.c.o): In function `MatSolve_MUMPS':<br>
> /cluster/share/venkatesh/petsc-3.3-p7/src/mat/impls/aij/mpi/mumps/mumps.c:546: undefined reference to `zmumps_c'<br>
> ../../petsc-3.3-p7/linux-gnu-intel-cmplx-batch/lib//libpetsc.a(mumps.c.o): In function `MatFactorNumeric_MUMPS':<br>
> /cluster/share/venkatesh/petsc-3.3-p7/src/mat/impls/aij/mpi/mumps/mumps.c:664: undefined reference to `zmumps_c'<br>
> ../../petsc-3.3-p7/linux-gnu-intel-cmplx-batch/lib//libpetsc.a(mumps.c.o): In function `PetscInitializeMUMPS':<br>
> /cluster/share/venkatesh/petsc-3.3-p7/src/mat/impls/aij/mpi/mumps/mumps.c:799: undefined reference to `zmumps_c'<br>
> ../../petsc-3.3-p7/linux-gnu-intel-cmplx-batch/lib//libpetsc.a(mumps.c.o): In function `MatLUFactorSymbolic_AIJMUMPS':<br>
> /cluster/share/venkatesh/petsc-3.3-p7/src/mat/impls/aij/mpi/mumps/mumps.c:896: undefined reference to `zmumps_c'<br>
> ../../petsc-3.3-p7/linux-gnu-intel-cmplx-batch/lib//libpetsc.a(mumps.c.o):/cluster/share/venkatesh/petsc-3.3-p7/src/mat/impls/aij/mpi/mumps/mumps.c:974: more undefined references to `zmumps_c' follow<br>
> ../../petsc-3.3-p7/linux-gnu-intel-cmplx-batch/lib//libpetsc.a(pmetis.c.o): In function `MatPartitioningApply_Parmetis':<br>
> /cluster/share/venkatesh/petsc-3.3-p7/src/mat/partition/impls/pmetis/pmetis.c:101: undefined reference to `ParMETIS_V3_PartKway'<br>
> ../../petsc-3.3-p7/linux-gnu-intel-cmplx-batch/lib//libpetsc.a(pmetis.c.o): In function `MatMeshToCellGraph':<br>
> /cluster/share/venkatesh/petsc-3.3-p7/src/mat/partition/impls/pmetis/pmetis.c:360: undefined reference to `ParMETIS_V3_Mesh2Dual'<br>
> collect2: ld returned 1 exit status<br>
> make: *** [ex7] Error 1<br>
><br>
> Pls let me know what to do ?<br>
><br>
> Venkatesh<br>
><br>
<br>
<br>
</span>Suggest upgrading to the latest PETSc/SLEPc, version 3.3 is almost 3-years old.<br>
<br>
Did 'make test' on $PETSC_DIR work?<br>
<br>
Did you install a standalone MUMPS yourself? Maybe it is better to let PETSc install it for you. In 3.5, run PETSc's configure with:  --download-mumps --download-metis --download-parmetis --download-scalapack<br>
<span class="HOEnZb"><font color="#888888"><br>
Jose<br>
<br>
</font></span></blockquote></div><br></div>