Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
O
openfpm_io
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
0
Merge Requests
0
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_io
Commits
c84adc5d
Commit
c84adc5d
authored
Sep 13, 2015
by
incardon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changing directory conventions
parent
ef3a89c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
build_io.sh
build_io.sh
+5
-5
src/Makefile.am
src/Makefile.am
+1
-1
No files found.
build_io.sh
View file @
c84adc5d
...
...
@@ -4,13 +4,13 @@
mkdir
/tmp/openfpm_io
mv
*
.[^.]
*
/tmp/openfpm_io
mv
/tmp/openfpm_io
OpenFPM_IO
mv
/tmp/openfpm_io
openfpm_io
mkdir
OpenFPM_IO
/src/config
mkdir
openfpm_io
/src/config
git clone git@ppmcore.mpi-cbg.de:incardon/openfpm_devices.git
OpenFPM
_devices
git clone git@ppmcore.mpi-cbg.de:incardon/openfpm_data.git
OpenFPM
_data
git clone git@ppmcore.mpi-cbg.de:incardon/openfpm_pdata.git
OpenFPM
_pdata
git clone git@ppmcore.mpi-cbg.de:incardon/openfpm_devices.git
openfpm
_devices
git clone git@ppmcore.mpi-cbg.de:incardon/openfpm_data.git
openfpm
_data
git clone git@ppmcore.mpi-cbg.de:incardon/openfpm_pdata.git
openfpm
_pdata
cd
"
$1
/OpenFPM_data"
git checkout develop
cd
..
...
...
src/Makefile.am
View file @
c84adc5d
...
...
@@ -2,7 +2,7 @@
LINKLIBS
=
$(PTHREAD_LIBS)
$(OPT_LIBS)
$(BOOST_IOSTREAMS_LIB)
$(BOOST_LDFLAGS)
$(BOOST_PROGRAM_OPTIONS_LIB)
$(BOOST_THREAD_LIB)
bin_PROGRAMS
=
io
io_SOURCES
=
main.cpp ../../
OpenFPM_devices/src/memory/HeapMemory.cpp ../../OpenFPM
_data/src/Memleak_check.cpp
io_SOURCES
=
main.cpp ../../
openfpm_devices/src/memory/HeapMemory.cpp ../../openfpm
_data/src/Memleak_check.cpp
io_CXXFLAGS
=
$(CUDA_CFLAGS)
$(INCLUDES_PATH)
-I
/usr/local/include
io_CFLAGS
=
$(CUDA_CFLAGS)
io_LDADD
=
$(LINKLIBS)
...
...
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