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
9f1738ab
Commit
9f1738ab
authored
Feb 19, 2019
by
incardon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Latest modules
parent
9486a742
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
openfpm_data
openfpm_data
+1
-1
openfpm_io
openfpm_io
+1
-1
src/CMakeLists.txt
src/CMakeLists.txt
+2
-3
No files found.
openfpm_data
@
1440e4db
Subproject commit
c05a33cf8869af9c7a0cc4660a1f4d03c9a1c758
Subproject commit
1440e4dbcf166adb8ecc8c48cafcf89f2dc26f7f
openfpm_io
@
46ee6caf
Subproject commit
6a48e56c1843deae683c5cfab9c88a8d3086863
a
Subproject commit
46ee6caff8ca031d5833be48998b9639aee0cbc
a
src/CMakeLists.txt
View file @
9f1738ab
...
...
@@ -89,7 +89,7 @@ target_link_libraries(pdata m)
target_link_libraries
(
pdata c
)
if
(
NOT APPLE
)
target_link_libraries
(
pdata rt
)
endif
(
UNIX
)
endif
()
install
(
FILES Decomposition/CartDecomposition.hpp
Decomposition/shift_vect_converter.hpp
...
...
@@ -151,8 +151,7 @@ install(FILES Vector/cuda/vector_dist_comm_util_funcs.cuh
Vector/cuda/vector_dist_cuda_funcs.cuh
DESTINATION openfpm_pdata/include/Vector/cuda
)
install
(
FILES Graph/CartesianGraphFactory.hpp
Graph/ids.hpp Graph/dist_map_graph.hpp
install
(
FILES Graph/ids.hpp Graph/dist_map_graph.hpp
Graph/DistGraphFactory.hpp
DESTINATION openfpm_pdata/include/Graph
)
...
...
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