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

Weak scale the benchmarks automatically.

This commit is contained in:
Peter Boyle
2015-05-28 13:47:01 +01:00
parent 62a7ca462f
commit 67fa5691e5
4 changed files with 60 additions and 46 deletions

View File

@ -54,7 +54,6 @@ namespace Grid {
const std::vector<int> &GridDefaultLatt(void) {return Grid_default_latt;};
const std::vector<int> &GridDefaultMpi(void) {return Grid_default_mpi;};
////////////////////////////////////////////////////////////
// Command line parsing assist for stock controls
////////////////////////////////////////////////////////////