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

Make compilation faster by moving print of git hash.

This commit is contained in:
Dan H
2018-03-12 17:03:48 -04:00
parent 0880747edb
commit 0fb84fa34b
3 changed files with 14 additions and 6 deletions

View File

@ -61,6 +61,7 @@ namespace Grid {
std::vector<int> &simd,
std::vector<int> &mpi);
void printHash(void);
};
#endif