mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Bump volume for Gerardo
This commit is contained in:
parent
68a5079f33
commit
4ad0df6fde
@ -167,7 +167,7 @@ int main (int argc, char ** argv) {
|
|||||||
RealD mass = Params.mass;
|
RealD mass = Params.mass;
|
||||||
RealD M5 = Params.M5;
|
RealD M5 = Params.M5;
|
||||||
std::vector<int> blockSize = Params.blockSize;
|
std::vector<int> blockSize = Params.blockSize;
|
||||||
std::vector<int> latt({32,32,16,16});
|
std::vector<int> latt({32,32,32,32});
|
||||||
uint64_t vol = Ls*latt[0]*latt[1]*latt[2]*latt[3];
|
uint64_t vol = Ls*latt[0]*latt[1]*latt[2]*latt[3];
|
||||||
double mat_flop= 2.0*1320.0*vol;
|
double mat_flop= 2.0*1320.0*vol;
|
||||||
// Grids
|
// Grids
|
||||||
|
Loading…
Reference in New Issue
Block a user