[petsc-dev] Truly minimal configure

Patrick Sanan patrick.sanan at gmail.com
Sun Mar 15 05:38:43 CDT 2020


I want to generate docs/manualpages/htmlmap as quickly as possible, from scratch (a clone on ReadTheDocs), so I want a fast configure which will let me run "make allcite". 

The below will work, I think, but I'm curious whether there's an even faster known way.

Also note that I had to explicitly turn off some MKL stuff, because it's included by default and depends on blaslapack. 


                './configure',
                '--with-mpi=0',
                '--with-blaslapack=0',
                '--with-fortran=0',
                '--with-cxx=0',
                '--with-mkl_sparse_optimize=0',
                '--with-mkl_sparse=0',



More information about the petsc-dev mailing list