On Tue, 3 Mar 2015, Matthew Knepley wrote: > On Tue, Mar 3, 2015 at 2:37 PM, Satish Balay <[email protected]> wrote: > > > On Tue, 3 Mar 2015, Matthew Knepley wrote: > > > > > Okay, I pushed the fixes for the MPI stuff. Lets see how next does now. > > > > I see the following issue with 'make all' > > > > Is that a configure problem? > > Also note that I removed a cycle in the configure graph. mpi4py depends on > PETSc.Configure, but Configure also depended on it which was crazy.
Well configure is supporsed to call mpi4py.py - that creates an empty 'mpi4py-build' make target. [similarly for petsc4py] Somehow this has to happen without a circular dependency? Satish
