1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-09 23:45:36 +00:00

more runtime

This commit is contained in:
Peter Boyle 2020-10-08 22:19:20 -04:00
parent f32a320bc3
commit 992ef6e9fc

View File

@ -422,7 +422,7 @@ public:
}
FGrid->Barrier();
double t1=usecond();
uint64_t ncall = 50;
uint64_t ncall = 500;
FGrid->Broadcast(0,&ncall,sizeof(ncall));