Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openfpm_data
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_data
Commits
c84adc5d
Commit
c84adc5d
authored
9 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Changing directory conventions
parent
ef3a89c3
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
build_io.sh
+5
-5
5 additions, 5 deletions
build_io.sh
src/Makefile.am
+1
-1
1 addition, 1 deletion
src/Makefile.am
with
6 additions
and
6 deletions
build_io.sh
+
5
−
5
View file @
c84adc5d
...
@@ -4,13 +4,13 @@
...
@@ -4,13 +4,13 @@
mkdir
/tmp/openfpm_io
mkdir
/tmp/openfpm_io
mv
*
.[^.]
*
/tmp/openfpm_io
mv
*
.[^.]
*
/tmp/openfpm_io
mv
/tmp/openfpm_io
O
pen
FPM_IO
mv
/tmp/openfpm_io
o
pen
fpm_io
mkdir
O
pen
FPM_IO
/src/config
mkdir
o
pen
fpm_io
/src/config
git clone git@ppmcore.mpi-cbg.de:incardon/openfpm_devices.git
O
pen
FPM
_devices
git clone git@ppmcore.mpi-cbg.de:incardon/openfpm_devices.git
o
pen
fpm
_devices
git clone git@ppmcore.mpi-cbg.de:incardon/openfpm_data.git
O
pen
FPM
_data
git clone git@ppmcore.mpi-cbg.de:incardon/openfpm_data.git
o
pen
fpm
_data
git clone git@ppmcore.mpi-cbg.de:incardon/openfpm_pdata.git
O
pen
FPM
_pdata
git clone git@ppmcore.mpi-cbg.de:incardon/openfpm_pdata.git
o
pen
fpm
_pdata
cd
"
$1
/OpenFPM_data"
cd
"
$1
/OpenFPM_data"
git checkout develop
git checkout develop
cd
..
cd
..
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.am
+
1
−
1
View file @
c84adc5d
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
LINKLIBS
=
$(
PTHREAD_LIBS
)
$(
OPT_LIBS
)
$(
BOOST_IOSTREAMS_LIB
)
$(
BOOST_LDFLAGS
)
$(
BOOST_PROGRAM_OPTIONS_LIB
)
$(
BOOST_THREAD_LIB
)
LINKLIBS
=
$(
PTHREAD_LIBS
)
$(
OPT_LIBS
)
$(
BOOST_IOSTREAMS_LIB
)
$(
BOOST_LDFLAGS
)
$(
BOOST_PROGRAM_OPTIONS_LIB
)
$(
BOOST_THREAD_LIB
)
bin_PROGRAMS
=
io
bin_PROGRAMS
=
io
io_SOURCES
=
main.cpp ../../
O
pen
FPM
_devices/src/memory/HeapMemory.cpp ../../
O
pen
FPM
_data/src/Memleak_check.cpp
io_SOURCES
=
main.cpp ../../
o
pen
fpm
_devices/src/memory/HeapMemory.cpp ../../
o
pen
fpm
_data/src/Memleak_check.cpp
io_CXXFLAGS
=
$(
CUDA_CFLAGS
)
$(
INCLUDES_PATH
)
-I
/usr/local/include
io_CXXFLAGS
=
$(
CUDA_CFLAGS
)
$(
INCLUDES_PATH
)
-I
/usr/local/include
io_CFLAGS
=
$(
CUDA_CFLAGS
)
io_CFLAGS
=
$(
CUDA_CFLAGS
)
io_LDADD
=
$(
LINKLIBS
)
io_LDADD
=
$(
LINKLIBS
)
...
...
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