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
9f9ac8d3
"includes/vscode:/vscode.git/clone" did not exist on "63f8f424aaa5da9fd1d1a3ba728fa2da9ea74043"
Unverified
Commit
9f9ac8d3
authored
Jan 05, 2021
by
peastman
Committed by
GitHub
Jan 05, 2021
Browse files
Install opencl.hpp (#2976)
parent
05e0c4f9
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
platforms/opencl/CMakeLists.txt
platforms/opencl/CMakeLists.txt
+1
-1
platforms/opencl/include/OpenCLArray.h
platforms/opencl/include/OpenCLArray.h
+1
-1
platforms/opencl/include/OpenCLContext.h
platforms/opencl/include/OpenCLContext.h
+1
-1
platforms/opencl/tests/TestOpenCLNonbondedForce.cpp
platforms/opencl/tests/TestOpenCLNonbondedForce.cpp
+1
-1
No files found.
platforms/opencl/CMakeLists.txt
View file @
9f9ac8d3
...
...
@@ -87,7 +87,7 @@ INCLUDE_DIRECTORIES(BEFORE ${CMAKE_CURRENT_BINARY_DIR}/../common/src)
# Install headers
FILE
(
GLOB CORE_HEADERS include/*.h
)
FILE
(
GLOB CORE_HEADERS include/*.h
src/opencl.hpp
)
INSTALL_FILES
(
/include/openmm/opencl FILES
${
CORE_HEADERS
}
)
SUBDIRS
(
sharedTarget
)
...
...
platforms/opencl/include/OpenCLArray.h
View file @
9f9ac8d3
...
...
@@ -33,7 +33,7 @@
#include "openmm/OpenMMException.h"
#include "openmm/common/windowsExportCommon.h"
#include "openmm/common/ArrayInterface.h"
#include
<
opencl.hpp
>
#include
"
opencl.hpp
"
#include <iostream>
#include <sstream>
#include <vector>
...
...
platforms/opencl/include/OpenCLContext.h
View file @
9f9ac8d3
...
...
@@ -49,7 +49,7 @@
#define NOMINMAX
#endif
#include <pthread.h>
#include
<
opencl.hpp
>
#include
"
opencl.hpp
"
#include "openmm/common/windowsExportCommon.h"
#include "OpenCLArray.h"
#include "OpenCLBondedUtilities.h"
...
...
platforms/opencl/tests/TestOpenCLNonbondedForce.cpp
View file @
9f9ac8d3
...
...
@@ -34,7 +34,7 @@
#define CL_HPP_MINIMUM_OPENCL_VERSION 120
#include "OpenCLTests.h"
#include "TestNonbondedForce.h"
#include
<
opencl.hpp
>
#include
"
opencl.hpp
"
#include <string>
void
testParallelComputation
(
NonbondedForce
::
NonbondedMethod
method
)
{
...
...
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