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

Gicing only one option for PETSC compiler

parent 4c7130de
No related branches found
No related tags found
No related merge requests found
Pipeline #2721 failed
......@@ -175,8 +175,7 @@ else
[ -x "$(command -v $1)" ]
}
$python_command ./configure COPTFLAGS="-O3 -g" CXXOPTFLAGS="-O3 -g" FOPTFLAGS="-O3 -g" $ldflags_petsc CC=$3 CXX=$4 --with-cxx-dialect=C++11 $petsc_openmp --with-mpi-dir=$mpi_dir $configure_options --prefix=$1/PETSC --with-debugging=0
$python_command ./configure COPTFLAGS="-O3 -g" CXXOPTFLAGS="-O3 -g" FOPTFLAGS="-O3 -g" $ldflags_petsc --with-cxx-dialect=C++11 $petsc_openmp --with-mpi-dir=$mpi_dir $configure_options --prefix=$1/PETSC --with-debugging=0
fi
make all
......
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