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

Uint64 sum for IO rates

This commit is contained in:
paboyle
2016-03-16 02:27:22 -07:00
parent a359f7a9f5
commit d6b64f47d9
3 changed files with 18 additions and 0 deletions

View File

@ -86,6 +86,7 @@ class CartesianCommunicator {
void GlobalSumVector(RealD *,int N);
void GlobalSum(uint32_t &);
void GlobalSum(uint64_t &);
void GlobalSum(ComplexF &c)
{