Re: [deal.II] Re: Install error when compile with Trilinos

2019-02-25 Thread JAEKWANG KIM
Thanks I complied it successfully On Sun, Feb 24, 2019 at 10:55 PM Bruno Turcksin wrote: > Jaekwang, > > This is the problem: > > Le dim. 24 févr. 2019 à 22:10, Jaekwang Kim a > écrit : > > > -- Include > /Users/jaekwangkim/Program/dealii-9.0.1/cmake/configure/configure_2_trilinos.cmake > > > >

Re: [deal.II] Re: Install error when compile with Trilinos

2019-02-24 Thread Bruno Turcksin
Jaekwang, This is the problem: Le dim. 24 févr. 2019 à 22:10, Jaekwang Kim a écrit : > -- Include > /Users/jaekwangkim/Program/dealii-9.0.1/cmake/configure/configure_2_trilinos.cmake > > CMake Warning at /usr/local/lib/cmake/Trilinos/TrilinosConfig.cmake:156 > (MESSAGE): > > Component "Pike

[deal.II] Re: Install error when compile with Trilinos

2019-02-24 Thread Jaekwang Kim
I resummarized screen messages that seems to be a problem ...~~ *-- Performing Test DEAL_II_HAVE_AVX* *-- Performing Test DEAL_II_HAVE_AVX - Failed* *-- Performing Test DEAL_II_HAVE_AVX512* *-- Performing Test DEAL_II_HAVE_AVX512 - Failed* *DEAL_II_COMPILER_DEFAULTS_TO_CXX11_OR_

[deal.II] Re: Install error when compile with Trilinos

2019-02-24 Thread Bruno Turcksin
Jaekwang, Unfortunately, I don't see anything wrong in the log. I found that the best way to understand what is wrong when you get a Configuring incomplete error is to carefully read the messages printed on the screen. If possible, can you post the messages you get during configuration. Best,