Hi Daniel, The problem is now solved. The issue was that, the bash rc did not have the location of PETSc. This line in the bash file solved the problem "export PETSC_DIR=/path/to/petsc-x-y-z""
Regards, Ramprasad On Wed, Jul 17, 2019 at 5:31 PM Bruno Turcksin <[email protected]> wrote: > Ramprasad, > > Le mer. 17 juil. 2019 à 11:24, Ramprasad R > <[email protected]> a écrit : > > Yes I did recompile it. The details of the config files are in the > attachment. > There is something strange in you installation: detailed.log says that > you are using PETSc but config.h says that you are not. It looks like > you compiled deal.II without PETSc and then in the same directory > recompiled deal.II with PETSc supports. This can cause the strange > behavior that you are seeing. Remove your build directory and > reinstall deal.II from scratch. > > Best, > > Bruno > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dealii/CAGVt9eP5bqzDKi5CHFW0%3DeMF1bv%3DALRVJg2z61T2bZZEUronjA%40mail.gmail.com > . > For more options, visit https://groups.google.com/d/optout. > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/CAKS2Wq5OCjHG3m39AsTsVyz8hBC%3DNV-ddZfhz-%3DHZ0DKew0XhQ%40mail.gmail.com.
