<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Mar 2, 2016 at 4:09 PM, Vasileios Kalantzis <span dir="ltr"><<a href="mailto:kalan019@umn.edu" target="_blank">kalan019@umn.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi everyone,<div><br></div><div>I have read some previous posts on combining PARDISO</div><div>with PETSc but still I am not sure on how to combine the</div><div>two libraries. So I thought of asking what is the best approach.</div><div>I tried to separately install PARDISO and use it in my PETSc </div><div>program but the compiling could not complete because of </div><div>the openmp flags that I pass (at least that is my understanding).</div></div></blockquote><div><br></div><div>If there is a problem, you have to mail or we do not know what happened.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Should I try to find a workaround for the above problem or </div><div>there is a simpler way? I have MKL installed in my system </div><div>and re-configured with --with-mkl-pardiso-dir="$MKLROOT"</div><div>where MKLROOT is MKL's installation directory.</div><div><br></div><div>Any possible hint is much appreciated!</div></div>
</blockquote></div><div class="gmail_extra"><br></div>If you configured with it, then you can just use</div><div class="gmail_extra"><br></div><div class="gmail_extra">  -pc_factor_mat_solver_package mkl_pardiso -pc_type lu</div><div class="gmail_extra"><br></div><div class="gmail_extra">  Thanks,</div><div class="gmail_extra"><br></div><div class="gmail_extra">     Matt</div><div class="gmail_extra"><div><br></div>-- <br><div class="gmail_signature">What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener</div>
</div></div>