<div dir="ltr"><div>I have just successfully compiled PETSc with</div><div><br></div><div>./configure --with-cc=mpicc --with-fc=mpif90 -with-cxx=mpicxx --prefix=/home/santiago/usr/local --with-make-np=10  --with-shared-libraries --with-packages-download-dir=/home/santiago/Documents/installers/petsc --download-fblaslapack --download-mumps --download-scalapack --with-debugging=0 COPTFLAGS='-O -O3 -march=native -mtune=native' FOPTFLAGS='-O -O3 -march=native -mtune=native' CXXOPTFLAGS='-O -O3 -march=native -mtune=native'</div><div><br></div><div>When I run my program, I get very large amounts of information from mumps.</div><div>For example, the first such block starts with<br></div><div><br></div><div>    Entering DMUMPS 5.2.1 from C interface with JOB, N =   1          15<br>          executing #MPI =      8, without OMP<br><br>     =================================================<br>     This MUMPS version includes code for SAVE_RESTORE<br>     =================================================<br>    L U Solver for unsymmetric matrices<br>    Type of parallelism: Working host<br><br>     ****** ANALYSIS STEP ********<br><br>     ** Max-trans not allowed because matrix is distributed<br><br>    Entering analysis phase with ...</div><div><br></div><div>Is there a way to control (and eliminate) that output?</div><div>I guessed with --with-debugging=0 would do the trick, but that was not the case.</div><div><br></div><div>Thanks,</div><div>Santiago</div><div><br></div><div><br></div><div><br></div><div><br></div></div>