Hi,

You have several problems.

On Wednesday, September 13, 2017 at 4:58:10 AM UTC-4, Maxi Miller wrote:

>
> ~/local_opt/trilinos/lib/libmuelu-adapters.so: error: undefined reference 
> to 'dmumps_c'
>
You have compile deal or trilinos with MUMPS support but the linker does 
not find it

/petsc/lib/libsuperlu_dist.so ~/local_opt/parmetis/lib/libparmetis.a ~
> /local_opt/metis/lib/libmetis.a /usr/lib64/liblapack.so /usr/lib64/libblas
> .so /usr/lib64/libhwloc.so /usr/lib64/libX11.so /usr/lib64/libssl.so /usr/
> lib64/libcrypto.so ~/local_opt/openmpi/lib/libmpi_usempif08.so ~
> /local_opt/openmpi/lib/libmpi_usempi_ignore_tkr.so ~/local_opt/openmpi/lib
> /libmpi_mpifh.so -ldl -lrt ~/local_opt/p4est/lib/libp4est.so ~/local_opt/
> p4est/lib/libsc.so /usr/lib64/libopenblas.so -lmpi_usempif08 
> -lmpi_usempi_ignore_tkr 
> -lmpi_mpifh -lmpi -lgfortran -lquadmath -lm -lpthread -lc -lgcc_s -lgcc ~
> /local_opt/openmpi/lib/libmpi.so 
> ~/local_opt/intel/mkl/lib/intel64/libmkl_rt.so: error: undefined 
> reference to 'printf'
> ~/local_opt/intel/mkl/lib/intel64/libmkl_rt.so: error: undefined 
> reference to 'strchr'
>
The error is from MKL which implements Lapack BUT in you are also using 
openblas which implements Lapack and Lapack. So you are mixing three 
different implementation of Lapack (MKL, Openblas, and lapack). That's a 
recipe for disaster make sure all the libraries that you are compiling are 
using the same implementation of Lapack.

Best,

Bruno


-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to