Skip to content
Snippets Groups Projects
Verified Commit 95a1cd5e authored by baptiste.coudray's avatar baptiste.coudray
Browse files

Removed sleep before memset 0

parent 5126a267
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,6 @@ int main(int argc, char *argv[]) {
usleep(1000000 / FPS);
i = (i + 1) % history_lines;
if (my_rank == ROOT_RANK && i == 0) {
sleep(10000);
memset(history, 0, (size_t) history_lines * (size_t) elems_n * sizeof(int8_t));
}
}
......
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