Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
O
openfpm_vcluster
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_vcluster
Commits
a4c1473d
Commit
a4c1473d
authored
Sep 13, 2015
by
incardon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changing directory conventions
parent
e858a42b
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
40 additions
and
40 deletions
+40
-40
build_vcluster.sh
build_vcluster.sh
+7
-7
configure.ac
configure.ac
+2
-2
src/Makefile
src/Makefile
+30
-30
src/Makefile.am
src/Makefile.am
+1
-1
No files found.
build_vcluster.sh
View file @
a4c1473d
#! /bin/bash
# Make a directory in /tmp/
OpenFPM
_data
# Make a directory in /tmp/
openfpm
_data
echo
"Directory:
$1
"
echo
"Machine:
$2
"
mkdir
/tmp/openfpm_vcluster
mv
*
.[^.]
*
/tmp/openfpm_vcluster
mv
/tmp/openfpm_vcluster
OpenFPM
_vcluster
mv
/tmp/openfpm_vcluster
openfpm
_vcluster
mkdir
OpenFPM
_vcluster/src/config
mkdir
openfpm
_vcluster/src/config
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
cd
OpenFPM
_data
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
cd
openfpm
_data
git checkout develop
cd
..
cd
"
$1
/
OpenFPM
_vcluster"
cd
"
$1
/
openfpm
_vcluster"
if
[
"
$2
"
==
"gin"
]
then
...
...
configure.ac
View file @
a4c1473d
...
...
@@ -69,9 +69,9 @@ else
NVCCFLAGS+="$NVCCFLAGS -O3 "
fi
####### include
OpenFPM
_devices include path
####### include
openfpm
_devices include path
INCLUDES_PATH+=" -I/usr/local/include -I. -Iconfig -I../../
OpenFPM_devices/src -I../../OpenFPM
_data/src"
INCLUDES_PATH+=" -I/usr/local/include -I. -Iconfig -I../../
openfpm_devices/src -I../../openfpm
_data/src"
###### Check for memleak check compilation
...
...
src/Makefile
View file @
a4c1473d
This diff is collapsed.
Click to expand it.
src/Makefile.am
View file @
a4c1473d
...
...
@@ -2,7 +2,7 @@
LINKLIBS
=
$(DEFAULT_LIB)
$(PTHREAD_LIBS)
$(OPT_LIBS)
$(BOOST_LDFLAGS)
bin_PROGRAMS
=
vcluster
vcluster_SOURCES
=
main.cpp VCluster.cpp ../../
OpenFPM_devices/src/memory/HeapMemory.cpp ../../OpenFPM
_devices/src/memory/PtrMemory.cpp
vcluster_SOURCES
=
main.cpp VCluster.cpp ../../
openfpm_devices/src/memory/HeapMemory.cpp ../../openfpm
_devices/src/memory/PtrMemory.cpp
vcluster_CXXFLAGS
=
$(INCLUDES_PATH)
$(BOOST_CPPFLAGS)
vcluster_CFLAGS
=
$(CUDA_CFLAGS)
vcluster_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