← Back to team overview

dolfin team mailing list archive

Re: [Bug 433920] Re: C++ Poisson demo fails in parallel

 

On Mon, Sep 21, 2009 at 03:12:58PM -0000, Garth Wells wrote:
>
> logg wrote:
> > On Mon, Sep 21, 2009 at 01:39:45PM -0000, Garth Wells wrote:
> >> ** Changed in: dolfin
> >>        Status: Fix Committed => Fix Released
> >
> > Shouldn't this be "Fix Committed"?
> >
> > It hasn't been released yet.
> >
>
> I do it because I don't want to click through every single bug that's
> been fixed when we make a DOLFIN release.
>
> Garth

I think we need to do that. "Fix Released" is not the same as "Fix
Committed". It's useful to know whether something has been fixed in
the stable release or if it has just been committed to the development
version (for those that rely on stable releases).

It's simple to list all bugs marked "Fix Committed" using the
"Advanced Search" button in Launchpad.

--
Anders

-- 
C++ Poisson demo fails in parallel 
https://bugs.launchpad.net/bugs/433920
You received this bug notification because you are subscribed to DOLFIN.

Status in DOLFIN: Fix Released

Bug description:
Error is reported by PETSc:

[1]PETSC ERROR: --------------------- Error Message ------------------------------------
[1]PETSC ERROR: Nonconforming object sizes!
[1]PETSC ERROR: Sum of local lengths 565 does not equal global length 564, my local length 282
  likely a call to VecSetSizes() or MatSetSizes() is wrong.
See http://www.mcs.anl.gov/petsc/petsc-as/documentation/troubleshooting.html#PetscSplitOwnership!


References