Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openfpm_pdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sbalzarini Lab
Software
Parallel Computing
OpenFPM
openfpm_pdata
Commits
9f1738ab
Commit
9f1738ab
authored
6 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Latest modules
parent
9486a742
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
openfpm_data
+1
-1
1 addition, 1 deletion
openfpm_data
openfpm_io
+1
-1
1 addition, 1 deletion
openfpm_io
src/CMakeLists.txt
+2
-3
2 additions, 3 deletions
src/CMakeLists.txt
with
4 additions
and
5 deletions
openfpm_data
@
1440e4db
Subproject commit
c05a33cf8869af9c7a0cc4660a1f4d03c9a1c758
Subproject commit
1440e4dbcf166adb8ecc8c48cafcf89f2dc26f7f
This diff is collapsed.
Click to expand it.
openfpm_io
@
46ee6caf
Subproject commit
6a48e56c1843deae683c5cfab9c88a8d3086863
a
Subproject commit
46ee6caff8ca031d5833be48998b9639aee0cbc
a
This diff is collapsed.
Click to expand it.
src/CMakeLists.txt
+
2
−
3
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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment