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
4614fe27
"platforms/cuda/vscode:/vscode.git/clone" did not exist on "1c938ceb94463310186729431de0ba22f6df6a91"
Commit
4614fe27
authored
Mar 29, 2011
by
Mark Friedrichs
Browse files
Output changed to 'Done' if test passes to be consistent w/ other OpenMM unit tests
parent
5ecd467a
Changes
12
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
24 additions
and
12 deletions
+24
-12
plugins/amoeba/platforms/cuda/tests/TestCudaAmoebaForceFromParameterFile.cpp
...forms/cuda/tests/TestCudaAmoebaForceFromParameterFile.cpp
+2
-1
plugins/amoeba/platforms/cuda/tests/TestCudaAmoebaHarmonicAngleForce.cpp
...platforms/cuda/tests/TestCudaAmoebaHarmonicAngleForce.cpp
+2
-1
plugins/amoeba/platforms/cuda/tests/TestCudaAmoebaHarmonicBondForce.cpp
.../platforms/cuda/tests/TestCudaAmoebaHarmonicBondForce.cpp
+2
-1
plugins/amoeba/platforms/cuda/tests/TestCudaAmoebaHarmonicInPlaneAngleForce.cpp
...ms/cuda/tests/TestCudaAmoebaHarmonicInPlaneAngleForce.cpp
+2
-1
plugins/amoeba/platforms/cuda/tests/TestCudaAmoebaOutOfPlaneBendForce.cpp
...latforms/cuda/tests/TestCudaAmoebaOutOfPlaneBendForce.cpp
+2
-1
plugins/amoeba/platforms/cuda/tests/TestCudaAmoebaPME.cpp
plugins/amoeba/platforms/cuda/tests/TestCudaAmoebaPME.cpp
+2
-1
plugins/amoeba/platforms/cuda/tests/TestCudaAmoebaPiTorsionForce.cpp
...eba/platforms/cuda/tests/TestCudaAmoebaPiTorsionForce.cpp
+2
-1
plugins/amoeba/platforms/cuda/tests/TestCudaAmoebaStretchBendForce.cpp
...a/platforms/cuda/tests/TestCudaAmoebaStretchBendForce.cpp
+2
-1
plugins/amoeba/platforms/cuda/tests/TestCudaAmoebaTorsionForce.cpp
...moeba/platforms/cuda/tests/TestCudaAmoebaTorsionForce.cpp
+2
-1
plugins/amoeba/platforms/cuda/tests/TestCudaAmoebaTorsionTorsionForce.cpp
...latforms/cuda/tests/TestCudaAmoebaTorsionTorsionForce.cpp
+2
-1
plugins/amoeba/platforms/cuda/tests/TestCudaAmoebaUreyBradleyForce.cpp
...a/platforms/cuda/tests/TestCudaAmoebaUreyBradleyForce.cpp
+2
-1
plugins/amoeba/platforms/cuda/tests/TestCudaAmoebaVdwForce.cpp
...ns/amoeba/platforms/cuda/tests/TestCudaAmoebaVdwForce.cpp
+2
-1
No files found.
plugins/amoeba/platforms/cuda/tests/TestCudaAmoebaForceFromParameterFile.cpp
View file @
4614fe27
...
@@ -58,6 +58,7 @@ int main( int numberOfArguments, char* argv[] ) {
...
@@ -58,6 +58,7 @@ int main( int numberOfArguments, char* argv[] ) {
std
::
cout
<<
"FAIL - ERROR. Test failed."
<<
std
::
endl
;
std
::
cout
<<
"FAIL - ERROR. Test failed."
<<
std
::
endl
;
return
1
;
return
1
;
}
}
std
::
cout
<<
"PASS - Test succeeded."
<<
std
::
endl
;
//std::cout << "PASS - Test succeeded." << std::endl;
std
::
cout
<<
"Done"
<<
std
::
endl
;
return
0
;
return
0
;
}
}
plugins/amoeba/platforms/cuda/tests/TestCudaAmoebaHarmonicAngleForce.cpp
View file @
4614fe27
...
@@ -321,6 +321,7 @@ int main( int numberOfArguments, char* argv[] ) {
...
@@ -321,6 +321,7 @@ int main( int numberOfArguments, char* argv[] ) {
std
::
cout
<<
"FAIL - ERROR. Test failed."
<<
std
::
endl
;
std
::
cout
<<
"FAIL - ERROR. Test failed."
<<
std
::
endl
;
return
1
;
return
1
;
}
}
std
::
cout
<<
"PASS - Test succeeded."
<<
std
::
endl
;
//std::cout << "PASS - Test succeeded." << std::endl;
std
::
cout
<<
"Done"
<<
std
::
endl
;
return
0
;
return
0
;
}
}
plugins/amoeba/platforms/cuda/tests/TestCudaAmoebaHarmonicBondForce.cpp
View file @
4614fe27
...
@@ -225,6 +225,7 @@ int main( int numberOfArguments, char* argv[] ) {
...
@@ -225,6 +225,7 @@ int main( int numberOfArguments, char* argv[] ) {
std
::
cout
<<
"FAIL - ERROR. Test failed."
<<
std
::
endl
;
std
::
cout
<<
"FAIL - ERROR. Test failed."
<<
std
::
endl
;
return
1
;
return
1
;
}
}
std
::
cout
<<
"PASS - Test succeeded."
<<
std
::
endl
;
//std::cout << "PASS - Test succeeded." << std::endl;
std
::
cout
<<
"Done"
<<
std
::
endl
;
return
0
;
return
0
;
}
}
plugins/amoeba/platforms/cuda/tests/TestCudaAmoebaHarmonicInPlaneAngleForce.cpp
View file @
4614fe27
...
@@ -398,6 +398,7 @@ int main( int numberOfArguments, char* argv[] ) {
...
@@ -398,6 +398,7 @@ int main( int numberOfArguments, char* argv[] ) {
std
::
cout
<<
"FAIL - ERROR. Test failed."
<<
std
::
endl
;
std
::
cout
<<
"FAIL - ERROR. Test failed."
<<
std
::
endl
;
return
1
;
return
1
;
}
}
std
::
cout
<<
"PASS - Test succeeded."
<<
std
::
endl
;
//std::cout << "PASS - Test succeeded." << std::endl;
std
::
cout
<<
"Done"
<<
std
::
endl
;
return
0
;
return
0
;
}
}
plugins/amoeba/platforms/cuda/tests/TestCudaAmoebaOutOfPlaneBendForce.cpp
View file @
4614fe27
...
@@ -533,6 +533,7 @@ int main( int numberOfArguments, char* argv[] ) {
...
@@ -533,6 +533,7 @@ int main( int numberOfArguments, char* argv[] ) {
std
::
cout
<<
"FAIL - ERROR. Test failed."
<<
std
::
endl
;
std
::
cout
<<
"FAIL - ERROR. Test failed."
<<
std
::
endl
;
return
1
;
return
1
;
}
}
std
::
cout
<<
"PASS - Test succeeded."
<<
std
::
endl
;
//std::cout << "PASS - Test succeeded." << std::endl;
std
::
cout
<<
"Done"
<<
std
::
endl
;
return
0
;
return
0
;
}
}
plugins/amoeba/platforms/cuda/tests/TestCudaAmoebaPME.cpp
View file @
4614fe27
...
@@ -130,7 +130,8 @@ int main() {
...
@@ -130,7 +130,8 @@ int main() {
cout
<<
"exception: "
<<
e
.
what
()
<<
endl
;
cout
<<
"exception: "
<<
e
.
what
()
<<
endl
;
return
1
;
return
1
;
}
}
cout
<<
"Done"
<<
endl
;
//cout << "Done" << endl;
std
::
cout
<<
"Done"
<<
std
::
endl
;
return
0
;
return
0
;
}
}
plugins/amoeba/platforms/cuda/tests/TestCudaAmoebaPiTorsionForce.cpp
View file @
4614fe27
...
@@ -325,6 +325,7 @@ int main( int numberOfArguments, char* argv[] ) {
...
@@ -325,6 +325,7 @@ int main( int numberOfArguments, char* argv[] ) {
std
::
cout
<<
"FAIL - ERROR. Test failed."
<<
std
::
endl
;
std
::
cout
<<
"FAIL - ERROR. Test failed."
<<
std
::
endl
;
return
1
;
return
1
;
}
}
std
::
cout
<<
"PASS - Test succeeded."
<<
std
::
endl
;
//std::cout << "PASS - Test succeeded." << std::endl;
std
::
cout
<<
"Done"
<<
std
::
endl
;
return
0
;
return
0
;
}
}
plugins/amoeba/platforms/cuda/tests/TestCudaAmoebaStretchBendForce.cpp
View file @
4614fe27
...
@@ -309,7 +309,8 @@ int main( int numberOfArguments, char* argv[] ) {
...
@@ -309,7 +309,8 @@ int main( int numberOfArguments, char* argv[] ) {
std
::
cout
<<
"FAIL - ERROR. Test failed."
<<
std
::
endl
;
std
::
cout
<<
"FAIL - ERROR. Test failed."
<<
std
::
endl
;
return
1
;
return
1
;
}
}
std
::
cout
<<
"PASS - Test succeeded."
<<
std
::
endl
;
//std::cout << "PASS - Test succeeded." << std::endl;
std
::
cout
<<
"Done"
<<
std
::
endl
;
return
0
;
return
0
;
}
}
...
...
plugins/amoeba/platforms/cuda/tests/TestCudaAmoebaTorsionForce.cpp
View file @
4614fe27
...
@@ -353,6 +353,7 @@ int main( int numberOfArguments, char* argv[] ) {
...
@@ -353,6 +353,7 @@ int main( int numberOfArguments, char* argv[] ) {
std
::
cout
<<
"FAIL - ERROR. Test failed."
<<
std
::
endl
;
std
::
cout
<<
"FAIL - ERROR. Test failed."
<<
std
::
endl
;
return
1
;
return
1
;
}
}
std
::
cout
<<
"PASS - Test succeeded."
<<
std
::
endl
;
//std::cout << "PASS - Test succeeded." << std::endl;
std
::
cout
<<
"Done"
<<
std
::
endl
;
return
0
;
return
0
;
}
}
plugins/amoeba/platforms/cuda/tests/TestCudaAmoebaTorsionTorsionForce.cpp
View file @
4614fe27
...
@@ -2702,7 +2702,8 @@ int main( int numberOfArguments, char* argv[] ) {
...
@@ -2702,7 +2702,8 @@ int main( int numberOfArguments, char* argv[] ) {
std
::
cout
<<
"FAIL - ERROR. Test failed."
<<
std
::
endl
;
std
::
cout
<<
"FAIL - ERROR. Test failed."
<<
std
::
endl
;
return
1
;
return
1
;
}
}
std
::
cout
<<
"PASS - Test succeeded."
<<
std
::
endl
;
//std::cout << "PASS - Test succeeded." << std::endl;
std
::
cout
<<
"Done"
<<
std
::
endl
;
return
0
;
return
0
;
}
}
...
...
plugins/amoeba/platforms/cuda/tests/TestCudaAmoebaUreyBradleyForce.cpp
View file @
4614fe27
...
@@ -226,6 +226,7 @@ int main( int numberOfArguments, char* argv[] ) {
...
@@ -226,6 +226,7 @@ int main( int numberOfArguments, char* argv[] ) {
std
::
cout
<<
"FAIL - ERROR. Test failed."
<<
std
::
endl
;
std
::
cout
<<
"FAIL - ERROR. Test failed."
<<
std
::
endl
;
return
1
;
return
1
;
}
}
std
::
cout
<<
"PASS - Test succeeded."
<<
std
::
endl
;
//std::cout << "PASS - Test succeeded." << std::endl;
std
::
cout
<<
"Done"
<<
std
::
endl
;
return
0
;
return
0
;
}
}
plugins/amoeba/platforms/cuda/tests/TestCudaAmoebaVdwForce.cpp
View file @
4614fe27
...
@@ -191,6 +191,7 @@ int main( int numberOfArguments, char* argv[] ) {
...
@@ -191,6 +191,7 @@ int main( int numberOfArguments, char* argv[] ) {
std
::
cout
<<
"FAIL - ERROR. Test failed."
<<
std
::
endl
;
std
::
cout
<<
"FAIL - ERROR. Test failed."
<<
std
::
endl
;
return
1
;
return
1
;
}
}
std
::
cout
<<
"PASS - Test succeeded."
<<
std
::
endl
;
//std::cout << "PASS - Test succeeded." << std::endl;
std
::
cout
<<
"Done"
<<
std
::
endl
;
return
0
;
return
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