<div class="gmail_quote">On Thu, May 31, 2012 at 1:40 PM, recrusader <span dir="ltr"><<a href="mailto:recrusader@gmail.com" target="_blank">recrusader@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":5in">I am sorry that I didn't explain my purpose clearly.<br>The reason I output the matrix is to reformat the matrix since I need to import the matrix to another program. <br>Therefore, I need to first output the matrix and reformat it using other codes.<br>

if I output the matrix using PETSc Binary format, I need to find a method to import it to that program not using MatLoad.</div></blockquote></div><br><div>Why not have the other program use MatLoad()?</div><div><br></div>
<div><br></div><div>This business of writing the matrix to disk as part of your workflow is going to be a constant source of pain, limiting scalability, making everything slow, and limiting what methods you can use.</div>