Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
O
openfpm_pdata
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openfpm
openfpm_pdata
Commits
9232542e
Commit
9232542e
authored
Feb 11, 2019
by
incardon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Latest modules
parent
1845b580
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
openfpm_devices
openfpm_devices
+1
-1
src/CMakeLists.txt
src/CMakeLists.txt
+6
-0
No files found.
openfpm_devices
@
25d1505d
Subproject commit
96029620d939dc71967ffdd67f7e504a2a1f2c91
Subproject commit
25d1505d4de2536dead97b0e5865e85acdb392b3
src/CMakeLists.txt
View file @
9232542e
...
...
@@ -56,6 +56,12 @@ target_link_libraries(pdata -L${HDF5_ROOT}/lib hdf5 hdf5_hl)
target_link_libraries
(
pdata -L
${
LIBHILBERT_LIBRARY_DIRS
}
${
LIBHILBERT_LIBRARIES
}
)
target_link_libraries
(
pdata
${
PETSC_LIBRARIES
}
)
if
(
TEST_COVERAGE
)
target_link_libraries
(
pdata -lgcov --coverage
)
endif
()
target_include_directories
(
ofpm_pdata PUBLIC
${
CUDA_INCLUDE_DIRS
}
)
target_include_directories
(
ofpm_pdata PUBLIC
${
CMAKE_CURRENT_SOURCE_DIR
}
)
target_include_directories
(
ofpm_pdata PUBLIC
${
CMAKE_CURRENT_SOURCE_DIR
}
/../openfpm_data/src/
)
...
...
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