#945 Problem with GridPtr and UG in parallel
Metadata
Property | Value |
---|---|
Reported by | Rebecca Neumann (rebecca.neumann@iwr.uni-heidelberg.de) |
Reported at | Aug 18, 2011 14:23 |
Type | Bug Report |
Version | Git (pre2.4) [autotools] |
Operating System | Linux |
Last edited by | Oliver Sander (oliver.sander@tu-dresden.de) |
Last edited at | Aug 27, 2013 08:02 |
Closed by | Oliver Sander (oliver.sander@tu-dresden.de) |
Closed at | Aug 27, 2013 08:02 |
Closed in version | Unknown |
Resolution | Works for me |
Comment | No response in two month. |
Description
Since the dune-grid r7664 I get a segmentation fault using the gridptr with UG in parallel like this:
Dune::GridPtr<Dune::UGGrid<3> > gridptrug(string, helper.getCommunicator() );
The problem can be seen in the testug example in dune-grid/dune/grid/io/file/dgfparser/test, running it like this: mpirun -np 2 ./testug
I updated and recompiled dune-grid, if I switch back to revision 7663 everything works fine.