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