[dune-fem] Error linking UMFPACK

Agnese, Marco m.agnese13 at imperial.ac.uk
Tue Jun 10 18:32:44 CEST 2014


Hello DUNEers,
I have a problem with UMFPACK. 
I created a project (DUNE 2.3.0 and DUNE FEM 1.4) linking UMFPACK and it is correctly recognized:
------------------------------------------------------------------------------
-                                  SUMMARY                                   -
------------------------------------------------------------------------------

dune-common.............: version 2.3.0 (/usr/local_machine/dune-2.3.0/dune-common-2.3.0)
dune-dynamic-grid.......: version 1.0 (/home/ma/m/ma2413/dune-repo/dune-dynamic-grid)
dune-fem................: version 1.4.0 (/usr/local_machine/dune-2.3.0/dune-fem-1.4.0)
dune-geometry...........: version 2.3.0 (/usr/local_machine/dune-2.3.0/dune-geometry-2.3.0)
dune-grid...............: version 2.3.0 (/usr/local_machine/dune-2.3.0/dune-grid-2.3.0)
dune-istl...............: version 2.3.0 (/usr/local_machine/dune-2.3.0/dune-istl-2.3.0)
dune-localfunctions.....: version 2.3.0 (/usr/local_machine/dune-2.3.0/dune-localfunctions-2.3.0)
dune-spgrid.............: version 2014.04 (/usr/local_machine/dune-2.3.0/dune-spgrid-2014.04)

ALBERTA.................: version 3.0 (/usr/local_machine/alberta-3.0.0 ; world dims 1 2 3)
ALUGrid.................: version 1.52 (parallel) (/usr/local_machine/alugrid-1.52)
AmiraMesh...............: no
BLAS....................: yes
GMP.....................: yes
Grape...................: no
METIS...................: yes
METIS...................: yes
MPI.....................: yes (OpenMPI)
OpenGL..................: yes (add GL_LIBS to LDADD manually, etc.)
PETSc...................: no
ParMETIS................: yes
SIONLIB.................: no
SuperLU-DIST............: no
SuperLU.................: no
UG......................: no
UMFPACK.................: yes
psurface................: no

but when I compile my code HAVE_UMFPACK is 0 and ENABLE_UMFPACK is 0 and when I call the solveUMF it does nothing. 
If I set HAVE_UMFPACK = 1 and ENABLE_UMFPACK = 1 it doesn't compile because it doesn't find the UMFPACK header.

I fixed it linking UMFPACK manually in the Makefile.am and it works but I would like to avoid it. 

What am I doing wrong?

Thank you,
cheers,
Marco. 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.log
Type: text/x-log
Size: 300923 bytes
Desc: config.log
URL: <https://lists.dune-project.org/pipermail/dune-fem/attachments/20140610/a539a68b/attachment.bin>


More information about the dune-fem mailing list