On 8/19/22 13:29, Raghunandan Pratoori wrote:
I am trying to run a simulation with grid refine factor 7. I know this is
significantly large and any improper code will raise memory issues. I am in
fact getting memory issues after completion of first time step and I am not
able to pin point where I probably am making a mistake.
Raghunandan:
somewhere in your code, there is a place where something wants to allocate 134
MB of memory, but your system does not have this much memory left. You need to
find out where this is, either by strategically placing print statements into
your code to see how far it runs, or (better!) by running the program in a
debugger.
Best
W.
--
------------------------------------------------------------------------
Wolfgang Bangerth email: [email protected]
www: http://www.math.colostate.edu/~bangerth/
--
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/dealii/90221f41-a101-c3a3-83dd-5eab8a3bd212%40colostate.edu.