On 08/27/2018 08:29 AM, Lucky Qin wrote:

I am trying to run the example in code gallery named 'Quasi_static_Finite_strain_Compressible_Elasticity'.
However, the errors appear as shown in the picture.
It seems to remind me that UMFPack is not installed.
From the guidance in the installation page, I find that UMFPack should be installed as default.
What should I do to make it work?

When you installed deal.II, you called 'cmake' with some flags and at the bottom it should have printed out whether or not it configured deal.II with or without UMFPACK. In your case, it chose not to build UMFPACK. In the deal.II build directory, there is a file called 'detailed.log' that may be able to help you in figuring out why UMFPACK was not configured, but chances are that it's because it could not find an appropriate BLAS or LAPACK installation.

Can you try to look into this?

Best
 W.


--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           www: http://www.math.colostate.edu/~bangerth/

--
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