Hello Bruno, I tried the following - remove the package libopenmpi-dev and reinstall it - re-install deal.II (deleting the build folder entirely) with just MPI, but without PETSc
I get the same result (hello world test: ok; deal.II test: fails all). I know that having both mpich and openmpi may cause problems but this is not the case. Best regards, Giovanna On Jun 9, 2016, at 10:02 AM, Bruno Turcksin <[email protected]> wrote: > Giovanna > > 2016-06-09 9:25 GMT-04:00 Giovanna Bucci <[email protected]>: >> I know it's weird... I have attached a file with the output of that command. > Everything is normal. I really don't know what's going on so I am just > going to throw some ideas: > 1) you have multiple versions of MPI. It doesn't look like you do but > have you install yourself or let PETSc install its own MPI. This > usually produces strange bugs. > 2) there is a problem with your LD_LIBRARY_PATH. Did you change it > yourself? Do you still get the same error if you try to run the tests > in a new terminal? > 3) There was a problem when the mpi package was installed. Reinstall > the package and then deal.II > Something else that you probably want to try is to install deal.II > with MPI but no other dependencies. This would let us know if the > problem is really from deal or if another library is the reason for > the error. > > 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 a topic in the Google > Groups "deal.II User Group" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/dealii/314dw1RinrY/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > 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]. For more options, visit https://groups.google.com/d/optout.
