<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 16, 2020 at 10:04 PM Satish Balay <<a href="mailto:balay@mcs.anl.gov">balay@mcs.anl.gov</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Wrt fortran I/O - you can try adding calls to flush() after that. Similarly C has fflush()<br></blockquote><div><br></div><div>This is in zmatnestf.c. So C code that is the fortran stubs. Custom in this case. </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Satish<br>
<br>
<br>
On Mon, 16 Mar 2020, Mark Adams wrote:<br>
<br>
> I am trying to debug an application code that works with v3.7 but fails<br>
> with master. The code works for "normal" solvers but for a solver that uses<br>
> FieldSplit it fails. It looks like vectors are not getting created from<br>
> MatCreateVecs with a matrix that is a MatNest (I can't run the code).<br>
> <br>
> I have put print statements in the interface files to try to see what is<br>
> going on but the print statements seem to disappear somehow. (I added the<br>
> same print statements in my installation of v3.7 to see what is different)<br>
> I was using PetscPrint and then found and example of a Fortran PetscInfo<br>
> and switched to that. I stepped through the code with DDT and see the print<br>
> statements but nothing goes to the output. I did this DDT stuff with<br>
> ex73f90t, which has a MatCreateNest.<br>
> <br>
> I am completely baffled. Does anyone have any ideas?<br>
> <br>
> Thanks,<br>
> Mark<br>
> <br>
<br>
</blockquote></div></div>