Dear Jean-Paul, Using the " cmake -DDEAL_II_FORCE_BUNDLED_UMFPACK=TRUE" worked for me. Thank you for your help.
Regards, Amir On Wednesday, May 3, 2017 at 3:33:03 AM UTC-4, Jean-Paul Pelteret wrote: > > Dear Amir, > > I must admit that I don't have any real insight into what the problem > might be. It might be due the fact that your system UMFPACK is a static > library (was it build with -fPIC enabled?), or maybe there's an extra flag > or library missing during linking. I've found a old post (here > <https://groups.google.com/forum/#!topic/dealii/eCuyOQtpxHs>) where > someone had the same issue as you with the same version of deal.II. As per > the suggestion in that thread, could you please try to use the following > cmake flag: > > cmake -DDEAL_II_FORCE_BUNDLED_UMFPACK=TRUE >> > > Otherwise you could also try to use Candi or Spack to install deal.II. > > Regards, > Jean-Paul > > On Tuesday, May 2, 2017 at 10:42:19 PM UTC+2, Amir.Ak.Sh wrote: >> >> >> Hi, >> >> Thanks for replying, I have the same problem with version 8.5.0. Please >> find attached the installation logs (summary.log, detailed.log). >> >> Regards, >> Amir >> >> On Tuesday, May 2, 2017 at 1:23:13 AM UTC-4, Jean-Paul Pelteret wrote: >>> >>> 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.
