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
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
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
a73dc11e
Commit
a73dc11e
authored
Aug 17, 2015
by
incardon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactoring build script for submodules
parent
8da90005
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
38 additions
and
46 deletions
+38
-46
build_pdata.sh
build_pdata.sh
+2
-10
configure.ac
configure.ac
+1
-1
openfpm_data
openfpm_data
+1
-1
src/Makefile.am
src/Makefile.am
+1
-1
src/Makefile.in
src/Makefile.in
+33
-33
No files found.
build_pdata.sh
View file @
a73dc11e
...
...
@@ -5,22 +5,14 @@
echo
"Directory:
$1
"
echo
"Machine:
$2
"
mkdir
/tmp/openfpm_pdata
mv
*
.[^.]
*
/tmp/openfpm_pdata
mv
/tmp/openfpm_pdata OpenFPM_pdata
mkdir
src/config
mkdir
OpenFPM_pdata/src/config
git submodule init
git clone ssh://git@ppmcoremirror.dynu.com:2222/incardon/openfpm_vcluster.git OpenFPM_vcluster
git clone ssh://git@ppmcoremirror.dynu.com:2222/incardon/openfpm_devices.git OpenFPM_devices
git clone ssh://git@ppmcoremirror.dynu.com:2222/incardon/openfpm_data.git OpenFPM_data
git clone ssh://git@ppmcoremirror.dynu.com:2222/incardon/openfpm_io.git OpenFPM_IO
cd
OpenFPM_data
git checkout develop
cd
..
cd
"
$1
/OpenFPM_pdata"
if
[
"
$2
"
==
"gin"
]
then
echo
"Compiling on gin
\n
"
...
...
configure.ac
View file @
a73dc11e
...
...
@@ -89,7 +89,7 @@ IMMDX_LIB_METIS([],[echo "Cannot detect metis, use the --with-metis option if it
####### include OpenFPM_devices include path
INCLUDES_PATH+="-I. -Isrc/config/ -I../
../metis_install/include -I../../OpenFPM_IO/src -I../../OpenFPM_data/src -I../../OpenFPM_devices/src -I../../OpenFPM
_vcluster/src/"
INCLUDES_PATH+="-I. -Isrc/config/ -I../
openfpm_io/src -I../openfpm_data/src -I../openfpm_devices/src -I../openfpm
_vcluster/src/"
##### CHECK FOR BOOST ##############
...
...
openfpm_data
@
1a289f3c
Subproject commit
0403a926bfea4432e4d74950a3e4c7ae28418ab2
Subproject commit
1a289f3c67d5b567d2edf7328f71892a772191b0
src/Makefile.am
View file @
a73dc11e
...
...
@@ -2,7 +2,7 @@
LINKLIBS
=
$(METIS_LIB)
$(PTHREAD_LIBS)
$(OPT_LIBS)
$(BOOST_LDFLAGS)
$(BOOST_IOSTREAMS_LIB)
$(CUDA_LIBS)
bin_PROGRAMS
=
pdata
pdata_SOURCES
=
main.cpp ../
../OpenFPM_devices/src/memory/HeapMemory.cpp ../../OpenFPM_devices/src/memory/PtrMemory.cpp ../../OpenFPM_vcluster/src/VCluster.cpp ../../OpenFPM
_data/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
_data/src/Memleak_check.cpp
pdata_CXXFLAGS
=
$(CUDA_CFLAGS)
$(INCLUDES_PATH)
$(METIS_INCLUDE)
$(BOOST_CPPFLAGS)
pdata_CFLAGS
=
$(CUDA_CFLAGS)
pdata_LDADD
=
$(LINKLIBS)
-L
/usr/lib64/nvidia-bumblebee/
-lmetis
...
...
src/Makefile.in
View file @
a73dc11e
This diff is collapsed.
Click to expand it.
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