Hi all, I guess this error has something to do with complex variable support. My petsc configuration options are
./configure --prefix=/home/aeronova/Development/local/lib64/petsc/petsc-3.1-p8 --download-mpich=1 --download-blacs=1 --download-parmetis=1 --download-scalapack=1 --download-mumps=1 --download-umfpack=1 --with-scalar-type=complex --with-clanguage=C++ and my libmesh options are ./configure --prefix=/home/aeronova/Development/local/lib64/libmesh --enable-petsc --enable-slepc --enable-glpk --with-glpk-include=/home/aeronova/Development/local/lib64/glpk/glpk-4.45/include --with-glpk-lib=/home/aeronova/Development/local/lib64/glpk/glpk-4.45/lib --enable-complex --enable-eigen --with-eigen-include=/home/aeronova/Development/local/lib64/Eigen/include/eigen3 During the libmesh compilation, I got the following error. Plz suggest me some ideas to fix the error. Regards, K. Lee. ---------------------------------------------- ----- Done Building Contributed Packages ----- ---------------------------------------------- make[1]: Leaving directory `/home/aeronova/Development/local/lib64/libmesh/contrib' Compiling C++ (in debug mode) src/apps/amr.C... Linking bin/amr-dbg /home/aeronova/Development/local/lib64/libmesh/lib/x86_64-unknown-linux-gnu_dbg/libmesh.so: undefined reference to `EPSGetEigenpair(_p_EPS*, int, std::complex<double>*, std::complex<double>*, _p_Vec*, _p_Vec*)' /home/aeronova/Development/local/lib64/libmesh/lib/x86_64-unknown-linux-gnu_dbg/libmesh.so: undefined reference to `EPSSetTolerances(_p_EPS*, double, int)' /home/aeronova/Development/local/lib64/libmesh/lib/x86_64-unknown-linux-gnu_dbg/libmesh.so: undefined reference to `VecScatterEnd(_p_VecScatter*, _p_Vec*, _p_Vec*, InsertMode, ScatterMode)' /home/aeronova/Development/local/lib64/libmesh/lib/x86_64-unknown-linux-gnu_dbg/libmesh.so: undefined reference to `SNESGetLinearSolveIterations(_p_SNES*, int*)' /home/aeronova/Development/local/lib64/libmesh/lib/x86_64-unknown-linux-gnu_dbg/libmesh.so: undefined reference to `MatAssembled(_p_Mat*, PetscTruth*)' ..... ------------------------------------------------------------------------------ The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is growing even more rapidly. Take a complimentary Learning@Cisco Self-Assessment and learn about Cisco certifications, training, and career opportunities. http://p.sf.net/sfu/cisco-dev2dev _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
