Dear Amir, At the top of the quick test log, this line suggests what the issue is:
> ../../lib/libdeal_II.g.so.8.2.1: undefined reference to `SuiteSparse_realloc' > > So there's either a problem with your SuiteSparse installation (which contains UMFPACK) or its configured incorrectly with deal.II. Can you please post the installation logs (summary.log, detailed.log) to help us work out exactly what the issue might be. In the mean time, I believe that if you don't pass any flag like "-DDEAL_II_WITH_UMFPACK=..." to cmake then deal.II should build itself with its bundled version of UMFPACK. By the way, deal.II 8.2.1 is over 2 years old and there have been a lot of updates and bugs fixed since then. Have you considered using a newer version? Regards, Jean-Paul On Monday, May 1, 2017 at 10:09:26 PM UTC+2, Amir.Ak.Sh wrote: > > Hello, > > I have installed dealii-8.2.1, and when I run make test all the tests > fail: > > 0% tests passed, 4 tests failed out of 4 > > Total Test time (real) = 41.12 sec > > The following tests FAILED: > 1 - step.debug (Failed) > 2 - step.release (Failed) > 3 - affinity.debug (Failed) > 4 - tbb.debug (Failed) > > I am using Ubuntu 14.04. > > The complete log file is attached. > If any one knows how to handle this I would greatly appreciate the help. > > Thanks > > -- 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.
