1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-05-26 03:54:17 +01:00

Solving a memory leak in Communicator_mpi

This commit is contained in:
Guido Cossu
2017-09-18 14:39:04 +01:00
parent b542d349b8
commit 999c623590
5 changed files with 135 additions and 99 deletions
+1
View File
@@ -152,6 +152,7 @@ class CartesianCommunicator {
// Constructor of any given grid
////////////////////////////////////////////////
CartesianCommunicator(const std::vector<int> &pdimensions_in);
virtual ~CartesianCommunicator();
////////////////////////////////////////////////////////////////////////////////////////
// Wraps MPI_Cart routines, or implements equivalent on other impls