dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #15533
[Bug 433920] Re: C++ Poisson demo fails in parallel
It's also possible to change the status of all bugs at once using the
email interface to Launchpad:
https://bugs.launchpad.net/launchpad-registry/+bug/341687
So if at some point we would fix a large number of bugs for a release
and don't want to do it manually, it would be doable. We can even put
this in a simple script and call that from scripts/makedist when we
make a release to automatically change the status of all committed bug
fixes to released.
I'll change back the status of the bugs marked "Fix released".
** Changed in: dolfin
Status: Fix Released => Fix Committed
--
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 Committed
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