mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00: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
|
// Counters
|
||||||
Dw.ZeroCounters();
|
Dw.ZeroCounters();
|
||||||
FGrid->Barrier();
|
Grid.Barrier();
|
||||||
|
|
||||||
double t0=usecond();
|
double t0=usecond();
|
||||||
for(int i=0;i<ncall;i++){
|
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;
|
std::cout<<GridLogMessage << "norm diff "<< norm2(err)<<std::endl;
|
||||||
|
|
||||||
// Counters
|
// Counters
|
||||||
FGrid->Barrier();
|
Grid.Barrier();
|
||||||
Dw.report();
|
Dw.Report();
|
||||||
|
|
||||||
|
|
||||||
// guard
|
// guard
|
||||||
|
Loading…
Reference in New Issue
Block a user