Skip to content
Snippets Groups Projects
Commit e2650d1d authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Merge branch 'free-sorts' into 'master'

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
parents 31883c2e 888f5c2a
No related branches found
No related tags found
1 merge request!392Free sort indices and task arrays before repartitioning
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment