We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f737116 commit 12f9cffCopy full SHA for 12f9cff
1 file changed
src/cuda/colvaratoms_kernel.cu
@@ -816,7 +816,6 @@ __global__ void calc_fit_forces_impl_loop2_kernel(
816
atomicAdd(&(proxy_new_force_x[pid]), fitting_force_grad.x);
817
atomicAdd(&(proxy_new_force_y[pid]), fitting_force_grad.y);
818
atomicAdd(&(proxy_new_force_z[pid]), fitting_force_grad.z);
819
- printf("proxy_id = %d, fx = %lf, fy = %lf, fz = %lf\n", pid, fitting_force_grad.x, fitting_force_grad.y, fitting_force_grad.z);
820
}
821
i += gridSize;
822
0 commit comments