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
149c6ec6
"platforms/hip/include/HipArray.h" did not exist on "f5df1076c7f2d75fe1b9dc65969b965ff0e37b58"
Commit
149c6ec6
authored
May 07, 2010
by
Mark Friedrichs
Browse files
Commnet out TestCudaUsingParameterFile
parent
e539969d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
platforms/cuda/tests/CMakeLists.txt
platforms/cuda/tests/CMakeLists.txt
+4
-4
No files found.
platforms/cuda/tests/CMakeLists.txt
View file @
149c6ec6
...
...
@@ -36,10 +36,10 @@ 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
}
"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"
)
#
ADD_EXECUTABLE(TestCudaUsingParameterFile TstCudaUsingParameterFile.cpp)
#
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")
SET
(
TEST_ROOT TestCudaUsingParameterFile
)
SET
(
TEST_PROG TstCudaUsingParameterFile.cpp
)
...
...
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