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
e09764b5
"vscode:/vscode.git/clone" did not exist on "e9534c15e82e688a7e7868d2c1e10b33aeb3d556"
Commit
e09764b5
authored
Nov 11, 2009
by
Mark Friedrichs
Browse files
Remove doubling of nonbonded buffers for OBC & GB/VI
parent
29fa0870
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
platforms/cuda/src/kernels/gpu.cpp
platforms/cuda/src/kernels/gpu.cpp
+0
-1
No files found.
platforms/cuda/src/kernels/gpu.cpp
View file @
e09764b5
...
...
@@ -2010,7 +2010,6 @@ int gpuBuildOutputBuffers(gpuContext gpu)
gpu
->
sim
.
nonbondOutputBuffers
=
gpu
->
sim
.
paddedNumberOfAtoms
/
GRID
;
}
gpu
->
sim
.
totalNonbondOutputBuffers
=
(
(
gpu
->
bIncludeGBSA
||
gpu
->
bIncludeGBVI
)
?
2
*
gpu
->
sim
.
nonbondOutputBuffers
:
gpu
->
sim
.
nonbondOutputBuffers
);
//gpu->sim.totalNonbondOutputBuffers = 2*gpu->sim.nonbondOutputBuffers;
gpu
->
sim
.
outputBuffers
=
gpu
->
sim
.
totalNonbondOutputBuffers
;
unsigned
int
outputBuffers
=
gpu
->
sim
.
totalNonbondOutputBuffers
;
...
...
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