<div class="gmail_quote">On Fri, Nov 4, 2011 at 23:20, Brad Aagaard <span dir="ltr"><<a href="mailto:baagaard@usgs.gov">baagaard@usgs.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div id=":h">I assume you mean src/ksp/ksp/examples/<u></u>tutorials/ex2<br>
I have not yet been able to duplicate the error with this example. Do you know of any other test cases that might be appropriate?<br></div></blockquote><div><br></div><div>Any scalar symmetric problem can be done this way, but this problem is fishy and doesn't make sense in any "standard" case.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div id=":h">
<br>
My PyLith simulation with -malloc and -malloc_debug flags chokes on line 933 of src/mat/impls/baij/mpi/<u></u>baijjob.c with a EXEC_BAD_ACCESS. </div></blockquote><div><br></div><div>What do I need to do to reproduce this on my machine?</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div id=":h"><div class="im"><br>
<br>
933               for (l=0; l<nzA; l++)   cols[imark+l] = cstart + cworkA[l];<br></div></div></blockquote><div><br></div><div>I need to hunt around to find out why nzA is bigger than it should be (or why some array is the wrong size).</div>
</div>