dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #19919
[Bug 661342] [NEW] Importing PyTrilinos can cause MPI crash
Public bug reported:
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)
** Affects: dolfin
Importance: Undecided
Status: New
--
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)
Follow ups
References