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

Mudules fixed

parent 09fccede
No related branches found
No related tags found
No related merge requests found
......@@ -250,10 +250,9 @@ else
done
if [ ! x"$lin_alg_ncore" == x"0" ]; then
echo "DIOCANEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE"
./script/install_EIGEN.sh $i_dir $lin_alg_ncore
if [ $? -eq 0 ]; then
configure_options=" $configure_options --with-eigen=$i_dir/EIGEN "
configure_options=" $configure_options --with-eigen=$i_dir/EIGEN --with-suitesparse=$i_dir/SUITESPARSE --with-blas=$i_dir/OPENBLAS "
fi
./script/install_PETSC.sh $i_dir $lin_alg_ncore
if [ $? -eq 0 ]; then
......
openfpm_numerics @ 2532e3af
Subproject commit 4ca073be1e70e6330ed1c4c562c8a4e325fd618c
Subproject commit 2532e3afabe3b870de570aba36020d5bce051423
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