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

Fixing PETSC installation check

parent e54e3a7d
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ source script/solve_python
discover_os
function test_configure_options() {
$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_options2 --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_options2 --with-debugging=0
}
function haveProg() {
......
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