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
3862202e
Commit
3862202e
authored
Jul 12, 2013
by
Justin MacCallum
Browse files
Merge branch 'upstream' into fork
parents
e1a4e015
73882ac5
Changes
249
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
25 additions
and
25 deletions
+25
-25
platforms/opencl/tests/TestOpenCLGBSAOBCForce.cpp
platforms/opencl/tests/TestOpenCLGBSAOBCForce.cpp
+1
-1
platforms/opencl/tests/TestOpenCLGBSAOBCForce2.cpp
platforms/opencl/tests/TestOpenCLGBSAOBCForce2.cpp
+1
-1
platforms/opencl/tests/TestOpenCLHarmonicAngleForce.cpp
platforms/opencl/tests/TestOpenCLHarmonicAngleForce.cpp
+1
-1
platforms/opencl/tests/TestOpenCLLangevinIntegrator.cpp
platforms/opencl/tests/TestOpenCLLangevinIntegrator.cpp
+1
-1
platforms/opencl/tests/TestOpenCLMonteCarloBarostat.cpp
platforms/opencl/tests/TestOpenCLMonteCarloBarostat.cpp
+1
-1
platforms/opencl/tests/TestOpenCLMultipleForces.cpp
platforms/opencl/tests/TestOpenCLMultipleForces.cpp
+1
-1
platforms/opencl/tests/TestOpenCLNonbondedForce.cpp
platforms/opencl/tests/TestOpenCLNonbondedForce.cpp
+1
-1
platforms/opencl/tests/TestOpenCLPeriodicTorsionForce.cpp
platforms/opencl/tests/TestOpenCLPeriodicTorsionForce.cpp
+1
-1
platforms/opencl/tests/TestOpenCLRBTorsionForce.cpp
platforms/opencl/tests/TestOpenCLRBTorsionForce.cpp
+1
-1
platforms/opencl/tests/TestOpenCLRandom.cpp
platforms/opencl/tests/TestOpenCLRandom.cpp
+5
-5
platforms/opencl/tests/TestOpenCLSort.cpp
platforms/opencl/tests/TestOpenCLSort.cpp
+4
-4
platforms/opencl/tests/TestOpenCLVariableLangevinIntegrator.cpp
...rms/opencl/tests/TestOpenCLVariableLangevinIntegrator.cpp
+1
-1
platforms/opencl/tests/TestOpenCLVariableVerletIntegrator.cpp
...forms/opencl/tests/TestOpenCLVariableVerletIntegrator.cpp
+1
-1
platforms/opencl/tests/TestOpenCLVerletIntegrator.cpp
platforms/opencl/tests/TestOpenCLVerletIntegrator.cpp
+1
-1
platforms/reference/include/CpuGBVI.h
platforms/reference/include/CpuGBVI.h
+1
-1
platforms/reference/include/CpuObc.h
platforms/reference/include/CpuObc.h
+0
-0
platforms/reference/include/GBVIParameters.h
platforms/reference/include/GBVIParameters.h
+1
-1
platforms/reference/include/ObcParameters.h
platforms/reference/include/ObcParameters.h
+1
-1
platforms/reference/include/RealVec.h
platforms/reference/include/RealVec.h
+0
-0
platforms/reference/include/ReferenceAndersenThermostat.h
platforms/reference/include/ReferenceAndersenThermostat.h
+1
-1
No files found.
platforms/opencl/tests/TestOpenCLGBSAOBCForce.cpp
View file @
3862202e
...
...
@@ -40,7 +40,7 @@
#include "openmm/GBSAOBCForce.h"
#include "openmm/System.h"
#include "openmm/LangevinIntegrator.h"
#include "
../src/SimTKUtilities/
SimTKOpenMMRealType.h"
#include "SimTKOpenMMRealType.h"
#include "sfmt/SFMT.h"
#include "openmm/NonbondedForce.h"
#include <iostream>
...
...
platforms/opencl/tests/TestOpenCLGBSAOBCForce2.cpp
View file @
3862202e
...
...
@@ -58,7 +58,7 @@
#include "openmm/internal/AssertionUtilities.h"
#include "openmm/Context.h"
#include "openmm/System.h"
#include "
../src/SimTKUtilities/
SimTKOpenMMRealType.h"
#include "SimTKOpenMMRealType.h"
#include "OpenMM.h"
#if TEST_PLATFORM == TEST_OPENCL_PLATFORM
...
...
platforms/opencl/tests/TestOpenCLHarmonicAngleForce.cpp
View file @
3862202e
...
...
@@ -40,7 +40,7 @@
#include "openmm/HarmonicAngleForce.h"
#include "openmm/System.h"
#include "openmm/VerletIntegrator.h"
#include "
../src/SimTKUtilities/
SimTKOpenMMRealType.h"
#include "SimTKOpenMMRealType.h"
#include <iostream>
#include <vector>
...
...
platforms/opencl/tests/TestOpenCLLangevinIntegrator.cpp
View file @
3862202e
...
...
@@ -40,7 +40,7 @@
#include "openmm/NonbondedForce.h"
#include "openmm/System.h"
#include "openmm/LangevinIntegrator.h"
#include "
../src/SimTKUtilities/
SimTKOpenMMRealType.h"
#include "SimTKOpenMMRealType.h"
#include "sfmt/SFMT.h"
#include <iostream>
#include <vector>
...
...
platforms/opencl/tests/TestOpenCLMonteCarloBarostat.cpp
View file @
3862202e
...
...
@@ -42,7 +42,7 @@
#include "openmm/LangevinIntegrator.h"
#include "openmm/VerletIntegrator.h"
#include "sfmt/SFMT.h"
#include "
../src/SimTKUtilities/
SimTKOpenMMRealType.h"
#include "SimTKOpenMMRealType.h"
#include <iostream>
#include <vector>
...
...
platforms/opencl/tests/TestOpenCLMultipleForces.cpp
View file @
3862202e
...
...
@@ -44,7 +44,7 @@
#include "openmm/RBTorsionForce.h"
#include "openmm/System.h"
#include "openmm/VerletIntegrator.h"
#include "
../src/SimTKUtilities/
SimTKOpenMMRealType.h"
#include "SimTKOpenMMRealType.h"
#include "sfmt/SFMT.h"
#include <iostream>
#include <vector>
...
...
platforms/opencl/tests/TestOpenCLNonbondedForce.cpp
View file @
3862202e
...
...
@@ -45,7 +45,7 @@
#include "openmm/internal/ContextImpl.h"
#include "OpenCLArray.h"
#include "OpenCLNonbondedUtilities.h"
#include "
../src/SimTKUtilities/
SimTKOpenMMRealType.h"
#include "SimTKOpenMMRealType.h"
#include "sfmt/SFMT.h"
#include <iostream>
#include <vector>
...
...
platforms/opencl/tests/TestOpenCLPeriodicTorsionForce.cpp
View file @
3862202e
...
...
@@ -39,7 +39,7 @@
#include "openmm/PeriodicTorsionForce.h"
#include "openmm/System.h"
#include "openmm/VerletIntegrator.h"
#include "
../src/SimTKUtilities/
SimTKOpenMMRealType.h"
#include "SimTKOpenMMRealType.h"
#include <iostream>
#include <vector>
...
...
platforms/opencl/tests/TestOpenCLRBTorsionForce.cpp
View file @
3862202e
...
...
@@ -39,7 +39,7 @@
#include "openmm/RBTorsionForce.h"
#include "openmm/System.h"
#include "openmm/VerletIntegrator.h"
#include "
../src/SimTKUtilities/
SimTKOpenMMRealType.h"
#include "SimTKOpenMMRealType.h"
#include <iostream>
#include <vector>
...
...
platforms/opencl/tests/TestOpenCLRandom.cpp
View file @
3862202e
...
...
@@ -34,14 +34,14 @@
*/
#include "openmm/internal/AssertionUtilities.h"
#include "
../src/
OpenCLArray.h"
#include "
../src/
OpenCLContext.h"
#include "
../src/
OpenCLIntegrationUtilities.h"
#include "OpenCLArray.h"
#include "OpenCLContext.h"
#include "OpenCLIntegrationUtilities.h"
#include "openmm/System.h"
#include "openmm/Context.h"
#include "OpenCLPlatform.h"
#include "openmm/VerletIntegrator.h"
#include "
../src/SimTKUtilities/
SimTKOpenMMRealType.h"
#include "SimTKOpenMMRealType.h"
#include <iostream>
using
namespace
OpenMM
;
...
...
@@ -54,7 +54,7 @@ void testGaussian() {
System
system
;
for
(
int
i
=
0
;
i
<
numAtoms
;
i
++
)
system
.
addParticle
(
1.0
);
OpenCLPlatform
::
PlatformData
platformData
(
system
,
""
,
""
,
platform
.
getPropertyDefaultValue
(
"OpenCLPrecision"
));
OpenCLPlatform
::
PlatformData
platformData
(
system
,
""
,
""
,
platform
.
getPropertyDefaultValue
(
"OpenCLPrecision"
)
,
"false"
);
OpenCLContext
&
context
=
*
platformData
.
contexts
[
0
];
context
.
initialize
();
context
.
getIntegrationUtilities
().
initRandomNumberGenerator
(
0
);
...
...
platforms/opencl/tests/TestOpenCLSort.cpp
View file @
3862202e
...
...
@@ -34,9 +34,9 @@
*/
#include "openmm/internal/AssertionUtilities.h"
#include "
../src/
OpenCLArray.h"
#include "
../src/
OpenCLContext.h"
#include "
../src/
OpenCLSort.h"
#include "OpenCLArray.h"
#include "OpenCLContext.h"
#include "OpenCLSort.h"
#include "sfmt/SFMT.h"
#include "openmm/System.h"
#include <iostream>
...
...
@@ -64,7 +64,7 @@ void verifySorting(vector<float> array) {
System
system
;
system
.
addParticle
(
0.0
);
OpenCLPlatform
::
PlatformData
platformData
(
system
,
""
,
""
,
platform
.
getPropertyDefaultValue
(
"OpenCLPrecision"
));
OpenCLPlatform
::
PlatformData
platformData
(
system
,
""
,
""
,
platform
.
getPropertyDefaultValue
(
"OpenCLPrecision"
)
,
"false"
);
OpenCLContext
&
context
=
*
platformData
.
contexts
[
0
];
context
.
initialize
();
OpenCLArray
data
(
context
,
array
.
size
(),
sizeof
(
float
),
"sortData"
);
...
...
platforms/opencl/tests/TestOpenCLVariableLangevinIntegrator.cpp
View file @
3862202e
...
...
@@ -40,7 +40,7 @@
#include "openmm/NonbondedForce.h"
#include "openmm/System.h"
#include "openmm/VariableLangevinIntegrator.h"
#include "
../src/SimTKUtilities/
SimTKOpenMMRealType.h"
#include "SimTKOpenMMRealType.h"
#include "sfmt/SFMT.h"
#include <iostream>
#include <vector>
...
...
platforms/opencl/tests/TestOpenCLVariableVerletIntegrator.cpp
View file @
3862202e
...
...
@@ -40,7 +40,7 @@
#include "openmm/NonbondedForce.h"
#include "openmm/System.h"
#include "openmm/VariableVerletIntegrator.h"
#include "
../src/SimTKUtilities/
SimTKOpenMMRealType.h"
#include "SimTKOpenMMRealType.h"
#include "sfmt/SFMT.h"
#include <iostream>
#include <vector>
...
...
platforms/opencl/tests/TestOpenCLVerletIntegrator.cpp
View file @
3862202e
...
...
@@ -40,7 +40,7 @@
#include "openmm/NonbondedForce.h"
#include "openmm/System.h"
#include "openmm/VerletIntegrator.h"
#include "
../src/SimTKUtilities/
SimTKOpenMMRealType.h"
#include "SimTKOpenMMRealType.h"
#include "sfmt/SFMT.h"
#include <iostream>
#include <vector>
...
...
platforms/reference/
src/gbsa
/CpuGBVI.h
→
platforms/reference/
include
/CpuGBVI.h
View file @
3862202e
...
...
@@ -27,7 +27,7 @@
#include <vector>
#include "
../SimTKUtilities/
RealVec.h"
#include "RealVec.h"
#include "GBVIParameters.h"
// ---------------------------------------------------------------------------------------
...
...
platforms/reference/
src/gbsa
/CpuObc.h
→
platforms/reference/
include
/CpuObc.h
View file @
3862202e
File moved
platforms/reference/
src/gbsa
/GBVIParameters.h
→
platforms/reference/
include
/GBVIParameters.h
View file @
3862202e
...
...
@@ -25,7 +25,7 @@
#ifndef __GBVIParameters_H__
#define __GBVIParameters_H__
#include "
../SimTKUtilities/
SimTKOpenMMCommon.h"
#include "SimTKOpenMMCommon.h"
// ---------------------------------------------------------------------------------------
...
...
platforms/reference/
src/gbsa
/ObcParameters.h
→
platforms/reference/
include
/ObcParameters.h
View file @
3862202e
...
...
@@ -25,7 +25,7 @@
#ifndef __ObcParameters_H__
#define __ObcParameters_H__
#include "
../SimTKUtilities/
SimTKOpenMMCommon.h"
#include "SimTKOpenMMCommon.h"
// ---------------------------------------------------------------------------------------
...
...
platforms/reference/
src/SimTKUtilities
/RealVec.h
→
platforms/reference/
include
/RealVec.h
View file @
3862202e
File moved
platforms/reference/
src/SimTKReferenc
e/ReferenceAndersenThermostat.h
→
platforms/reference/
includ
e/ReferenceAndersenThermostat.h
View file @
3862202e
...
...
@@ -25,7 +25,7 @@
#ifndef __ReferenceAndersenThermostat_H__
#define __ReferenceAndersenThermostat_H__
#include "
../SimTKUtilities/
SimTKOpenMMCommon.h"
#include "SimTKOpenMMCommon.h"
#include <vector>
// ---------------------------------------------------------------------------------------
...
...
Prev
1
2
3
4
5
6
7
8
9
…
13
Next
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