#960 Error if first action is iterating over ghost nodes with ALU
Metadata
Property | Value |
---|---|
Reported by | Patrick Leidenberger (mailings.pl@gmail.com) |
Reported at | Oct 16, 2011 07:02 |
Type | Bug Report |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Robert K (robertk@posteo.org) |
Last edited at | Jul 21, 2015 12:14 |
Closed by | Robert K (robertk@posteo.org) |
Closed at | Jul 21, 2015 12:14 |
Closed in version | Unknown |
Resolution | Fixed |
Comment | This problem is fixed in the current dune-alugrid master branch. |
Description
If the first action in a code using ALUgrid 3d simplices (after grid creation) is an iteration over the ghost nodes the execution of the parallel code stops with the message shown in the attachement.
Attached is the modified test-alugrid from dune-grid/dune/grid/test/ to demonstrate the bug. If some other iterator is used before the ghost iteration, everything is fine (set 'true' in line 90).