dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #19437
[Bug 626862] [NEW] time series demo fails in parallel
Public bug reported:
demo/adaptivity/time-series/cpp fails in parallel and breaks the
buildbot:
dolfin/la/PETScVector.cpp:128: virtual void
dolfin::PETScVector::get_local(dolfin::Array<double>&) const: Assertion
`values.size() == local_size' failed.
It would be good to fix this properly for parallel io rather than adding
a graceful fail.
** Affects: dolfin
Importance: Critical
Assignee: Anders Logg (logg)
Status: Confirmed
** Changed in: dolfin
Status: New => Confirmed
** Changed in: dolfin
Importance: Undecided => Critical
--
time series demo fails in parallel
https://bugs.launchpad.net/bugs/626862
You received this bug notification because you are a member of DOLFIN
Team, which is subscribed to DOLFIN.
Status in DOLFIN: Confirmed
Bug description:
demo/adaptivity/time-series/cpp fails in parallel and breaks the buildbot:
dolfin/la/PETScVector.cpp:128: virtual void dolfin::PETScVector::get_local(dolfin::Array<double>&) const: Assertion `values.size() == local_size' failed.
It would be good to fix this properly for parallel io rather than adding a graceful fail.
Follow ups
References