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
b47fb8c6
Commit
b47fb8c6
authored
May 12, 2016
by
Pietro Incardona
Browse files
Latest data
parent
af2de2bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
install
View file @
b47fb8c6
...
...
@@ -329,24 +329,24 @@ elif [ $MPI_System_prv -eq 1 ]; then
installation_report
=
"
$installation_report
\0
33[92;1mMPI
\0
33[0m Installed:
\0
33[1m System installation
\0
33[0m
\n
"
fi
if
[
$METIS_installed
-eq
1
]
;
then
if
[
-d
"
$i_dir
/METIS"
]
;
then
installation_report
=
"
$installation_report
\0
33[92;1mMETIS
\0
33[0m Installed:
\0
33[1m
$i_dir
/METIS
\0
33[0m
\n
"
bash_library
=
"
$bash_library
:
$i_dir
/METIS/lib"
fi
if
[
$PARMETIS_installed
-eq
1
]
;
then
if
[
-d
"
$i_dir
/PARMETIS"
]
;
then
installation_report
=
"
$installation_report
\0
33[92;1mPARMETIS
\0
33[0m Installed:
\0
33[1m
$i_dir
/PARMETIS
\0
33[0m
\n
"
bash_library
=
"
$bash_library
:
$i_dir
/PARMETIS/lib"
fi
if
[
$BOOST_installed
-eq
1
]
;
then
if
[
-d
"
$i_dir
/BOOST"
]
;
then
installation_report
=
"
$installation_report
\0
33[92;1mBOOST
\0
33[0m Installed:
\0
33[1m
$i_dir
/BOOST
\0
33[0m
\n
"
bash_library
=
"
$bash_library
:
$i_dir
/BOOST/lib"
elif
[
$BOOST_System_prv
-eq
1
]
;
then
installation_report
=
"
$installation_report
\0
33[92;1mBOOST
\0
33[0m Installed:
\0
33[1m System installation
\0
33[0m
\n
"
fi
if
[
$HDF5_installed
-eq
1
]
;
then
if
[
-d
"
$i_dir
/HDF5"
]
;
then
installation_report
=
"
$installation_report
\0
33[92;1mHDF5
\0
33[0m Installed:
\0
33[1m
$i_dir
/HDF5
\0
33[0m
\n
"
bash_library
=
"
$bash_library
:
$i_dir
/HDF5/lib"
fi
...
...
openfpm_data
@
bd022d6e
Subproject commit
08e57118708e7cb972120a8971081ddda2ea08f3
Subproject commit
bd022d6e0886c2846f34587992e62cd3c445fed0
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