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
da106c00
Commit
da106c00
authored
Sep 05, 2024
by
peastman
Browse files
Added test case
parent
91d56f74
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
platforms/cuda/tests/TestCudaCustomCPPForce.cpp
platforms/cuda/tests/TestCudaCustomCPPForce.cpp
+2
-0
platforms/hip/tests/TestHipCustomCPPForce.cpp
platforms/hip/tests/TestHipCustomCPPForce.cpp
+2
-0
platforms/opencl/tests/TestOpenCLCustomCPPForce.cpp
platforms/opencl/tests/TestOpenCLCustomCPPForce.cpp
+2
-0
No files found.
platforms/cuda/tests/TestCudaCustomCPPForce.cpp
View file @
da106c00
...
@@ -33,5 +33,7 @@
...
@@ -33,5 +33,7 @@
#include "TestCustomCPPForce.h"
#include "TestCustomCPPForce.h"
void
runPlatformTests
()
{
void
runPlatformTests
()
{
platform
.
setPropertyDefaultValue
(
"DeviceIndex"
,
"0,0"
);
testForce
();
}
}
platforms/hip/tests/TestHipCustomCPPForce.cpp
View file @
da106c00
...
@@ -33,4 +33,6 @@
...
@@ -33,4 +33,6 @@
#include "TestCustomCPPForce.h"
#include "TestCustomCPPForce.h"
void
runPlatformTests
()
{
void
runPlatformTests
()
{
platform
.
setPropertyDefaultValue
(
"DeviceIndex"
,
"0,0"
);
testForce
();
}
}
platforms/opencl/tests/TestOpenCLCustomCPPForce.cpp
View file @
da106c00
...
@@ -33,5 +33,7 @@
...
@@ -33,5 +33,7 @@
#include "TestCustomCPPForce.h"
#include "TestCustomCPPForce.h"
void
runPlatformTests
()
{
void
runPlatformTests
()
{
platform
.
setPropertyDefaultValue
(
"DeviceIndex"
,
"0,0"
);
testForce
();
}
}
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