LIHPC-Computational-Geometry / coupe

the concurrent partitioner
https://LIHPC-Computational-Geometry.github.io/coupe/
Apache License 2.0
12 stars 3 forks source link

tools: free mesh when runners have been built #269

Open hhirtz opened 1 year ago

hhirtz commented 1 year ago

Avoid having both the mesh and runners' data living in memory when algorithms run. This leaves a bit more room for algorithms.

This is a quick hack for the 1- and 10- billion cell runs. Ultimately I'd like to change the Problem API to make it less clunky.