Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openfpm_pdata
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_pdata
Commits
a514a46d
Commit
a514a46d
authored
9 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Fixing installation, use installation also for taurus
parent
b3609355
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
build_pdata.sh
+1
-2
1 addition, 2 deletions
build_pdata.sh
install
+2
-1
2 additions, 1 deletion
install
src/Makefile.am
+1
-1
1 addition, 1 deletion
src/Makefile.am
with
4 additions
and
4 deletions
build_pdata.sh
+
1
−
2
View file @
a514a46d
...
...
@@ -150,8 +150,7 @@ then
module unload bullxmpi
module load metis/5.1.0
sh ./autogen.sh
./configure
--with-metis
=
$METIS_ROOT
--with-boost
=
$BOOST_ROOT
CXX
=
mpic++
./install
-s
-c
"--with-metis=
$METIS_ROOT
--with-boost=
$BOOST_ROOT
CXX=mpic++"
make
if
[
$?
-ne
0
]
;
then
exit
1
;
fi
...
...
This diff is collapsed.
Click to expand it.
install
+
2
−
1
View file @
a514a46d
...
...
@@ -208,7 +208,8 @@ install_base=$(cat install_dir)
echo
"INCLUDE_PATH=-I. -I
$install_base
/openfpm_pdata/include/config -I
$install_base
/openfpm_pdata/include -I
$install_base
/openfpm_data/include -I
$install_base
/openfpm_vcluster/include -I
$install_base
/openfpm_io/include -I
$install_base
/openfpm_devices/include -I
$i_dir
/METIS/include"
>
example.mk
echo
"LIBS_PATH=-L
$install_base
/openfpm_devices/lib -L
$install_base
/openfpm_vcluster/lib -L
$i_dir
/METIS/lib "
>>
example.mk
echo
"LIBS=-lvcluster -lofpmmemory -lmetis -lboost_iostreams"
>>
example.mk
mv
example.mk example/example.mk
cp
example.mk src/example.mk
cp
example.mk example/example.mk
echo
""
echo
""
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.am
+
1
−
1
View file @
a514a46d
...
...
@@ -11,8 +11,8 @@ nobase_include_HEADERS = Decomposition/CartDecomposition.hpp Decomposition/commo
Grid/grid_dist_id.hpp Grid/grid_dist_id_iterator.hpp Grid/grid_dist_key.hpp
\
Vector/vector_dist.hpp Vector/vector_dist_iterator.hpp Vector/vector_dist_key.hpp
\
config/config.h
\
example.mk
\
metis_util.hpp dec_optimizer.hpp SubdomainGraphNodes.hpp
include_HEADERS
=
../example/example.mk
.cu.o
:
$(
NVCC
)
$(
NVCCFLAGS
)
-o
$@
-c
$<
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