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

Fixing for PETSC SUPERLU_dist check

parent d0b95be5
No related branches found
No related tags found
No related merge requests found
...@@ -112,6 +112,17 @@ fi ...@@ -112,6 +112,17 @@ fi
configure_options="$configure_options --download-scalapack --download-mumps" configure_options="$configure_options --download-scalapack --download-mumps"
configure_options="$configure_options --download-superlu_dist" configure_options="$configure_options --download-superlu_dist"
#### OK here we check if we can configure work with SUITESPARSE
echo "Testing if PETSC work with SUPERLU"
configure_options2="$configure_options --download-superlu_dist "
test_configure_options
if [ $error -eq 0 ]; then
echo "SUITESPARSE work with PETSC"
configure_options="$configure_options --download-superlu_dist "
fi
configure_options="$configure_options --download-hypre" configure_options="$configure_options --download-hypre"
rm petsc-lite-3.10.2.tar.gz rm petsc-lite-3.10.2.tar.gz
......
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