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
b666a4d8
Commit
b666a4d8
authored
3 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Adding CXX libraries to MPI
parent
ffe6a6e5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#2952
failed
3 years ago
Stage: build
Stage: test
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
gdbgui
+1
-1
1 addition, 1 deletion
gdbgui
openfpm_numerics
+1
-1
1 addition, 1 deletion
openfpm_numerics
openfpm_vcluster
+1
-1
1 addition, 1 deletion
openfpm_vcluster
src/CMakeLists.txt
+1
-0
1 addition, 0 deletions
src/CMakeLists.txt
with
4 additions
and
3 deletions
gdbgui
@
9e2a8ae0
Compare
6af6f3f0
...
9e2a8ae0
Subproject commit
6af6f3f05fe1a7150deb3577994a3478544a
48
6
b
Subproject commit
9e2a8ae07aebc768469213432f614e0e98b9
48
0
b
This diff is collapsed.
Click to expand it.
openfpm_numerics
@
09e1a8b0
Subproject commit
62c83c3434278ff05c3dc0a20ea78d5e84405ba8
Subproject commit
09e1a8b0e47c201308e2d43912dd32e4eba486d5
This diff is collapsed.
Click to expand it.
openfpm_vcluster
@
34c5b048
Subproject commit
746ffe063550d24280a6c470f76ca9c2785b726
4
Subproject commit
34c5b048bb0376999729360d77a8ceab2bfbd49
4
This diff is collapsed.
Click to expand it.
src/CMakeLists.txt
+
1
−
0
View file @
b666a4d8
...
...
@@ -182,6 +182,7 @@ target_link_libraries(pdata ${PETSC_LIBRARIES})
target_link_libraries
(
pdata
${
Vc_LIBRARIES
}
)
target_link_libraries
(
pdata
${
alpaka_LIBRARIES
}
)
target_link_libraries
(
pdata
${
MPI_C_LIBRARIES
}
)
target_link_libraries
(
pdata
${
MPI_CXX_LIBRARIES
}
)
target_link_libraries
(
pdata vcluster
)
target_link_libraries
(
pdata ofpmmemory
)
...
...
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