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
980280cb
"platforms/opencl/vscode:/vscode.git/clone" did not exist on "e82ace44f92cb93f9f17068a5095865e75866723"
Commit
980280cb
authored
Mar 06, 2012
by
Mark Friedrichs
Browse files
Always update data structs used by local forces
parent
82159daf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
plugins/amoeba/platforms/cuda/src/kernels/amoebaCudaGpu.cpp
plugins/amoeba/platforms/cuda/src/kernels/amoebaCudaGpu.cpp
+1
-1
No files found.
plugins/amoeba/platforms/cuda/src/kernels/amoebaCudaGpu.cpp
View file @
980280cb
...
...
@@ -3029,13 +3029,13 @@ void amoebaGpuSetConstants(amoebaGpuContext amoebaGpu, int updateFlag )
amoebaGpu
->
gpuContext
->
sim
.
preFactor
=
-
amoebaGpu
->
amoebaSim
.
electric
*
((
1.0
f
/
amoebaGpu
->
amoebaSim
.
dielec
)
-
(
1.0
f
/
amoebaGpu
->
amoebaSim
.
dwater
));
}
gpuSetAmoebaBondOffsets
(
amoebaGpu
);
SetCalculateAmoebaLocalForcesSim
(
amoebaGpu
);
SetCalculateAmoebaCudaWcaDispersionSim
(
amoebaGpu
);
SetCalculateAmoebaKirkwoodSim
(
amoebaGpu
);
SetCalculateAmoebaKirkwoodEDiffSim
(
amoebaGpu
);
SetCalculateAmoebaGrycukSim
(
amoebaGpu
);
}
SetCalculateAmoebaLocalForcesSim
(
amoebaGpu
);
SetCalculateAmoebaCudaUtilitiesSim
(
amoebaGpu
);
SetCalculateAmoebaMultipoleForcesSim
(
amoebaGpu
);
SetCalculateAmoebaCudaFixedEFieldSim
(
amoebaGpu
);
...
...
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