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
e539969d
Commit
e539969d
authored
May 07, 2010
by
Mark Friedrichs
Browse files
GB/VI grid integration test
Allow parameter specification of platforms to be compared
parent
7d91c6e7
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1770 additions
and
116 deletions
+1770
-116
platforms/cuda/tests/CMakeLists.txt
platforms/cuda/tests/CMakeLists.txt
+1
-1
platforms/cuda/tests/TstCudaUsingParameterFile.cpp
platforms/cuda/tests/TstCudaUsingParameterFile.cpp
+1769
-115
No files found.
platforms/cuda/tests/CMakeLists.txt
View file @
e539969d
...
...
@@ -37,7 +37,7 @@ ENDFOREACH(TEST_PROG ${TEST_PROGS})
# TestCudaUsingParameterFile customized w/ command-line argument (input file name used in test)
ADD_EXECUTABLE
(
TestCudaUsingParameterFile TstCudaUsingParameterFile.cpp
)
TARGET_LINK_LIBRARIES
(
TestCudaUsingParameterFile
${
SHARED_TARGET
}
)
TARGET_LINK_LIBRARIES
(
TestCudaUsingParameterFile
${
SHARED_TARGET
}
"OpenMMOpenCL"
)
ADD_TEST
(
TestCudaUsingParameterFile
"
${
EXECUTABLE_OUTPUT_PATH
}
/TestCudaUsingParameterFile"
"-parameterFileName"
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/lambdaSdObcParameters.txt"
)
ADD_TEST
(
TestCudaUsingParameterFile
"
${
EXECUTABLE_OUTPUT_PATH
}
/TestCudaUsingParameterFile"
"-parameterFileName"
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/bptiMdRfNoPbcParameters.txt"
)
...
...
platforms/cuda/tests/TstCudaUsingParameterFile.cpp
View file @
e539969d
This diff is collapsed.
Click to expand it.
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