Skip to content
Snippets Groups Projects
Commit b47fb8c6 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Latest data

parent af2de2bc
No related branches found
No related tags found
No related merge requests found
......@@ -329,24 +329,24 @@ elif [ $MPI_System_prv -eq 1 ]; then
installation_report="$installation_report \033[92;1mMPI\033[0m Installed: \033[1m System installation \033[0m\n"
fi
if [ $METIS_installed -eq 1 ]; then
if [ -d "$i_dir/METIS" ]; then
installation_report="$installation_report \033[92;1mMETIS\033[0m Installed: \033[1m $i_dir/METIS \033[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 \033[92;1mPARMETIS\033[0m Installed: \033[1m $i_dir/PARMETIS \033[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 \033[92;1mBOOST\033[0m Installed: \033[1m $i_dir/BOOST \033[0m\n"
bash_library="$bash_library:$i_dir/BOOST/lib"
elif [ $BOOST_System_prv -eq 1 ]; then
installation_report="$installation_report \033[92;1mBOOST\033[0m Installed: \033[1m System installation \033[0m\n"
fi
if [ $HDF5_installed -eq 1 ]; then
if [ -d "$i_dir/HDF5" ]; then
installation_report="$installation_report \033[92;1mHDF5\033[0m Installed: \033[1m $i_dir/HDF5 \033[0m\n"
bash_library="$bash_library:$i_dir/HDF5/lib"
fi
......
openfpm_data @ bd022d6e
Subproject commit 08e57118708e7cb972120a8971081ddda2ea08f3
Subproject commit bd022d6e0886c2846f34587992e62cd3c445fed0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment