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

Stronger check for parmetis installation

parent 449b2663
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ discover_os
# check if the directory $1/PARMETIS exist
if [ -d "$1/PARMETIS" ]; then
if [ -f "$1/PARMETIS/include/parmetis.h" ]; then
echo "PARMETIS is already installed"
exit 0
fi
......
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