<div dir="ltr"><div class="gmail_extra">Dear petsc-users,</div><div class="gmail_extra"><br></div><div class="gmail_extra">I'm trying to install petsc in a cluster that uses a job manager.  This is the configure command I use:</div><div class="gmail_extra"><br></div><div class="gmail_extra">./configure --known-mpi-shared-libraries=1 --with-scalar-type=complex --with-mumps=1 --download-mumps --download-parmetis --with-blaslapack-dir=/sw/sdev/intel/psxe2015u3/composer_xe_2015.3.187/mkl --download-metis --with-scalapack=1 --download-scalapack --with-batch<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">This fails when including the option --with-batch together with --download-scalapack:<br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">===============================================================================</div><div class="gmail_extra">             Configuring PETSc to compile on your system                       </div><div class="gmail_extra">===============================================================================</div><div class="gmail_extra">TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:158)                                           *******************************************************************************</div><div class="gmail_extra">         UNABLE to CONFIGURE with GIVEN OPTIONS    (see configure.log for details):</div><div class="gmail_extra">-------------------------------------------------------------------------------</div><div class="gmail_extra">Unable to find scalapack in default locations!</div><div class="gmail_extra">Perhaps you can specify with --with-scalapack-dir=<directory></div><div class="gmail_extra">If you do not want scalapack, then give --with-scalapack=0</div><div class="gmail_extra">You might also consider using --download-scalapack instead</div><div class="gmail_extra">*******************************************************************************</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div></div><div class="gmail_extra">However, if I omit the --with-batch option, the configure script manages to succeed (it downloads and compiles scalapack; the install fails later at the make debug because of the job manager). Any help or suggestion is highly appreciated. Thanks in advance!</div><div class="gmail_extra"><br></div><div class="gmail_extra">Andres </div></div>