Skip to content

Commit

Permalink
remove printf
Browse files Browse the repository at this point in the history
  • Loading branch information
brucefan1983 committed Feb 16, 2022
1 parent da7e5e3 commit 52a7c09
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main_gpumd/run.cu
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ static void calculate_time_step(
if (time_step_min < time_step) {
time_step = time_step_min;
}
printf(
"cpu_v_max=%f, time_step_min=%f, time_step=%f\n", cpu_v_max, time_step_min * 1.018051e+1,
time_step * 1.018051e+1);
}

Run::Run(char* input_dir)
Expand Down

0 comments on commit 52a7c09

Please sign in to comment.