> Compiling my project went smoothly. However, running the executable gives me > the following error. > [...] > > The file > </home/xxxxxxxxx/Downloads/dealii-8.5.0/source/lac/sparse_direct.cc> has > been deleted because it was the remnant of original build without candi.
You are not using the newly built deal.II but your old installation. Remove your CMakeCache.txt in your project and reconfigure with the candi deal.II. -- Timo Heister http://www.math.clemson.edu/~heister/ -- 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.
