astro-informatics / purify

Next-generation radio interferometric imaging.
https://astro-informatics.github.io/purify
GNU General Public License v2.0
17 stars 13 forks source link

Moved MPI communicator to fixture in WLO benchmark #214

Closed Luke-Pratley closed 5 years ago

Luke-Pratley commented 5 years ago

This fix seems to work. The free memory error is not due to the wavelet operator. It is due to the communicator going out of scope each time the benchmark is run.

Me and @dpshelio found a similar error during the development main.cc, which we fixed. The fix also consistent with the other MPI benchmarks, which have the communicator in the fixture.