>> Then you have to simplify your problem as much as possible until we
>> can reproduce it.
>
> I am not sure of the best way to do it, as a have a rather large program and
> I need it to build the system matrix. In your experience, saving the
> matrices
> to files and then just load them would be a good path?

While not ideal, this would be a start. Unfortunately, I am not sure
if we have a good way to serialize parallel vectors/matrices you can
use. First try to decrease the size of the linear system and the
number of processors required to see the problem.

>> That should be enough to find out whether anybody is overwriting
>> memory.
>
> Please, see the attachment.

I don't know what these close() warnings are about, but everything
else looks good.

>> You can also use clang's address sanitizer.
>
> I could not compile with clang, due to an unknown flag, -fopenmp-simd. Do
> you happen to know to to disable this one?

I think you would also need to compile deal.II using clang.

-- 
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 dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to