Skip to content
Snippets Groups Projects
Peter W. Draper's avatar
Peter W. Draper authored
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.

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.

See merge request !392
e2650d1d
History
Name Last commit Last update