1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 15:27:06 +01:00

Solving again the MPI comm bug with FFTs

This commit is contained in:
Guido Cossu
2017-10-25 10:24:14 +01:00
parent 27936900e6
commit 8309f2364b
7 changed files with 21 additions and 0 deletions

View File

@ -56,6 +56,8 @@ CartesianCommunicator::CartesianCommunicator(const std::vector<int> &processors)
}
}
CartesianCommunicator::~CartesianCommunicator(){}
void CartesianCommunicator::GlobalSum(float &){}
void CartesianCommunicator::GlobalSumVector(float *,int N){}
void CartesianCommunicator::GlobalSum(double &){}