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
ee4ca894
Commit
ee4ca894
authored
Apr 16, 2026
by
one
Browse files
Tune sorting threshold in Coulomb PME (v3.1)
parent
33ae1570
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
platforms/common/src/CommonCalcNonbondedForce.cpp
platforms/common/src/CommonCalcNonbondedForce.cpp
+1
-1
No files found.
platforms/common/src/CommonCalcNonbondedForce.cpp
View file @
ee4ca894
...
...
@@ -962,7 +962,7 @@ double CommonCalcNonbondedForceKernel::execute(ContextImpl& context, bool includ
// Execute the reciprocal space kernels.
if
(
hasCoulomb
)
{
if
(
stepsToSort
<=
0
||
doLJPME
||
cc
.
getNumAtoms
()
>
15000
)
{
if
(
stepsToSort
<=
0
||
doLJPME
)
{
setPeriodicBoxArgs
(
cc
,
pmeGridIndexKernel
,
2
);
if
(
cc
.
getUseDoublePrecision
())
{
pmeGridIndexKernel
->
setArg
(
7
,
recipBoxVectors
[
0
]);
...
...
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