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
ed109c36
Commit
ed109c36
authored
9 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Updated submodules
parent
1ef43278
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitmodules
+5
-5
5 additions, 5 deletions
.gitmodules
openfpm_data
+1
-1
1 addition, 1 deletion
openfpm_data
openfpm_io
+1
-1
1 addition, 1 deletion
openfpm_io
src/Makefile.am
+2
-2
2 additions, 2 deletions
src/Makefile.am
with
9 additions
and
9 deletions
.gitmodules
+
5
−
5
View file @
ed109c36
[submodule "openfpm_vcluster"]
path = openfpm_vcluster
url = ssh://git@ppmcore
mirror.dynu.com:2222
/incardon/openfpm_vcluster.git
url = ssh://git@ppmcore
.mpi-cbg.de:
/incardon/openfpm_vcluster.git
[submodule "openfpm_devices"]
path = openfpm_devices
url = ssh://git@ppmcore
mirror.dynu.com:2222
/incardon/openfpm_devices.git
url = ssh://git@ppmcore
.mpi-cbg.de:
/incardon/openfpm_devices.git
[submodule "openfpm_io"]
path = openfpm_io
url = ssh://git@ppmcore
mirror.dynu.com:2222
/incardon/openfpm_io.git
url = ssh://git@ppmcore
.mpi-cbg.de:
/incardon/openfpm_io.git
[submodule "openfpm_data"]
path = openfpm_data
url = ssh://git@ppmcore
mirror.dynu.com:2222
/incardon/openfpm_data.git
url = ssh://git@ppmcore
.mpi-cbg.de:
/incardon/openfpm_data.git
[submodule "openfpm_numerics"]
path = openfpm_numerics
url = ssh://git@ppmcore
mirror.dynu.com:2222
/incardon/openfpm_numerics.git
url = ssh://git@ppmcore
.mpi-cbg.de:
/incardon/openfpm_numerics.git
This diff is collapsed.
Click to expand it.
openfpm_data
@
26eb52e2
Subproject commit 2
e36a553e379e6712b62abeffce479b005774c91
Subproject commit 2
6eb52e20ea3678be90de05f70031efadcb6bcfd
This diff is collapsed.
Click to expand it.
openfpm_io
@
3b2e69cf
Subproject commit
935c25aaa275530ef1dafb86b7a9074e649a1d1f
Subproject commit
3b2e69cf915aeb1ccf6eec96d269512029465533
This diff is collapsed.
Click to expand it.
src/Makefile.am
+
2
−
2
View file @
ed109c36
LINKLIBS
=
$(
METIS_LIB
)
$(
PTHREAD_LIBS
)
$(
OPT_LIBS
)
$(
BOOST_LDFLAGS
)
$(
BOOST_IOSTREAMS_LIB
)
$(
CUDA_LIBS
)
noinst_PROGRAMS
=
pdata
pdata_SOURCES
=
main.cpp ../openfpm_devices/src/memory/HeapMemory.cpp ../openfpm_devices/src/memory/PtrMemory.cpp ../openfpm_vcluster/src/VCluster.cpp ../openfpm_d
ata
/src/Memleak_check.cpp
pdata_SOURCES
=
main.cpp ../openfpm_devices/src/memory/HeapMemory.cpp ../openfpm_devices/src/memory/PtrMemory.cpp ../openfpm_vcluster/src/VCluster.cpp ../openfpm_d
evices
/src/Memleak_check.cpp
pdata_CXXFLAGS
=
$(
CUDA_CFLAGS
)
$(
INCLUDES_PATH
)
$(
METIS_INCLUDE
)
$(
BOOST_CPPFLAGS
)
-Wno-unused-function
pdata_CFLAGS
=
$(
CUDA_CFLAGS
)
pdata_LDADD
=
$(
LINKLIBS
)
-lmetis
-lparmetis
nobase_include_HEADERS
=
Decomposition/CartDecomposition.hpp Decomposition/common.hpp Decomposition/Decomposition.hpp Decomposition/ie_ghost.hpp
\
Decomposition/nn_processor.hpp
Decomposition/DistModel.hpp
Decomposition/ie_loc_ghost.hpp Decomposition/ORB.hpp
\
Decomposition/nn_processor.hpp Decomposition/ie_loc_ghost.hpp Decomposition/ORB.hpp
\
Graph/CartesianGraphFactory.hpp
\
Grid/grid_dist_id.hpp Grid/grid_dist_id_iterator.hpp Grid/grid_dist_key.hpp
\
Vector/vector_dist.hpp Vector/vector_dist_iterator.hpp Vector/vector_dist_key.hpp
\
...
...
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