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
74ba76fc
Commit
74ba76fc
authored
Apr 23, 2013
by
Peter Eastman
Browse files
Workaround for bug in AMD's OpenCL for Linux
parent
8eba00a7
Changes
33
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
13 additions
and
13 deletions
+13
-13
platforms/opencl/tests/TestOpenCLLocalEnergyMinimizer.cpp
platforms/opencl/tests/TestOpenCLLocalEnergyMinimizer.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
+1
-1
platforms/opencl/tests/TestOpenCLSettle.cpp
platforms/opencl/tests/TestOpenCLSettle.cpp
+1
-1
platforms/opencl/tests/TestOpenCLSort.cpp
platforms/opencl/tests/TestOpenCLSort.cpp
+1
-1
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/opencl/tests/TestOpenCLVirtualSites.cpp
platforms/opencl/tests/TestOpenCLVirtualSites.cpp
+1
-1
No files found.
platforms/opencl/tests/TestOpenCLLocalEnergyMinimizer.cpp
View file @
74ba76fc
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
using
namespace
OpenMM
;
using
namespace
OpenMM
;
using
namespace
std
;
using
namespace
std
;
OpenCLPlatform
platform
;
static
OpenCLPlatform
platform
;
void
testHarmonicBonds
()
{
void
testHarmonicBonds
()
{
const
int
numParticles
=
10
;
const
int
numParticles
=
10
;
...
...
platforms/opencl/tests/TestOpenCLMonteCarloBarostat.cpp
View file @
74ba76fc
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
using
namespace
OpenMM
;
using
namespace
OpenMM
;
using
namespace
std
;
using
namespace
std
;
OpenCLPlatform
platform
;
static
OpenCLPlatform
platform
;
void
testChangingBoxSize
()
{
void
testChangingBoxSize
()
{
System
system
;
System
system
;
...
...
platforms/opencl/tests/TestOpenCLMultipleForces.cpp
View file @
74ba76fc
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
using
namespace
OpenMM
;
using
namespace
OpenMM
;
using
namespace
std
;
using
namespace
std
;
OpenCLPlatform
platform
;
static
OpenCLPlatform
platform
;
const
double
TOL
=
1e-4
;
const
double
TOL
=
1e-4
;
...
...
platforms/opencl/tests/TestOpenCLNonbondedForce.cpp
View file @
74ba76fc
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
using
namespace
OpenMM
;
using
namespace
OpenMM
;
using
namespace
std
;
using
namespace
std
;
OpenCLPlatform
platform
;
static
OpenCLPlatform
platform
;
const
double
TOL
=
1e-5
;
const
double
TOL
=
1e-5
;
...
...
platforms/opencl/tests/TestOpenCLPeriodicTorsionForce.cpp
View file @
74ba76fc
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
using
namespace
OpenMM
;
using
namespace
OpenMM
;
using
namespace
std
;
using
namespace
std
;
OpenCLPlatform
platform
;
static
OpenCLPlatform
platform
;
const
double
TOL
=
1e-5
;
const
double
TOL
=
1e-5
;
...
...
platforms/opencl/tests/TestOpenCLRBTorsionForce.cpp
View file @
74ba76fc
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
using
namespace
OpenMM
;
using
namespace
OpenMM
;
using
namespace
std
;
using
namespace
std
;
OpenCLPlatform
platform
;
static
OpenCLPlatform
platform
;
const
double
TOL
=
1e-5
;
const
double
TOL
=
1e-5
;
...
...
platforms/opencl/tests/TestOpenCLRandom.cpp
View file @
74ba76fc
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
using
namespace
OpenMM
;
using
namespace
OpenMM
;
using
namespace
std
;
using
namespace
std
;
OpenCLPlatform
platform
;
static
OpenCLPlatform
platform
;
void
testGaussian
()
{
void
testGaussian
()
{
int
numAtoms
=
5000
;
int
numAtoms
=
5000
;
...
...
platforms/opencl/tests/TestOpenCLSettle.cpp
View file @
74ba76fc
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
using
namespace
OpenMM
;
using
namespace
OpenMM
;
using
namespace
std
;
using
namespace
std
;
OpenCLPlatform
platform
;
static
OpenCLPlatform
platform
;
void
testConstraints
()
{
void
testConstraints
()
{
const
int
numMolecules
=
10
;
const
int
numMolecules
=
10
;
...
...
platforms/opencl/tests/TestOpenCLSort.cpp
View file @
74ba76fc
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
using
namespace
OpenMM
;
using
namespace
OpenMM
;
using
namespace
std
;
using
namespace
std
;
OpenCLPlatform
platform
;
static
OpenCLPlatform
platform
;
class
SortTrait
:
public
OpenCLSort
::
SortTrait
{
class
SortTrait
:
public
OpenCLSort
::
SortTrait
{
int
getDataSize
()
const
{
return
4
;}
int
getDataSize
()
const
{
return
4
;}
...
...
platforms/opencl/tests/TestOpenCLVariableLangevinIntegrator.cpp
View file @
74ba76fc
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
using
namespace
OpenMM
;
using
namespace
OpenMM
;
using
namespace
std
;
using
namespace
std
;
OpenCLPlatform
platform
;
static
OpenCLPlatform
platform
;
const
double
TOL
=
1e-5
;
const
double
TOL
=
1e-5
;
...
...
platforms/opencl/tests/TestOpenCLVariableVerletIntegrator.cpp
View file @
74ba76fc
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
using
namespace
OpenMM
;
using
namespace
OpenMM
;
using
namespace
std
;
using
namespace
std
;
OpenCLPlatform
platform
;
static
OpenCLPlatform
platform
;
const
double
TOL
=
1e-5
;
const
double
TOL
=
1e-5
;
...
...
platforms/opencl/tests/TestOpenCLVerletIntegrator.cpp
View file @
74ba76fc
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
using
namespace
OpenMM
;
using
namespace
OpenMM
;
using
namespace
std
;
using
namespace
std
;
OpenCLPlatform
platform
;
static
OpenCLPlatform
platform
;
const
double
TOL
=
1e-5
;
const
double
TOL
=
1e-5
;
...
...
platforms/opencl/tests/TestOpenCLVirtualSites.cpp
View file @
74ba76fc
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
using
namespace
OpenMM
;
using
namespace
OpenMM
;
using
namespace
std
;
using
namespace
std
;
OpenCLPlatform
platform
;
static
OpenCLPlatform
platform
;
/**
/**
* Check that massless particles are handled correctly.
* Check that massless particles are handled correctly.
...
...
Prev
1
2
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