<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Oct 2, 2014 at 12:17 PM, Robert Rezk <span dir="ltr"><<a href="mailto:robertrezk@yahoo.ca" target="_blank">robertrezk@yahoo.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="color:#000;background-color:#fff;font-family:verdana,helvetica,sans-serif;font-size:12px"><div>This is the code I used</div><div>  PetscViewer viewer;</div><div>  PetscErrorCode ierr;</div><div><br></div><div>  PetscViewerBinaryOpen(comm_,File_Name.c_str(),FILE_MODE_WRITE,&viewer);</div><div> </div></div></blockquote><div><br></div><div>Can you check all return codes with CHKERRQ(ierr)?</div><div><br></div><div>  Thanks,</div><div><br></div><div>     Matt</div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="color:#000;background-color:#fff;font-family:verdana,helvetica,sans-serif;font-size:12px"><div>    ierr = MatView(*petsc_matrix, viewer);</div><div><br></div><div>  PetscViewerDestroy(&viewer);</div><div><span></span></div><div><br></div><div>and I can't see any output or crash</div><div></div><div> </div><div>Best Regards
<br>Robert Andrawis
<br>
<br>
<br></div><div><br></div>  <div style="font-family:verdana,helvetica,sans-serif;font-size:12px"> <div style="font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px"> <div dir="ltr"> <hr size="1">  <font face="Arial"> <b><span style="font-weight:bold">From:</span></b> Jed Brown <<a href="mailto:jed@jedbrown.org" target="_blank">jed@jedbrown.org</a>><br> <b><span style="font-weight:bold">To:</span></b> Robert Rezk <<a href="mailto:robertrezk@yahoo.ca" target="_blank">robertrezk@yahoo.ca</a>>; "<a href="mailto:petsc-users@mcs.anl.gov" target="_blank">petsc-users@mcs.anl.gov</a>" <<a href="mailto:petsc-users@mcs.anl.gov" target="_blank">petsc-users@mcs.anl.gov</a>> <br> <b><span style="font-weight:bold">Sent:</span></b> Thursday, October 2, 2014 1:04 PM<br> <b><span style="font-weight:bold">Subject:</span></b> Re:
 [petsc-users] Save matrix to binary file on sub directory<br> </font> </div> <div><br>Robert Rezk <<a shape="rect">robertrezk@yahoo.ca</a>> writes:<div><br clear="none"><br clear="none">> I am using the pets viewer and I want to save binary file to sub directory.<br clear="none">><br clear="none">> I tried to save file to the current directory and it work fine.<br clear="none">><br clear="none">> when I try to use file name like this "./xyz_dir/file_name" it doesn't work.</div><br clear="none"><br clear="none">What symptoms do you see?  Can you reproduce with an example?<div><br clear="none"></div><br><br></div> </div> </div>  </div></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>