On 01/22/2018 09:17 PM, Jie Cheng wrote:
I've reinstalled MPICH, and did a clean build of p4est, petsc and dealii, this problem still exists. At the linking stage of building dealii, I got warnings:

[526/579] Linking CXX shared library lib/libdeal_II.9.0.0-pre.dylib
ld: warning: could not create compact unwind for _dgehrd_: stack subq instruction is too different from dwarf stack size

These are just warnings -- what happens if you run the executable?

The function referenced here is a LAPACK function. It looks like it has been compiled for a different system than the one you're on. But the error message you show doesn't give away how this library got onto your system, so I don't know what to suggest.

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 [email protected]
                           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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to