"README.md" did not exist on "4b872bc1ff103d9bb67d26cab11dc7aaa8bf752b"
Free sort indices and task arrays before repartitioning
Freeing the sort indices and tasks arrays before repartitioning makes that memory available so that we have more room for accepting particles from other nodes.
Part of #98 (closed).
Also adds a useful debug function that reports the current memory usage of the process tree (i.e. call from main thread to get all usage). Same numbers you get out of the top program.
Free the task arrays and cells are refactored into simple functions to cut down on cut and paste.
Merge request reports
Activity
Added 1 commit:
- ea4268c2 - Also free the task arrays for more headroom before repartitioning.
mentioned in issue #98 (closed)
Reassigned to @pdraper
mentioned in commit e2650d1d
Please register or sign in to reply