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

Fixing taurus installation

parent 3689ccb5
No related branches found
No related tags found
No related merge requests found
......@@ -383,7 +383,7 @@ echo ""
if [ -d "$i_dir/MPI" ]; then
installation_report="$installation_report \033[92;1mMPI\033[0m Installed: \033[1m $i_dir/MPI \033[0m\n"
bash_path="$bash_path:$i_dir/MPI/bin:$PATH"
bash_path="$bash_path:$i_dir/MPI/bin:"
bash_library="$bash_library:$i_dir/MPI/lib"
elif [ $MPI_System_prv -eq 1 ]; then
installation_report="$installation_report \033[92;1mMPI\033[0m Installed: \033[1m System installation \033[0m\n"
......@@ -490,7 +490,7 @@ else
installation_report="$installation_report \033[91;1mHYPRE\033[0m Installed: \033[1m NO \033[0m\n"
fi
bash_path="$bash_path\""
bash_path="$bash_path$PATH\""
bash_library="$bash_library\""
##### Writing openfpm_vars file
......
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