Dear friends, I'm configuring GetFEM 4.2 using this configuration: ./configure --prefix=$HOME --enable-shared --with-pic --enable-boost --enable-muparser=yes --enable-metis --with-muparser-include-dir=$HOME/XFEM/include/ --enable-par-mumps --with-mumps-include-dir=$HOME/XFEM/MUMPS_4.10.0/include/ --with-mumps=$HOME/XFEM/MUMPS_4.10.0/lib QHULL_LIBS="-L $HOME/XFEM/qhull-2010.1/src -lqhull" --enable-metis=/opt/apps/intel11_1/mvapich2_1_6/pmetis/3.1.1/ --enable-scilab CC=mpicc CXX=mpicxx FC=mpif90 CFLAGS="-mkl" CXXFLAGS="-mkl" FCFLAGS="-mkl" --includedir=$HOME/XFEM/qhull-2010.1/src
I have this error: checking for library containing smumps_c... no configure: error: The function smumps_c couldn't be found in the provided MUMPS libraries. The version of MUMPS that I'm using is 4.10.0 and the include directory in MUMPS directory contains the following include files: cmumps_c.h dmumps_c.h mumps_compat.h smumps_root.h zmumps_root.h cmumps_root.h dmumps_root.h mumps_c_types.h smumps_struc.h zmumps_struc.h cmumps_struc.h dmumps_struc.h smumps_c.h zmumps_c.h As you see, there is smumps_c.h in this directory. I have given the address for MUMPS include directory in the configuration. But, it doesn't recognize that. Has any one encountered the same error? I would appreciate it if you could let know how to resolve this error. Best regards, Mahdi
_______________________________________________ Getfem-users mailing list [email protected] https://mail.gna.org/listinfo/getfem-users
