Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openfpm_pdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
argupta
openfpm_pdata
Commits
1a51c031
Commit
1a51c031
authored
9 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
pdata with new modules
parent
5bdc0356
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openfpm_data
+1
-1
1 addition, 1 deletion
openfpm_data
src/Makefile.am
+2
-2
2 additions, 2 deletions
src/Makefile.am
with
3 additions
and
3 deletions
openfpm_data
@
15a8796f
Subproject commit
6335c722fc8888043cba39f0b60256c36142c61e
Subproject commit
15a8796f98617a18c6fba89e7598f3d62a0ecd7b
This diff is collapsed.
Click to expand it.
src/Makefile.am
+
2
−
2
View file @
1a51c031
LINKLIBS
=
$(
METIS_LIB
)
$(
PTHREAD_LIBS
)
$(
OPT_LIBS
)
$(
BOOST_LDFLAGS
)
$(
BOOST_IOSTREAMS_LIB
)
$(
CUDA_LIBS
)
$(
H5PART_LIB
)
$(
HDF5_LDFLAGS
)
$(
HDF5_LIBS
)
LINKLIBS
=
$(
METIS_LIB
)
$(
PTHREAD_LIBS
)
$(
OPT_LIBS
)
$(
BOOST_LDFLAGS
)
$(
BOOST_IOSTREAMS_LIB
)
$(
CUDA_LIBS
)
$(
H5PART_LIB
)
$(
HDF5_LDFLAGS
)
$(
HDF5_LIBS
)
$(
PARMETIS_LIB
)
noinst_PROGRAMS
=
pdata
pdata_SOURCES
=
main.cpp lib/pdata.cpp test_multiple_o.cpp ../openfpm_devices/src/memory/HeapMemory.cpp ../openfpm_devices/src/memory/PtrMemory.cpp ../openfpm_vcluster/src/VCluster.cpp ../openfpm_devices/src/Memleak_check.cpp
pdata_CXXFLAGS
=
$(
CUDA_CFLAGS
)
$(
INCLUDES_PATH
)
$(
METIS_INCLUDE
)
$(
BOOST_CPPFLAGS
)
$(
H5PART_INCLUDE
)
-DPARALLEL_IO
$(
HDF5_CPPFLAGS
)
-Wno-unused-local-typedefs
pdata_CXXFLAGS
=
$(
CUDA_CFLAGS
)
$(
INCLUDES_PATH
)
$(
PARMETIS_INCLUDE
)
$(
METIS_INCLUDE
)
$(
BOOST_CPPFLAGS
)
$(
H5PART_INCLUDE
)
-DPARALLEL_IO
$(
HDF5_CPPFLAGS
)
-Wno-unused-local-typedefs
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
\
...
...
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