Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_pdata
Commits
28a96bdf
Commit
28a96bdf
authored
Mar 19, 2016
by
Pietro Incardona
Browse files
Fixing installation and adding test files
parent
265ea118
Changes
1
Hide whitespace changes
Inline
Side-by-side
install
View file @
28a96bdf
...
...
@@ -135,10 +135,16 @@ if [ x"$MPI_valid" == x"yes" ]; then
configure_options
=
"
$configure_options
CXX=mpic++ "
fi
### METIS and ParMETIS must be installed independently from sistem wide installation
./script/install_Parmetis.sh
$i_dir
$compiler_gcc
$compiler_gpp
configure_options
=
"
$configure_options
--with-parmetis=
$i_dir
/PARMETIS "
./script/install_Metis.sh
$i_dir
$compiler_gcc
$compiler_gpp
configure_options
=
"
$configure_options
--with-metis=
$i_dir
/METIS "
MPI_installed
=
0
METIS_installed
=
0
PARMETIS_installed
=
0
METIS_installed
=
1
PARMETIS_installed
=
1
BOOST_installed
=
0
LAPACK_installed
=
0
SUITESPARSE_installed
=
0
...
...
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