← Back to team overview

dolfin team mailing list archive

[Bug 661342] Re: Importing PyTrilinos can cause MPI crash

 

Should it be 
xx = PETScVector(20) ?

-- 
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)





References