Hi,

- Debug is enabled (at least for dealii, I will have to rebuild trilinos 
with debug later)
- I am not sure if I got you correctly, but If I use a regular 
Triangulation, then every rank owns all dofs and finally the initialization 
of the distributed vectors fails (as expected)

What I additionally tried is: (with 2 ranks)

1) assemble the rhs / matrix in serial,
2) create a partition by hand: [0, n/2), [n/2, n)
3) copy/distribute
3) solve in parallel

which works.

However, when I changed the partition into something like 
 { 0, 2, 4, ... } , { 1, 3, 5, ... } 
it fails, which makes me believe that non-contiguous partitions are not 
(completely) supported by dealii or trilinos.

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to