Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
c7a1ae89
"olla/vscode:/vscode.git/clone" did not exist on "32ea2e9d14728f95f23c49f37bf78d86bb96d532"
Commit
c7a1ae89
authored
Mar 03, 2011
by
Mark Friedrichs
Browse files
Modified number of threeads used in Born sum reduction
parent
0de92fdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
plugins/freeEnergy/platforms/cuda/src/kernels/kCalculateObcGbsaSoftcoreBornSum.cu
...orms/cuda/src/kernels/kCalculateObcGbsaSoftcoreBornSum.cu
+2
-2
No files found.
plugins/freeEnergy/platforms/cuda/src/kernels/kCalculateObcGbsaSoftcoreBornSum.cu
View file @
c7a1ae89
...
...
@@ -171,8 +171,8 @@ __global__ void kReduceObcGbsaSoftcoreBornForces_kernel()
void
kReduceObcGbsaSoftcoreBornForces
(
gpuContext
gpu
)
{
kReduceObcGbsaSoftcoreBornForces_kernel
<<<
gpu
->
sim
.
blocks
,
gpu
->
sim
.
bf_reduce_threads_per_block
>>>
();
LAUNCHERROR
(
"kReduceObcGbsaBornForces"
);
kReduceObcGbsaSoftcoreBornForces_kernel
<<<
gpu
->
sim
.
blocks
,
gpu
->
sim
.
b
s
f_reduce_threads_per_block
>>>
();
LAUNCHERROR
(
"kReduceObcGbsa
Softcore
BornForces"
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment