<div dir="ltr">On Sat, Jul 13, 2013 at 10:52 AM, <a href="mailto:hsahasra@purdue.edu">hsahasra@purdue.edu</a> <span dir="ltr"><<a href="mailto:hsahasra@purdue.edu" target="_blank">hsahasra@purdue.edu</a>></span> wrote:<br>
<div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span style="font-family:Arial">Hi,<br>
<br>I am working on solving a system of linear equations with square matrix. I'm first factoring the matrix using LU decomposition.<br><br>I want to do the LU decomposition step using MAGMA on GPUs. MAGMA library implements LAPACK functions on a CPU+GPU based system.<br>
<br>So my question is, how do I extract the data from a Petsc Mat so that it can be sent to the dgetrf routine in MAGMA.<br></span></blockquote><div><br></div><div style><a href="http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/Mat/MatDenseGetArray.html">http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/Mat/MatDenseGetArray.html</a><br>
</div><div style><br></div><div style>   Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<span style="font-family:Arial">Is there any need for duplicating the data for this step?<br><br>Thanks!<br>Harshad<br><br><br></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>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>