Skip to content
Snippets Groups Projects
Unverified Commit 5dbe0fbb authored by Recolic Keghart's avatar Recolic Keghart
Browse files

sync

parent cf43307d
No related branches found
No related tags found
No related merge requests found
...@@ -187,6 +187,8 @@ int main(int argc, char **argv) { ...@@ -187,6 +187,8 @@ int main(int argc, char **argv) {
// //
double simulation_time = read_timer(); double simulation_time = read_timer();
cudaDeviceReset();
for (int step = 0; step < NSTEPS; step++) { for (int step = 0; step < NSTEPS; step++) {
r267_stats->navg = 0; r267_stats->navg = 0;
r267_stats->davg = 0.0; r267_stats->davg = 0.0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment