Yes. I think that the problem is with which library is initialising and finalising MPI.
-- Importing PyTrilinos can cause MPI crash https://bugs.launchpad.net/bugs/661342 You received this bug notification because you are a member of DOLFIN Team, which is subscribed to DOLFIN. Status in DOLFIN: New Bug description: The import order appears to be very important with PyTrlinos, and can cause some MPI problems. In the below code, order doesn't help. The program just crashes. from PyTrilinos import Epetra from dolfin import * parameters["linear_algebra_backend"] = "Epetra" xx = PETScVector(20) _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : dolfin@lists.launchpad.net Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp