Commit c7a1ae89 authored by Mark Friedrichs's avatar Mark Friedrichs
Browse files

Modified number of threeads used in Born sum reduction

parent 0de92fdc
...@@ -171,8 +171,8 @@ __global__ void kReduceObcGbsaSoftcoreBornForces_kernel() ...@@ -171,8 +171,8 @@ __global__ void kReduceObcGbsaSoftcoreBornForces_kernel()
void kReduceObcGbsaSoftcoreBornForces(gpuContext gpu) void kReduceObcGbsaSoftcoreBornForces(gpuContext gpu)
{ {
kReduceObcGbsaSoftcoreBornForces_kernel<<<gpu->sim.blocks, gpu->sim.bf_reduce_threads_per_block>>>(); kReduceObcGbsaSoftcoreBornForces_kernel<<<gpu->sim.blocks, gpu->sim.bsf_reduce_threads_per_block>>>();
LAUNCHERROR("kReduceObcGbsaBornForces"); LAUNCHERROR("kReduceObcGbsaSoftcoreBornForces");
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment