mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-05 03:35:55 +01:00
more mods; counters seem to work correctly
This commit is contained in:
parent
91c81cab30
commit
1732f9319e
@ -156,7 +156,7 @@ int main (int argc, char ** argv)
|
||||
|
||||
// Counters
|
||||
Dw.ZeroCounters();
|
||||
FGrid->Barrier();
|
||||
Grid.Barrier();
|
||||
|
||||
double t0=usecond();
|
||||
for(int i=0;i<ncall;i++){
|
||||
@ -191,8 +191,8 @@ int main (int argc, char ** argv)
|
||||
std::cout<<GridLogMessage << "norm diff "<< norm2(err)<<std::endl;
|
||||
|
||||
// Counters
|
||||
FGrid->Barrier();
|
||||
Dw.report();
|
||||
Grid.Barrier();
|
||||
Dw.Report();
|
||||
|
||||
|
||||
// guard
|
||||
|
Loading…
x
Reference in New Issue
Block a user