← Back to team overview

dolfin team mailing list archive

Re: SubSystemsManager

 

Garth N. Wells wrote:
I've add a class SubSystemsManager which takes care or initialising and finalising PETSc, MPI, etc. Seems to work ok except when using PETSc and plotting a Function. When running src/demo/poisson/cpp I get the message

mca: base: component_find: unable to open osc pt2pt: file not found (ignored)

and MPI is not correctly finalized

 From a quick web search, this looks like an OpenMPI bug.

Garth



The most recent dolfin gives me the following compile error:

   MPI.cpp:67: error: 'MPI' has not been declared
   make[4]: *** [MPI.lo] Error 1
   make[4]: Leaving directory `/home/meg/src/dolfin/dolfin/src/kernel/main'

Have not enabled PETSc or MPI, I think...

--
Marie E. Rognes
Ph.D Fellow, Centre of Mathematics for Applications, University of Oslo
http://folk.uio.no/meg



References