<div class="gmail_quote">On Fri, Mar 16, 2012 at 00:23, Pham Van <span dir="ltr">&lt;<a href="mailto:pham_ha@yahoo.com">pham_ha@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><span>I used to compile petsc with external package mumps in version 3.1</span></div></blockquote><div><br></div><div>How did you build them? If you had them built, you could add this line to the __init__() function in config/PETSc/packages/SCALAPACK.py and config/PETSc/packages/blacs.py</div>
<div><br></div><div><div>    self.worksonWindows   = 1</div><div><br></div><div><br></div><div>If you want to try --download-{scalapack,blacs}, you can also add this line</div><div><br></div><div>    self.downloadonWindows= 1</div>
</div><div> </div><div><br></div><div>Let us know if it works, I assumed it was disabled because it didn&#39;t.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><br><span></span></div><div><span>However, today I tried 3.2 and get many of such error massage:</span></div><div><br><span></span></div><div><span>External package SCALAPACK does not work on Microsoft Windows<br></span></div>
<div><br><span></span></div><div><span>It happens also with blacs. How can I build mumps without those pakages?</span></div></blockquote></div><br><div>You can&#39;t, those are hard dependencies. You could use SuperLU_DIST which works with --download-superlu_dist.</div>