dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #22190
[Bug 726484] Re: mpi_init is sometimes called on uninitialised object
I've applied the nice patch which fixes the immediate problem. I'm going
to leave this bug open because more general initialisation cases should
be addressed.
** Changed in: dolfin
Importance: Critical => Medium
--
You received this bug notification because you are a member of DOLFIN
Team, which is subscribed to DOLFIN.
https://bugs.launchpad.net/bugs/726484
Title:
mpi_init is sometimes called on uninitialised object
Status in DOLFIN:
Confirmed
Bug description:
Due to undefined order of initialisation of static objects,
SubSystemsManager::init_mpi is sometimes called before the
constructor. The visible effect is (at least in my case) that
MPI_Finalize is never called.
Patch attached.
References