Dear bempp-cl team,
I would like to be able to track the memory usage (compression) for FMM assembly. In the older version of Bempp, the console logger reported both time per iteration, and memory compression for the H-Matrix.
Is there similar functionality available for the FMM? Time per iteration is easy to calculate, since bempp-cl already reports the total time for GMRES, and iteration count. Memory is more difficult. I can track this somewhat using /usr/bin/time as a wrapper, but I would like to have more detailed information.
If this isn’t aready avaiable in bempp-cl, could this be added?
I am using the latest docker bempp/cl-notebook.
Best Wishes,
Derek