On 4/21/24 05:41, Praveen C wrote:

I am using WorkStream in a code, and if I run with multiple threads, the memory usage grows continuously, as reported by "top".

This does not happen with single thread.

Can you give any tips on how to find the source of the problem ?

Praveen,
I don't really have any thoughts on the matter. Nothing comes to mind. What happens if you run the program under a memory profiler like valgrind's massif? Does it show that the program is losing memory?

As always, if you could come up with as small a test case as possible, that would be fantastic!

Best
 W.

--
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/ef872339-4943-4f4b-aea9-ce032c56487b%40colostate.edu.

Reply via email to